index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
2021-08-17
1
-2
/
+5
*
locking/rtmutex: Add adaptive spinwait mechanism
Steven Rostedt
2021-08-17
1
-2
/
+65
*
locking/rtmutex: Implement equal priority lock stealing
Gregory Haskins
2021-08-17
1
-17
/
+35
*
locking/rtmutex: Prevent lockdep false positive with PI futexes
Thomas Gleixner
2021-08-17
1
-0
/
+12
*
futex: Prevent requeue_pi() lock nesting issue on RT
Thomas Gleixner
2021-08-17
1
-49
/
+259
*
futex: Simplify handle_early_requeue_pi_wakeup()
Thomas Gleixner
2021-08-17
1
-26
/
+22
*
futex: Reorder sanity checks in futex_requeue()
Thomas Gleixner
2021-08-17
1
-7
/
+7
*
futex: Clarify comment in futex_requeue()
Thomas Gleixner
2021-08-17
1
-8
/
+20
*
futex: Restructure futex_requeue()
Thomas Gleixner
2021-08-17
1
-49
/
+41
*
futex: Correct the number of requeued waiters for PI
Thomas Gleixner
2021-08-17
1
-0
/
+4
*
futex: Remove bogus condition for requeue PI
Thomas Gleixner
2021-08-17
1
-1
/
+1
*
futex: Clarify futex_requeue() PI handling
Thomas Gleixner
2021-08-17
1
-38
/
+23
*
futex: Clean up stale comments
Thomas Gleixner
2021-08-17
1
-11
/
+7
*
futex: Validate waiter correctly in futex_proxy_trylock_atomic()
Thomas Gleixner
2021-08-17
1
-0
/
+7
*
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
2021-08-17
2
-1
/
+125
*
locking/ww_mutex: Implement rtmutex based ww_mutex API functions
Peter Zijlstra
2021-08-17
2
-1
/
+77
*
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
2021-08-17
4
-14
/
+115
*
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
2021-08-17
1
-3
/
+3
*
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
2021-08-17
1
-15
/
+49
*
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
2021-08-17
1
-0
/
+80
*
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
2021-08-17
1
-4
/
+19
*
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
2021-08-17
1
-10
/
+13
*
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
2021-08-17
1
-2
/
+14
*
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
2021-08-17
1
-6
/
+13
*
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
2021-08-17
1
-4
/
+53
*
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
2021-08-17
1
-6
/
+6
*
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...
Peter Zijlstra (Intel)
2021-08-17
2
-371
/
+370
*
locking/ww_mutex: Split up ww_mutex_unlock()
Peter Zijlstra (Intel)
2021-08-17
1
-11
/
+15
*
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
2021-08-17
2
-9
/
+4
*
locking/ww_mutex: Simplify lockdep annotations
Peter Zijlstra
2021-08-17
1
-9
/
+10
*
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
2021-08-17
1
-11
/
+11
*
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
2021-08-17
1
-0
/
+13
*
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
2021-08-17
4
-48
/
+26
*
locking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
Peter Zijlstra
2021-08-17
1
-5
/
+20
*
locking/rwlock: Provide RT variant
Thomas Gleixner
2021-08-17
4
-1
/
+144
*
locking/spinlock: Provide RT variant
Thomas Gleixner
2021-08-17
2
-0
/
+130
*
locking/rtmutex: Provide the spin/rwlock core lock function
Thomas Gleixner
2021-08-17
2
-1
/
+61
*
locking/rtmutex: Guard regular sleeping locks specific functions
Thomas Gleixner
2021-08-17
3
-123
/
+133
*
locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks
Thomas Gleixner
2021-08-17
2
-3
/
+20
*
locking/rtmutex: Use rt_mutex_wake_q_head
Thomas Gleixner
2021-08-17
4
-23
/
+20
*
locking/rtmutex: Provide rt_wake_q_head and helpers
Thomas Gleixner
2021-08-17
2
-0
/
+29
*
locking/rtmutex: Add wake_state to rt_mutex_waiter
Thomas Gleixner
2021-08-17
2
-1
/
+10
*
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
2021-08-17
1
-0
/
+108
*
locking/rt: Add base code for RT rw_semaphore and rwlock
Thomas Gleixner
2021-08-17
1
-0
/
+263
*
locking/rtmutex: Provide rt_mutex_slowlock_locked()
Thomas Gleixner
2021-08-17
2
-43
/
+59
*
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
2021-08-17
5
-73
/
+80
*
locking/rtmutex: Split API from implementation
Thomas Gleixner
2021-08-17
4
-498
/
+514
*
locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()
Thomas Gleixner
2021-08-17
1
-2
/
+2
*
locking/rtmutex: Convert macros to inlines
Sebastian Andrzej Siewior
2021-08-17
1
-4
/
+27
*
sched/core: Provide a scheduling point for RT locks
Thomas Gleixner
2021-08-17
1
-1
/
+19
[next]