summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra2021-08-171-2/+14
* locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra2021-08-171-6/+13
* locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra2021-08-171-4/+53
* locking/ww_mutex: Remove the __sched annotation from ww_mutex APIsPeter Zijlstra2021-08-171-6/+6
* locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...Peter Zijlstra (Intel)2021-08-172-371/+370
* locking/ww_mutex: Split up ww_mutex_unlock()Peter Zijlstra (Intel)2021-08-171-11/+15
* locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra2021-08-172-9/+4
* locking/ww_mutex: Simplify lockdep annotationsPeter Zijlstra2021-08-171-9/+10
* locking/mutex: Make mutex::wait_lock rawThomas Gleixner2021-08-173-14/+14
* locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <li...Thomas Gleixner2021-08-172-11/+8
* locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner2021-08-172-13/+13
* locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner2021-08-174-48/+26
* locking/rtmutex: Squash !RT tasks to DEFAULT_PRIOPeter Zijlstra2021-08-171-5/+20
* locking/rwlock: Provide RT variantThomas Gleixner2021-08-177-13/+323
* locking/spinlock: Provide RT variantThomas Gleixner2021-08-172-0/+130
* locking/rtmutex: Provide the spin/rwlock core lock functionThomas Gleixner2021-08-172-1/+61
* locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>Thomas Gleixner2021-08-173-1/+162
* locking/spinlock: Provide RT specific spinlock_tThomas Gleixner2021-08-171-0/+26
* locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <...Sebastian Andrzej Siewior2021-08-171-1/+1
* rbtree: Split out the rbtree type definitions into <linux/rbtree_types.h>Sebastian Andrzej Siewior2021-08-172-29/+36
* locking/lockdep: Reduce header dependencies in <linux/debug_locks.h>Sebastian Andrzej Siewior2021-08-171-2/+1
* locking/rtmutex: Prevent future include recursion hellSebastian Andrzej Siewior2021-08-171-1/+1
* locking/spinlock: Split the lock types header, and move the raw types into <l...Thomas Gleixner2021-08-174-58/+74
* locking/rtmutex: Guard regular sleeping locks specific functionsThomas Gleixner2021-08-173-123/+133
* locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locksThomas Gleixner2021-08-172-3/+20
* locking/rtmutex: Use rt_mutex_wake_q_headThomas Gleixner2021-08-174-23/+20
* locking/rtmutex: Provide rt_wake_q_head and helpersThomas Gleixner2021-08-172-0/+29
* locking/rtmutex: Add wake_state to rt_mutex_waiterThomas Gleixner2021-08-172-1/+10
* locking/rwsem: Add rtmutex based R/W semaphore implementationThomas Gleixner2021-08-172-10/+176
* locking/rt: Add base code for RT rw_semaphore and rwlockThomas Gleixner2021-08-172-0/+302
* locking/rtmutex: Provide rt_mutex_base_is_locked()Thomas Gleixner2021-08-171-0/+12
* locking/rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner2021-08-172-43/+59
* locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra2021-08-176-79/+97
* locking/rtmutex: Split API from implementationThomas Gleixner2021-08-174-498/+514
* locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()Thomas Gleixner2021-08-171-2/+2
* locking/rtmutex: Convert macros to inlinesSebastian Andrzej Siewior2021-08-171-4/+27
* locking/rtmutex: Remove rt_mutex_is_locked()Peter Zijlstra2021-08-171-11/+0
* media/atomisp: Use lockdep instead of *mutex_is_locked()Peter Zijlstra2021-08-171-2/+2
* sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner2021-08-171-2/+5
* sched/core: Provide a scheduling point for RT locksThomas Gleixner2021-08-172-1/+22
* sched/core: Rework the __schedule() preempt argumentThomas Gleixner2021-08-171-11/+23
* sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner2021-08-172-0/+99
* sched/wakeup: Reorganize the current::__state helpersThomas Gleixner2021-08-171-25/+23
* sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bitThomas Gleixner2021-08-171-1/+3
* sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner2021-08-171-6/+18
* locking/rtmutex: Set proper wait context for lockdepThomas Gleixner2021-08-172-8/+13
* locking/local_lock: Add missing owner initializationThomas Gleixner2021-08-171-19/+23
* Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar2021-08-1713082-310626/+861764
|\
| * Linux 5.14-rc6v5.14-rc6Linus Torvalds2021-08-151-1/+1
| * Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-1513-62/+82
| |\