index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rwbase_rt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/rtmutex: Add a lockdep assert to catch potential nested blocking
Thomas Gleixner
2023-09-20
1
-0
/
+2
*
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
2023-09-20
1
-0
/
+6
*
locking/rwbase: Mitigate indefinite writer starvation
Sebastian Andrzej Siewior
2023-04-29
1
-9
/
+0
*
locking: Apply contention tracepoints in the slow path
Namhyung Kim
2022-04-05
1
-0
/
+7
*
locking/rwbase: Optimize rwbase_read_trylock
Davidlohr Bueso
2021-10-07
1
-3
/
+2
*
Merge branch 'tip/locking/urgent'
Peter Zijlstra
2021-10-07
1
-20
/
+45
|
\
|
*
locking/rwbase: Take care of ordering guarantee for fastpath reader
Boqun Feng
2021-09-15
1
-2
/
+19
|
*
locking/rwbase: Extract __rwbase_write_trylock()
Peter Zijlstra
2021-09-15
1
-18
/
+26
|
*
locking/rwbase: Properly match set_and_save_state() to restore_state()
Peter Zijlstra
2021-09-15
1
-1
/
+1
*
|
rtmutex: Wake up the waiters lockless while dropping the read lock.
Thomas Gleixner
2021-10-01
1
-1
/
+5
|
/
*
locking/rt: Add base code for RT rw_semaphore and rwlock
Thomas Gleixner
2021-08-17
1
-0
/
+263