summaryrefslogtreecommitdiff
path: root/kernel/mutex-debug.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-14mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-01-14mutex: implement adaptive spinningPeter Zijlstra1-8/+1
2008-05-16mutex-debug: check mutex magic before ownerJeremy Kerr1-1/+1
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar1-0/+3
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra1-1/+1
2006-07-03[PATCH] lockdep: prove mutex locking correctnessIngo Molnar1-1/+5
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-44/+7
2006-07-03[PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar1-316/+0
2006-07-03[PATCH] lockdep: rename DEBUG_WARN_ON()Ingo Molnar1-15/+15
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap1-2/+3
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar1-6/+6
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse1-2/+3
2006-01-10[PATCH] mutex: trivial whitespace cleanupsIngo Molnar1-1/+0
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar1-2/+0
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar1-0/+464