async: Handle kthread_run() return codes.
[safe/jmp/linux-2.6] / kernel / mutex.c
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