summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c
AgeCommit message (Expand)AuthorLines
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso-1/+1
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner-7/+70
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner-22/+55
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner-29/+30
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner-17/+19
2014-06-21rtmutex: Document pi chain walkThomas Gleixner-9/+91
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner-10/+48
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner-2/+3
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner-45/+88
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner-11/+20
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner-6/+109
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner-24/+71
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner-5/+28
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner-4/+28
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner-0/+12
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli-9/+22
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra-30/+121
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra-0/+1060