aboutsummaryrefslogtreecommitdiff
path: root/lib/lockref.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Gravatar Heiko Carstens 1-1/+9
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesGravatar Will Deacon 1-2/+11
2013-09-20lockref: use cmpxchg64 explicitly for lockless updatesGravatar Will Deacon 1-2/+2
2013-09-07lockref: add ability to mark lockrefs "dead"Gravatar Linus Torvalds 1-0/+38
2013-09-07lockref: fix docbook argument namesGravatar Linus Torvalds 1-4/+4
2013-09-03lockref: Relax in cmpxchg loopGravatar Luck, Tony 1-0/+1
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Gravatar Linus Torvalds 1-1/+59
2013-09-02lockref: uninline lockref helper functionsGravatar Linus Torvalds 1-0/+69