summaryrefslogtreecommitdiff
path: root/kernel/locking/rtmutex.c
AgeCommit message (Expand)Author
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-03-25locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-02-04locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner
2014-06-21rtmutex: Document pi chain walkThomas Gleixner
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra