aboutsummaryrefslogtreecommitdiff
path: root/libitm/config/linux/rwlock.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-13libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel1-24/+23
2016-01-13libitm: Fix privatization safety interaction with serial mode.Torvald Riegel1-0/+13
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libitm/Richard Sandiford1-1/+1
2013-02-03Update copyright in libitm.Richard Sandiford1-1/+1
2012-03-13libitm: Fix lost wake-up in serial lock.Torvald Riegel1-0/+26
2012-01-24libitm: Fix wake-up of readers in futex-based serial lock.Torvald Riegel1-3/+6
2011-12-24libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel1-6/+14
2011-12-24libitm: Fixed conversion to C++11 atomics.Torvald Riegel1-40/+52
2011-12-13libitm: Conversion to c++11 atomics.Richard Henderson1-6/+4
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+235