aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c
Commit message (Expand)AuthorAge
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-02
* locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior2016-06-08
* rtmutex: Make wait_lock irq safeThomas Gleixner2016-01-26
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\
| * sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli2015-09-23
* | locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso2015-10-06
|/
* rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-20
* Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-24
|\
| * locking/rtmutex: Update stale plist commentsDavidlohr Bueso2015-06-19
| * futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-19
| * locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso2015-06-18
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \
| * | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-19
| |\|
| * | rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-22
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \ \ | |_|/ |/| |
| * | rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner2015-05-13
| * | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2015-05-13
| |/
* / sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-08
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\
| * locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon2015-03-25
* | locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior2015-03-01
|/
* locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-18
* locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2015-02-04
* locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-13
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2014-06-21
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2014-06-21
* rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-21
* rtmutex: Simplify remove_waiter()Thomas Gleixner2014-06-21
* rtmutex: Document pi chain walkThomas Gleixner2014-06-21
* rtmutex: Clarify the boost/deboost partThomas Gleixner2014-06-21
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2014-06-21
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2014-06-21
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2014-06-21
* rtmutex: Plug slow unlock raceThomas Gleixner2014-06-16
* rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-06-07
* rtmutex: Handle deadlock detection smarterThomas Gleixner2014-06-07
* rtmutex: Fix deadlock detector for realThomas Gleixner2014-05-28
* sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-22
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-13
* rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-13
* locking: Move the rtmutex code to kernel/locking/Peter Zijlstra2013-11-06