summaryrefslogtreecommitdiffstats
path: root/lib/rwsem-spinlock.c
Commit message (Expand)AuthorAgeFilesLines
* rwsem: simplify __rwsem_do_wakeMichel Lespinasse2013-05-071-16/+7
* rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse2013-05-071-8/+11
* rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu2013-02-191-45/+24
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* locking, rwsem: Annotate inner lock as rawThomas Gleixner2011-09-131-19/+19
* rwsem generic spinlock: use IRQ save/restore spinlocksKevin Hilman2010-04-071-6/+8
* rwsem: fix rwsem_is_locked() bugsAmerigo Wang2009-12-151-0/+13
* rwsem-spinlock: remove useless function exportsAmerigo Wang2009-12-151-9/+1
* lib: remove fastcall from lib/*Harvey Harrison2008-02-081-8/+8
* Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-111-1/+1
* [PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2006-07-031-3/+17
* [PATCH] lockdep: clean up rwsemsIngo Molnar2006-07-031-44/+2
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+344