summaryrefslogtreecommitdiffstats
path: root/kernel/rtmutex.c
Commit message (Expand)AuthorAgeFilesLines
* rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan2011-01-271-205/+113
* rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner2009-12-141-24/+24
* sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-141-29/+29
* rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart2009-08-061-3/+1
* trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2009-06-121-1/+1
* Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-4/+4
|\
| * locking, rtmutex.c: Documentation cleanupLuis Henriques2009-04-291-4/+4
* | rt_mutex: add proxy lock routinesDarren Hart2009-04-061-53/+187
|/
* hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-051-2/+1
* hrtimer: more hrtimer_init_sleeper() fallout.Peter Zijlstra2008-02-131-1/+4
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* FUTEX: Tidy up the codeThomas Gleixner2007-07-161-6/+0
* Revert "futex_requeue_pi optimization"Thomas Gleixner2007-06-181-9/+32
* rt-mutex: fix chain walk early wakeup bugThomas Gleixner2007-06-081-0/+13
* rt-mutex: fix stale return valueThomas Gleixner2007-06-081-2/+9
* futex_requeue_pi optimizationPierre Peiffer2007-05-091-32/+9
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-1/+1
* [PATCH] clean up and remove some extra spinlocks from rtmutexSteven Rostedt2006-09-291-26/+25
* [PATCH] reference rt-mutex-design in rtmutex.cSteven Rostedt2006-07-311-0/+2
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-5/+6
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-24/+22
* [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-271-6/+36
* [PATCH] pi-futex: rt mutex futex apiIngo Molnar2006-06-271-0/+55
* [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-271-1/+2
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-271-0/+904
OpenPOWER on IntegriCloud