summaryrefslogtreecommitdiff
path: root/libitm/config/linux
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-0111-11/+11
* libitm/x86: Correct offsets of __private_tm and pointer_guardH.J. Lu2018-06-121-12/+12
* Update copyright years.Jakub Jelinek2018-01-0311-11/+11
* Update copyright years.Jakub Jelinek2017-01-0111-11/+11
* libitm: Fix HTM fastpath.Torvald Riegel2016-01-221-9/+33
* libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel2016-01-131-24/+23
* libitm: Fix privatization safety interaction with serial mode.Torvald Riegel2016-01-131-0/+13
* Update copyright years.Jakub Jelinek2016-01-0411-11/+11
* * config/linux/x86/futex_bits.h (sys_futex0): Cosmetics.Uros Bizjak2015-06-051-2/+3
* futex_bits.h (sys_futex0): Change operands "op" and "val" to int.Uros Bizjak2015-05-285-8/+8
* futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak2015-05-271-21/+1
* libitm fixes for musl supportGregor Richards2015-04-221-2/+6
* Update copyright years.Jakub Jelinek2015-01-0511-11/+11
* futex_bits.h: Include errno.h.Jakub Jelinek2014-03-261-1/+5
* Update copyright years in libitm/Richard Sandiford2014-01-0211-11/+11
* Add custom HTM fast path for RTM on x86_64.Torvald Riegel2013-08-301-0/+5
* Update copyright in libitm.Richard Sandiford2013-02-0311-11/+11
* Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel2012-11-091-1/+9
* libitm: Fix lost wake-up in serial lock.Torvald Riegel2012-03-131-0/+26
* configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.Eric Botcazou2012-02-131-0/+62
* libitm: Fix wake-up of readers in futex-based serial lock.Torvald Riegel2012-01-241-3/+6
* libitm: PowerPC support.Richard Henderson2012-01-051-0/+54
* libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel2011-12-242-6/+15
* libitm: Fixed conversion to C++11 atomics.Torvald Riegel2011-12-248-54/+69
* configure.tgt: Add sh* case.Kaz Kojima2011-12-171-0/+50
* arm-linux: Add libitm support.Richard Henderson2011-12-143-2/+40
* libitm: Conversion to c++11 atomics.Richard Henderson2011-12-131-6/+4
* Merge from transactional-memory branch.Aldy Hernandez2011-11-087-0/+665