aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockref.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov1-1/+1
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra1-1/+6
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse1-0/+6
2013-09-07lockref: add ability to mark lockrefs "dead"Linus Torvalds1-0/+3
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds1-2/+9
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds1-62/+4
2013-09-02lockref: add 'lockref_get_or_lock() helperLinus Torvalds1-0/+16
2013-08-28Add new lockref infrastructure reference implementationWaiman Long1-0/+71