aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso1-24/+11
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi1-1/+0
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)1-1/+2
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra1-7/+29
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra1-6/+18
2017-04-05rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Mike Galbraith1-5/+5
2017-04-04rtmutex: Fix more prio comparisonsPeter Zijlstra1-3/+29
2017-04-04rtmutex: Fix PI chain order integrityPeter Zijlstra1-2/+27
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra1-82/+30
2017-04-04rtmutex: Clean upPeter Zijlstra1-15/+13
2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang1-1/+1
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang1-8/+21
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang1-27/+32
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra1-21/+28
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra1-19/+7
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra1-7/+45
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra1-3/+9
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra1-14/+41
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra1-29/+18
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>Ingo Molnar1-0/+1
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)1-1/+1
2016-12-02locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy_locked()Thomas Gleixner1-4/+12
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar1-2/+66
2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long1-1/+1
2016-06-08locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior1-1/+1
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