aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtmutex-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-06lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-05rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock()Thomas Gleixner1-1/+3
2011-09-12rtmutex: Cleanup the debug codeThomas Gleixner1-65/+10
2011-01-27rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan1-1/+0
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-2/+2
2008-02-08Don't operate with pid_t in rtmutex testerPavel Emelyanov1-3/+9
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-6/+9
2007-10-17kernel/rtmutex-debug.c: cleanupsAdrian Bunk1-6/+1
2007-07-16FUTEX: Tidy up the codeThomas Gleixner1-6/+0
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-2/+3
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-287/+15
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-0/+513