summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2021-08-17locking/ww_mutex: Abstract out mutex typesPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra
2021-08-17locking/ww_mutex: Remove the __sched annotation from ww_mutex APIsPeter Zijlstra
2021-08-17locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...Peter Zijlstra (Intel)
2021-08-17locking/ww_mutex: Split up ww_mutex_unlock()Peter Zijlstra (Intel)
2021-08-17locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra
2021-08-17locking/ww_mutex: Simplify lockdep annotationsPeter Zijlstra
2021-08-17locking/mutex: Make mutex::wait_lock rawThomas Gleixner
2021-08-17locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner
2021-08-17locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner
2021-08-17locking/rtmutex: Squash !RT tasks to DEFAULT_PRIOPeter Zijlstra
2021-08-17locking/rwlock: Provide RT variantThomas Gleixner
2021-08-17locking/spinlock: Provide RT variantThomas Gleixner
2021-08-17locking/rtmutex: Provide the spin/rwlock core lock functionThomas Gleixner
2021-08-17locking/rtmutex: Guard regular sleeping locks specific functionsThomas Gleixner
2021-08-17locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locksThomas Gleixner
2021-08-17locking/rtmutex: Use rt_mutex_wake_q_headThomas Gleixner
2021-08-17locking/rtmutex: Provide rt_wake_q_head and helpersThomas Gleixner
2021-08-17locking/rtmutex: Add wake_state to rt_mutex_waiterThomas Gleixner
2021-08-17locking/rwsem: Add rtmutex based R/W semaphore implementationThomas Gleixner
2021-08-17locking/rt: Add base code for RT rw_semaphore and rwlockThomas Gleixner
2021-08-17locking/rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra
2021-08-17locking/rtmutex: Split API from implementationThomas Gleixner
2021-08-17locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()Thomas Gleixner
2021-08-17locking/rtmutex: Convert macros to inlinesSebastian Andrzej Siewior
2021-08-17locking/rtmutex: Set proper wait context for lockdepThomas Gleixner
2021-08-17Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar
2021-08-10locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei
2021-07-27locktorture: Count lock readersPaul E. McKenney
2021-07-27locktorture: Mark statistics data racesPaul E. McKenney
2021-07-16locking/rwsem: Remove an unused parameter of rwsem_wake()xuyehan
2021-07-11Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-07-07locking/mutex: Add MUTEX_WARN_ONPeter Zijlstra
2021-07-07locking/mutex: Introduce __mutex_trylock_or_handoff()Peter Zijlstra
2021-07-07locking/mutex: Fix HANDOFF conditionPeter Zijlstra
2021-07-07locking/mutex: Use try_cmpxchg()Peter Zijlstra
2021-07-05locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-22locking/lockdep: Correct the description error for check_redundant()Xiongwei Song
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra
2021-06-18sched: Change task_struct::statePeter Zijlstra