summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c
AgeCommit message (Expand)AuthorLines
2021-03-29locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()Thomas Gleixner-12/+7
2021-03-29locking/rtmutex: Restrict the trylock WARN_ON() to debugThomas Gleixner-1/+1
2021-03-29locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()Thomas Gleixner-1/+1
2021-03-29locking/rtmutex: Consolidate the fast/slowpath invocationThomas Gleixner-85/+59
2021-03-29locking/rtmutex: Make text section and inlining consistentThomas Gleixner-76/+76
2021-03-29locking/rtmutex: Decrapify __rt_mutex_init()Thomas Gleixner-6/+4
2021-03-29locking/rtmutex: Inline chainwalk depth checkThomas Gleixner-8/+3
2021-03-29locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.cThomas Gleixner-0/+8
2021-03-29locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner-18/+0
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior-6/+1
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior-3/+0
2021-03-29locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior-46/+0
2021-03-22locking: Fix typos in commentsIngo Molnar-2/+2
2021-03-11kernel/futex: Kill rt_mutex_next_owner()Davidlohr Bueso-20/+0
2021-02-26kernel: delete repeated words in commentsRandy Dunlap-2/+2
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-36/+18
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra-36/+18
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar-2/+1
2021-01-28locking/rtmutex: Add missing kernel-doc markupAlex Shi-6/+11
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner-2/+1
2020-04-27locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()Alex Shi-2/+0
2020-02-20locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->ownerPaul E. McKenney-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-3/+3
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)-4/+2
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner-5/+32
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)-2/+2
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin-4/+25
2018-03-28locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()Peter Zijlstra-2/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng-2/+3
2018-01-14futex: Avoid violating the 10th rule of futexPeter Zijlstra-7/+19
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso-24/+11
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi-1/+0
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)-1/+2
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra-7/+29
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra-6/+18
2017-04-05rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Mike Galbraith-5/+5
2017-04-04rtmutex: Fix more prio comparisonsPeter Zijlstra-3/+29
2017-04-04rtmutex: Fix PI chain order integrityPeter Zijlstra-2/+27
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra-82/+30
2017-04-04rtmutex: Clean upPeter Zijlstra-15/+13
2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang-1/+1
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang-8/+21
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang-27/+32
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra-21/+28
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra-19/+7
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra-7/+45
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra-3/+9
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra-14/+41