aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lockref.c
Commit message (Expand)AuthorAgeFilesLines
* lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens2013-09-281-1/+9
* lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon2013-09-271-2/+11
* lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon2013-09-201-2/+2
* lockref: add ability to mark lockrefs "dead"Linus Torvalds2013-09-071-0/+38
* lockref: fix docbook argument namesLinus Torvalds2013-09-071-4/+4
* lockref: Relax in cmpxchg loopLuck, Tony2013-09-031-0/+1
* lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2013-09-021-1/+59
* lockref: uninline lockref helper functionsLinus Torvalds2013-09-021-0/+69