Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / mutex.c
2012-03-01 Thomas Gleixnersched/rt: Use schedule_preempt_disabled()
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-25 Peter Zijlstralockdep, mutex: provide mutex_lock_nest_lock
2011-04-24 Jonathan Corbetsched: Get rid of lock_depth
2011-04-14 Peter Zijlstramutex: Use p->on_cpu for the adaptive spin
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-05 Gerald Schaefer[S390] mutex: Introduce arch_mutex_cpu_relax()
2010-11-26 Gerald Schaefermutexes, sched: Introduce arch_mutex_cpu_relax()
2010-09-03 Randy Dunlapmutex: Fix annotations to include it in kernel-locking...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-19 Tony Breedsmutex: Fix optimistic spinning vs. BKL
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-03 Frederic Weisbeckermutex: Better control mutex adaptive spinning config
2009-06-11 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-06-10 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-05-11 Ingo MolnarMerge commit 'v2.6.30-rc5' into sched/core
2009-05-06 Ingo MolnarMerge branch 'core/locking' into perfcounters/core
2009-04-30 Andrew Mortonmutex: add atomic_dec_and_mutex_lock(), fix
2009-04-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-20 Peter Zijlstrasched: remove extra call overhead for schedule()
2009-04-09 Heiko Carstensmutex: have non-spinning mutexes on s390 by default
2009-04-06 H. Peter Anvinmutex: drop "inline" from mutex_lock() inside kernel...
2009-01-14 Chris Masonmutex: adaptive spinnning, performance tweaks
2009-01-14 Peter Zijlstramutex: implement adaptive spinning
2009-01-14 Peter Zijlstramutex: preemption fixes
2009-01-14 Peter Zijlstramutex: small cleanup
2008-11-24 Török Edwinmutex: __used is needed for function referenced only...
2008-10-20 Peter Zijlstralockstat: contend with points
2008-07-28 Randy Dunlaplocking: fix mutex @key parameter kernel-doc notation
2008-06-10 Oleg Nesterov__mutex_lock_common: use signal_pending_state()
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2007-12-06 Liam R. HowlettAdd mutex_lock_killable
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-11 Peter Zijlstralockdep: fixup mutex annotations
2007-07-19 Peter Zijlstralockstat: measure lock bouncing
2007-07-19 Peter Zijlstralockstat: hook into spinlock_t, rwlock_t, rwsem and...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-09 Roman Zippelwrap access to thread_info
2006-12-08 NeilBrown[PATCH] lockdep: avoid lockdep warning in md
2006-07-03 Ingo Molnar[PATCH] lockdep: prove mutex locking correctness
2006-07-03 Ingo Molnar[PATCH] lockdep: mutex section binutils workaround
2006-07-03 Ingo Molnar[PATCH] lockdep: better lock debugging
2006-07-03 Ingo Molnar[PATCH] lockdep: rename DEBUG_WARN_ON()
2006-06-26 Ingo Molnar[PATCH] work around ppc64 bootup bug by making mutex...
2006-01-10 Ingo Molnar[PATCH] mutex: trivial whitespace cleanups
2006-01-10 Ingo Molnar[PATCH] mark mutex_lock*() as might_sleep()
2006-01-10 Ingo Molnar[PATCH] fix i386 mutex fastpath on FRAME_POINTER &...
2006-01-09 Ingo Molnar[PATCH] mutex subsystem, core