index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
ww_mutex.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-14
locking/mutex: Make mutex::wait_lock irq safe
Juri Lelli
1
-10
/
+11
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
1
-11
/
+19
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-1
/
+1
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-1
/
+1
2023-07-17
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
1
-6
/
+6
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
1
-3
/
+3
2021-08-17
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
1
-15
/
+49
2021-08-17
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
1
-0
/
+80
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
1
-4
/
+19
2021-08-17
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
1
-10
/
+13
2021-08-17
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
1
-2
/
+14
2021-08-17
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
1
-6
/
+13
2021-08-17
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
1
-4
/
+53
2021-08-17
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
1
-6
/
+6
2021-08-17
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/ww_mutex.h
Peter Zijlstra (Intel)
1
-0
/
+369