summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-18sched: Change task_struct::statePeter Zijlstra1-2/+2
2021-03-29locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()Thomas Gleixner1-12/+7
2021-03-29locking/rtmutex: Restrict the trylock WARN_ON() to debugThomas Gleixner1-1/+1
2021-03-29locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()Thomas Gleixner1-1/+1
2021-03-29locking/rtmutex: Consolidate the fast/slowpath invocationThomas Gleixner1-85/+59
2021-03-29locking/rtmutex: Make text section and inlining consistentThomas Gleixner1-76/+76
2021-03-29locking/rtmutex: Decrapify __rt_mutex_init()Thomas Gleixner1-6/+4
2021-03-29locking/rtmutex: Inline chainwalk depth checkThomas Gleixner1-8/+3
2021-03-29locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.cThomas Gleixner1-0/+8
2021-03-29locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner1-18/+0
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior1-6/+1
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior1-3/+0
2021-03-29locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior1-46/+0
2021-03-22locking: Fix typos in commentsIngo Molnar1-2/+2
2021-03-11kernel/futex: Kill rt_mutex_next_owner()Davidlohr Bueso1-20/+0
2021-02-26kernel: delete repeated words in commentsRandy Dunlap1-2/+2
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-36/+18
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra1-36/+18
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar1-2/+1
2021-01-28locking/rtmutex: Add missing kernel-doc markupAlex Shi1-6/+11
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner1-2/+1
2020-04-27locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()Alex Shi1-2/+0
2020-02-20locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->ownerPaul E. McKenney1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-3/+3
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-4/+2
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner1-5/+32
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)1-2/+2
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin1-4/+25
2018-03-28locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()Peter Zijlstra1-2/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng1-2/+3
2018-01-14futex: Avoid violating the 10th rule of futexPeter Zijlstra1-7/+19
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