index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rtmutex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()
Alex Shi
2020-04-27
1
-2
/
+0
*
locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner
Paul E. McKenney
2020-02-20
1
-1
/
+1
*
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-3
/
+3
*
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
2019-07-25
1
-4
/
+2
*
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
futex: Handle early deadlock return correctly
Thomas Gleixner
2019-02-08
1
-5
/
+32
*
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
Steven Rostedt (VMware)
2018-09-11
1
-2
/
+2
*
locking/rtmutex: Allow specifying a subclass for nested locking
Peter Rosin
2018-07-25
1
-4
/
+25
*
locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()
Peter Zijlstra
2018-03-28
1
-2
/
+1
*
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
2018-03-09
1
-2
/
+3
*
futex: Avoid violating the 10th rule of futex
Peter Zijlstra
2018-01-14
1
-7
/
+19
*
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
2017-09-08
1
-24
/
+11
*
locking/rtmutex: Remove unnecessary priority adjustment
Alex Shi
2017-07-13
1
-1
/
+0
*
locking/rtmutex: Don't initialize lockdep when not required
Levin, Alexander (Sasha Levin)
2017-06-20
1
-1
/
+2
*
rt_mutex: Add lockdep annotations
Peter Zijlstra
2017-06-08
1
-7
/
+29
*
futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()
Peter Zijlstra
2017-05-22
1
-6
/
+18
*
rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()
Mike Galbraith
2017-04-05
1
-5
/
+5
*
rtmutex: Fix more prio comparisons
Peter Zijlstra
2017-04-04
1
-3
/
+29
*
rtmutex: Fix PI chain order integrity
Peter Zijlstra
2017-04-04
1
-2
/
+27
*
sched/rtmutex: Refactor rt_mutex_setprio()
Peter Zijlstra
2017-04-04
1
-82
/
+30
*
rtmutex: Clean up
Peter Zijlstra
2017-04-04
1
-15
/
+13
*
sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update
Xunlei Pang
2017-04-04
1
-1
/
+1
*
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
Xunlei Pang
2017-04-04
1
-8
/
+21
*
rtmutex: Deboost before waking up the top waiter
Xunlei Pang
2017-04-04
1
-27
/
+32
*
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
2017-03-23
1
-21
/
+28
*
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
2017-03-23
1
-19
/
+7
*
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
2017-03-23
1
-7
/
+45
*
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
2017-03-23
1
-3
/
+9
*
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
2017-03-23
1
-14
/
+41
*
futex: Remove rt_mutex_deadlock_account_*()
Peter Zijlstra
2017-03-23
1
-29
/
+18
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()
Steven Rostedt (VMware)
2017-01-30
1
-1
/
+1
*
locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...
Thomas Gleixner
2016-12-02
1
-4
/
+12
*
Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes
Ingo Molnar
2016-12-02
1
-2
/
+66
|
\
|
*
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
2016-12-02
1
-2
/
+66
*
|
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
2016-11-21
1
-1
/
+1
|
/
*
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
2016-06-08
1
-1
/
+1
*
rtmutex: Make wait_lock irq safe
Thomas Gleixner
2016-01-26
1
-63
/
+72
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-03
1
-1
/
+2
|
\
|
*
sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()
Juri Lelli
2015-09-23
1
-1
/
+2
*
|
locking/rtmutex: Use acquire/release semantics
Davidlohr Bueso
2015-10-06
1
-9
/
+21
|
/
*
rtmutex: Delete scriptable tester
Davidlohr Bueso
2015-07-20
1
-1
/
+1
*
Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-06-24
1
-31
/
+56
|
\
|
*
locking/rtmutex: Update stale plist comments
Davidlohr Bueso
2015-06-19
1
-9
/
+9
|
*
futex: Lower the lock contention on the HB lock during wake up
Sebastian Andrzej Siewior
2015-06-19
1
-15
/
+41
|
*
locking/rtmutex: Implement lockless top-waiter wakeup
Davidlohr Bueso
2015-06-18
1
-11
/
+10
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
1
-4
/
+1
|
\
\
[next]