index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-17
lib/test_lockup: Adapt to changed variables
Sebastian Andrzej Siewior
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
2021-08-17
locking/ww_mutex: Implement rtmutex based ww_mutex API functions
Peter Zijlstra
2021-08-17
locking/rtmutex: Extend the rtmutex core to support ww_mutex
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)
2021-08-17
locking/ww_mutex: Split up ww_mutex_unlock()
Peter Zijlstra (Intel)
2021-08-17
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
2021-08-17
locking/ww_mutex: Simplify lockdep annotations
Peter Zijlstra
2021-08-17
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
2021-08-17
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <li...
Thomas Gleixner
2021-08-17
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
2021-08-17
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
2021-08-17
locking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
Peter Zijlstra
2021-08-17
locking/rwlock: Provide RT variant
Thomas Gleixner
2021-08-17
locking/spinlock: Provide RT variant
Thomas Gleixner
2021-08-17
locking/rtmutex: Provide the spin/rwlock core lock function
Thomas Gleixner
2021-08-17
locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>
Thomas Gleixner
2021-08-17
locking/spinlock: Provide RT specific spinlock_t
Thomas Gleixner
2021-08-17
locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <...
Sebastian Andrzej Siewior
2021-08-17
rbtree: Split out the rbtree type definitions into <linux/rbtree_types.h>
Sebastian Andrzej Siewior
2021-08-17
locking/lockdep: Reduce header dependencies in <linux/debug_locks.h>
Sebastian Andrzej Siewior
2021-08-17
locking/rtmutex: Prevent future include recursion hell
Sebastian Andrzej Siewior
2021-08-17
locking/spinlock: Split the lock types header, and move the raw types into <l...
Thomas Gleixner
2021-08-17
locking/rtmutex: Guard regular sleeping locks specific functions
Thomas Gleixner
2021-08-17
locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks
Thomas Gleixner
2021-08-17
locking/rtmutex: Use rt_mutex_wake_q_head
Thomas Gleixner
2021-08-17
locking/rtmutex: Provide rt_wake_q_head and helpers
Thomas Gleixner
2021-08-17
locking/rtmutex: Add wake_state to rt_mutex_waiter
Thomas Gleixner
2021-08-17
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
2021-08-17
locking/rt: Add base code for RT rw_semaphore and rwlock
Thomas Gleixner
2021-08-17
locking/rtmutex: Provide rt_mutex_base_is_locked()
Thomas Gleixner
2021-08-17
locking/rtmutex: Provide rt_mutex_slowlock_locked()
Thomas Gleixner
2021-08-17
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
2021-08-17
locking/rtmutex: Split API from implementation
Thomas Gleixner
2021-08-17
locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()
Thomas Gleixner
2021-08-17
locking/rtmutex: Convert macros to inlines
Sebastian Andrzej Siewior
2021-08-17
locking/rtmutex: Remove rt_mutex_is_locked()
Peter Zijlstra
2021-08-17
media/atomisp: Use lockdep instead of *mutex_is_locked()
Peter Zijlstra
2021-08-17
sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()
Thomas Gleixner
2021-08-17
sched/core: Provide a scheduling point for RT locks
Thomas Gleixner
2021-08-17
sched/core: Rework the __schedule() preempt argument
Thomas Gleixner
[next]