aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/mutex.c
Commit message (Expand)AuthorAge
* Merge branch 'wip-pai' into wip-gpu-interruptsGlenn Elliott2012-03-04
|\
| * Full patch for klitirqd with Nvidia GPU support.Glenn Elliott2011-06-02
* | lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra2011-05-25
* | sched: Get rid of lock_depthJonathan Corbet2011-04-24
* | mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra2011-04-14
* | Fix common misspellingsLucas De Marchi2011-03-31
* | mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer2010-11-26
|/
* mutex: Fix annotations to include it in kernel-locking docbookRandy Dunlap2010-09-03
* mutex: Fix optimistic spinning vs. BKLTony Breeds2010-05-19
* mutex: Better control mutex adaptive spinning configFrederic Weisbecker2009-12-03
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11
|\
| * Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
| |\
| * \ Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-11
| |\ \
| * | | sched: remove extra call overhead for schedule()Peter Zijlstra2009-04-20
* | | | Merge branch 'core/locking' into perfcounters/coreIngo Molnar2009-05-06
|\ \ \ \ | | |_|/ | |/| |
| * | | mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton2009-04-30
| | |/ | |/|
* | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
|\| |
| * | mutex: have non-spinning mutexes on s390 by defaultHeiko Carstens2009-04-09
| |/
* / mutex: drop "inline" from mutex_lock() inside kernel/mutex.cH. Peter Anvin2009-04-06
|/
* mutex: adaptive spinnning, performance tweaksChris Mason2009-01-14
* mutex: implement adaptive spinningPeter Zijlstra2009-01-14
* mutex: preemption fixesPeter Zijlstra2009-01-14
* mutex: small cleanupPeter Zijlstra2009-01-14
* mutex: __used is needed for function referenced only from inline asmTörök Edwin2008-11-24
* lockstat: contend with pointsPeter Zijlstra2008-10-20
* locking: fix mutex @key parameter kernel-doc notationRandy Dunlap2008-07-28
* __mutex_lock_common: use signal_pending_state()Oleg Nesterov2008-06-10
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-08
* Add mutex_lock_killableLiam R. Howlett2007-12-06
* lockdep: fixup mutex annotationsPeter Zijlstra2007-10-11
* lockstat: measure lock bouncingPeter Zijlstra2007-07-19
* lockstat: hook into spinlock_t, rwlock_t, rwsem and mutexPeter Zijlstra2007-07-19
* wrap access to thread_infoRoman Zippel2007-05-09
* [PATCH] lockdep: avoid lockdep warning in mdNeilBrown2006-12-08
* [PATCH] lockdep: prove mutex locking correctnessIngo Molnar2006-07-03
* [PATCH] lockdep: mutex section binutils workaroundIngo Molnar2006-07-03
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-03
* [PATCH] lockdep: rename DEBUG_WARN_ON()Ingo Molnar2006-07-03
* [PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar2006-06-26
* [PATCH] mutex: trivial whitespace cleanupsIngo Molnar2006-01-10
* [PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar2006-01-10
* [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar2006-01-10
* [PATCH] mutex subsystem, coreIngo Molnar2006-01-09