aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lockref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-2/+1
2013-11-27lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxWill Deacon1-8/+1
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra1-1/+1
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-0/+1
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse1-0/+1
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens1-1/+9
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon1-2/+11
2013-09-20lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon1-2/+2
2013-09-07lockref: add ability to mark lockrefs "dead"Linus Torvalds1-0/+38
2013-09-07lockref: fix docbook argument namesLinus Torvalds1-4/+4
2013-09-03lockref: Relax in cmpxchg loopLuck, Tony1-0/+1
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds1-1/+59
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds1-0/+69