summaryrefslogtreecommitdiffstats
path: root/kernel/mutex.c
Commit message (Expand)AuthorAgeFilesLines
* locking: fix mutex @key parameter kernel-doc notationRandy Dunlap2008-07-281-0/+1
* __mutex_lock_common: use signal_pending_state()Oleg Nesterov2008-06-101-4/+1
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-15/+14
* Add mutex_lock_killableLiam R. Howlett2007-12-061-3/+33
* lockdep: fixup mutex annotationsPeter Zijlstra2007-10-111-15/+20
* lockstat: measure lock bouncingPeter Zijlstra2007-07-191-1/+1
* lockstat: hook into spinlock_t, rwlock_t, rwsem and mutexPeter Zijlstra2007-07-191-0/+8
* wrap access to thread_infoRoman Zippel2007-05-091-4/+4
* [PATCH] lockdep: avoid lockdep warning in mdNeilBrown2006-12-081-0/+9
* [PATCH] lockdep: prove mutex locking correctnessIngo Molnar2006-07-031-6/+22
* [PATCH] lockdep: mutex section binutils workaroundIngo Molnar2006-07-031-1/+1
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-24/+28
* [PATCH] lockdep: rename DEBUG_WARN_ON()Ingo Molnar2006-07-031-3/+3
* [PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar2006-06-261-9/+12
* [PATCH] mutex: trivial whitespace cleanupsIngo Molnar2006-01-101-4/+1
* [PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar2006-01-101-0/+2
* [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar2006-01-101-9/+0
* [PATCH] mutex subsystem, coreIngo Molnar2006-01-091-0/+325