index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rtmutex_api.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
rtmutex_api: provide correct extern functions
Paolo Bonzini
1
-12
/
+21
2024-12-17
locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock
John Stultz
1
-1
/
+1
2024-11-19
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+9
2024-10-24
locking/rtmutex: Fix misleading comment
Peter Zijlstra
1
-4
/
+4
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
1
-3
/
+9
2023-07-17
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
1
-1
/
+1
2022-12-12
rtmutex: Add acquire semantics for rtmutex lock acquisition slow path
Mel Gorman
1
-3
/
+3
2021-12-04
locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().
Sebastian Andrzej Siewior
1
-4
/
+26
2021-08-17
locking/rtmutex: Prevent lockdep false positive with PI futexes
Thomas Gleixner
1
-0
/
+12
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
1
-0
/
+122
2021-08-17
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
1
-2
/
+2
2021-08-17
locking/rtmutex: Guard regular sleeping locks specific functions
Thomas Gleixner
1
-0
/
+1
2021-08-17
locking/rtmutex: Use rt_mutex_wake_q_head
Thomas Gleixner
1
-11
/
+8
2021-08-17
locking/rtmutex: Provide rt_mutex_slowlock_locked()
Thomas Gleixner
1
-1
/
+1
2021-08-17
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
1
-18
/
+23
2021-08-17
locking/rtmutex: Split API from implementation
Thomas Gleixner
1
-0
/
+453