summaryrefslogtreecommitdiffstats
path: root/lib/rwsem.c
Commit message (Expand)AuthorAgeFilesLines
* rwsem: Remove redundant asmregparm annotationThomas Gleixner2011-01-271-6/+4Star
* rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse2010-08-101-15/+10Star
* rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse2010-08-101-4/+15
* rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse2010-08-101-11/+17
* rwsem: lighter active count checks when waking up readersMichel Lespinasse2010-08-101-25/+32
* rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse2010-08-101-27/+34
* rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse2010-05-131-2/+3
* x86: fix UML and -regparm=3Ingo Molnar2008-01-301-4/+4
* sched: mark rwsem functions as __sched for wchan/profilingLivio Soares2007-12-181-1/+1
* Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-111-1/+1
* [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common()Andreas Mohr2006-09-291-1/+1
* [PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2006-07-041-0/+20
* [PATCH] lockdep: clean up rwsemsIngo Molnar2006-07-041-31/+0Star
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+268