aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-26rtmutex: Make wait_lock irq safeThomas Gleixner1-63/+72
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-10-06locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso1-9/+21
2015-09-23sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli1-1/+2
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso1-1/+1
2015-06-24Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+56
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+10
2015-06-19locking/rtmutex: Update stale plist commentsDavidlohr Bueso1-9/+9
2015-06-19futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior1-15/+41
2015-06-18locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso1-11/+10
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner1-5/+7
2015-05-13rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner1-0/+7
2015-05-13locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior1-3/+3
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner1-5/+7
2015-04-22rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner1-4/+1
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-03-25locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as wellTom(JeHyeon) Yeon1-1/+1
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior1-1/+2
2015-02-04locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso1-4/+3
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso1-1/+1
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner1-7/+70
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner1-22/+55
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner1-29/+30
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner1-17/+19
2014-06-21rtmutex: Document pi chain walkThomas Gleixner1-9/+91
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner1-10/+48
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner1-2/+3
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner1-45/+88
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner1-11/+20
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner1-24/+71
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner1-5/+28
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner1-0/+12
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-9/+22
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-30/+121
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra1-0/+1060