summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c
Commit message (Expand)AuthorAgeFilesLines
* locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-181-1/+2
* locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2015-02-041-4/+3
* locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-131-1/+1
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2014-06-211-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2014-06-211-22/+55
* rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-211-29/+30
* rtmutex: Simplify remove_waiter()Thomas Gleixner2014-06-211-17/+19
* rtmutex: Document pi chain walkThomas Gleixner2014-06-211-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2014-06-211-10/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2014-06-211-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2014-06-211-45/+88
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2014-06-211-11/+20
* rtmutex: Plug slow unlock raceThomas Gleixner2014-06-161-6/+109
* rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-06-071-24/+71
* rtmutex: Handle deadlock detection smarterThomas Gleixner2014-06-071-5/+28
* rtmutex: Fix deadlock detector for realThomas Gleixner2014-05-281-4/+28
* sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-221-0/+12
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-9/+22
* rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-30/+121
* locking: Move the rtmutex code to kernel/locking/Peter Zijlstra2013-11-061-0/+1060
OpenPOWER on IntegriCloud