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