index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rtmutex_common.h
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
2017-08-01
futex: Allow for compiling out PI support
Nicolas Pitre
2017-04-04
rtmutex: Fix PI chain order integrity
Peter Zijlstra
2017-04-04
rtmutex: Clean up
Peter Zijlstra
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
2017-03-23
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-02
locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALL
Thomas Gleixner
2016-12-02
locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
Thomas Gleixner
2015-07-20
rtmutex: Delete scriptable tester
Davidlohr Bueso
2015-06-19
futex: Lower the lock contention on the HB lock during wake up
Sebastian Andrzej Siewior
2014-06-21
rtmutex: Cleanup deadlock detector debug logic
Thomas Gleixner
2014-06-21
rtmutex: Confine deadlock logic to futex
Thomas Gleixner
2014-01-13
sched/deadline: Add SCHED_DEADLINE inheritance logic
Dario Faggioli
2014-01-13
rtmutex: Turn the plist into an rb-tree
Peter Zijlstra
2013-11-06
locking: Move the rtmutex code to kernel/locking/
Peter Zijlstra