aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mutex.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst1-358/+0
2013-06-26mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-0/+8
2013-06-26mutex: Add support for wound/wait style locksMaarten Lankhorst1-1/+354
2013-04-19mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long1-0/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-21mutex: Make mutex_destroy() an inline functionJean Delvare1-1/+1
2011-05-25lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra1-0/+9
2011-04-14mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra1-1/+1
2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer1-0/+4
2010-09-03mutex: Fix annotations to include it in kernel-locking docbookRandy Dunlap1-0/+8
2009-04-30mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton1-23/+1
2009-04-29mutex: add atomic_dec_and_mutex_lock()Eric Paris1-0/+23
2009-01-14mutex: implement adaptive spinningPeter Zijlstra1-2/+3
2008-10-30mutex: improve header comment to be actually informative about the APIArjan van de Ven1-0/+2
2008-02-08Remove fastcall from linux/includeHarvey Harrison1-6/+6
2007-12-06Add mutex_lock_killableLiam R. Howlett1-0/+5
2007-10-17Mutex documentation is unclear about software interrupts, tasklets and timersMatti Linnanvuori1-1/+2
2007-10-11lockdep: fixup mutex annotationsPeter Zijlstra1-3/+6
2007-05-09mutex_lock_interruptible(): add __must_checkAndrew Morton1-2/+3
2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day1-1/+1
2006-12-08[PATCH] lockdep: avoid lockdep warning in mdNeilBrown1-0/+2
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+1
2006-07-03[PATCH] lockdep: prove mutex locking correctnessIngo Molnar1-3/+28
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-6/+0
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse1-1/+1
2006-01-11[MUTEX]: linux/mutex.h needs linux/linkage.h tooDavid S. Miller1-0/+1
2006-01-09[PATCH] mutex subsystem, coreIngo Molnar1-0/+119