index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
ww_mutex.h
Age
Commit message (
Expand
)
Author
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2023-07-17
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
2021-08-17
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
2021-08-17
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
2021-08-17
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
2021-08-17
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
2021-08-17
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
2021-08-17
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...
Peter Zijlstra (Intel)