tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / kernel / mutex.c
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-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2007-12-06 Liam R. HowlettAdd mutex_lock_killable
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-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