aboutsummaryrefslogtreecommitdiff
path: root/lib/lockref.c
AgeCommit message (Expand)Author
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon
2013-09-20lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon
2013-09-07lockref: add ability to mark lockrefs "dead"Linus Torvalds
2013-09-07lockref: fix docbook argument namesLinus Torvalds
2013-09-03lockref: Relax in cmpxchg loopLuck, Tony
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds