aboutsummaryrefslogtreecommitdiff
path: root/kernel/mutex-debug.c
AgeCommit message (Expand)Author
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-04-14mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-01-14mutex: implement adaptive spinningPeter Zijlstra
2008-05-16mutex-debug: check mutex magic before ownerJeremy Kerr
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra
2006-07-03[PATCH] lockdep: prove mutex locking correctnessIngo Molnar
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-07-03[PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar
2006-07-03[PATCH] lockdep: rename DEBUG_WARN_ON()Ingo Molnar
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse
2006-01-10[PATCH] mutex: trivial whitespace cleanupsIngo Molnar
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar