summaryrefslogtreecommitdiff
path: root/libitm/retry.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libitm/Richard Sandiford2014-01-021-1/+1
* Update copyright in libitm.Richard Sandiford2013-02-031-1/+1
* Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel2012-11-091-2/+15
* Ask dispatch whether it requires serial mode.Torvald Riegel2012-10-241-5/+2
* libitm: Use ml_wt as default TM methods for >1 thread.Torvald Riegel2012-02-241-1/+1
* libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel2012-02-201-30/+84
* libitm: Add multi-lock, write-through TM method.Torvald Riegel2012-02-141-0/+5
* libitm: Improve method reinit and choice.Torvald Riegel2012-02-141-13/+14
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+265