summaryrefslogtreecommitdiffstats
path: root/kernel/rtmutex-debug.c
Commit message (Expand)AuthorAgeFilesLines
* lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings2011-12-061-0/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock()Thomas Gleixner2011-10-051-1/+3
* rtmutex: Cleanup the debug codeThomas Gleixner2011-09-121-65/+10
* rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan2011-01-271-1/+0
* sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* Don't operate with pid_t in rtmutex testerPavel Emelyanov2008-02-081-3/+9
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-6/+9
* kernel/rtmutex-debug.c: cleanupsAdrian Bunk2007-10-171-6/+1
* FUTEX: Tidy up the codeThomas Gleixner2007-07-161-6/+0
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-2/+3
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-287/+15
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-271-0/+513