index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rtmutex.c
Age
Commit message (
Expand
)
Author
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
2021-03-29
locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()
Thomas Gleixner
2021-03-29
locking/rtmutex: Restrict the trylock WARN_ON() to debug
Thomas Gleixner
2021-03-29
locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()
Thomas Gleixner
2021-03-29
locking/rtmutex: Consolidate the fast/slowpath invocation
Thomas Gleixner
2021-03-29
locking/rtmutex: Make text section and inlining consistent
Thomas Gleixner
2021-03-29
locking/rtmutex: Decrapify __rt_mutex_init()
Thomas Gleixner
2021-03-29
locking/rtmutex: Inline chainwalk depth check
Thomas Gleixner
2021-03-29
locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c
Thomas Gleixner
2021-03-29
locking/rtmutex: Remove empty and unused debug stubs
Thomas Gleixner
2021-03-29
locking/rtmutex: Remove output from deadlock detector
Sebastian Andrzej Siewior
2021-03-29
locking/rtmutex: Remove rtmutex deadlock tester leftovers
Sebastian Andrzej Siewior
2021-03-29
locking/rtmutex: Remove rt_mutex_timed_lock()
Sebastian Andrzej Siewior
2021-03-22
locking: Fix typos in comments
Ingo Molnar
2021-03-11
kernel/futex: Kill rt_mutex_next_owner()
Davidlohr Bueso
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-17
rbtree, rtmutex: Use rb_add_cached()
Peter Zijlstra
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
2021-01-28
locking/rtmutex: Add missing kernel-doc markup
Alex Shi
2021-01-26
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2020-04-27
locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()
Alex Shi
2020-02-20
locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner
Paul E. McKenney
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
2019-07-15
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-02-08
futex: Handle early deadlock return correctly
Thomas Gleixner
2018-09-11
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
Steven Rostedt (VMware)
2018-07-25
locking/rtmutex: Allow specifying a subclass for nested locking
Peter Rosin
2018-03-28
locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()
Peter Zijlstra
2018-03-09
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
2018-01-14
futex: Avoid violating the 10th rule of futex
Peter Zijlstra
2017-09-08
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
2017-07-13
locking/rtmutex: Remove unnecessary priority adjustment
Alex Shi
2017-06-20
locking/rtmutex: Don't initialize lockdep when not required
Levin, Alexander (Sasha Levin)
2017-06-08
rt_mutex: Add lockdep annotations
Peter Zijlstra
2017-05-22
futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()
Peter Zijlstra
2017-04-05
rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()
Mike Galbraith
2017-04-04
rtmutex: Fix more prio comparisons
Peter Zijlstra
2017-04-04
rtmutex: Fix PI chain order integrity
Peter Zijlstra
2017-04-04
sched/rtmutex: Refactor rt_mutex_setprio()
Peter Zijlstra
2017-04-04
rtmutex: Clean up
Peter Zijlstra
2017-04-04
sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update
Xunlei Pang
2017-04-04
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
Xunlei Pang
2017-04-04
rtmutex: Deboost before waking up the top waiter
Xunlei Pang
2017-03-23
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
2017-03-23
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
2017-03-23
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
2017-03-23
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
[next]