summaryrefslogtreecommitdiff
path: root/kernel/rtmutex-debug.c
AgeCommit message (Expand)Author
2011-12-06lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-05rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock()Thomas Gleixner
2011-09-12rtmutex: Cleanup the debug codeThomas Gleixner
2011-01-27rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2008-02-08Don't operate with pid_t in rtmutex testerPavel Emelyanov
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-17kernel/rtmutex-debug.c: cleanupsAdrian Bunk
2007-07-16FUTEX: Tidy up the codeThomas Gleixner
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar