summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra
2021-09-09locking/rtmutex: Fix ww_mutex deadlock checkPeter Zijlstra
2021-09-02locking/rwsem: Add missing __init_rwsem() for PREEMPT_RTMike Galbraith
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-27locking/rtmutex: Return success on deadlock for ww_mutex waitersPeter Zijlstra
2021-08-27locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexesPeter Zijlstra
2021-08-25locking/rtmutex: Dequeue waiter on ww_mutex deadlockThomas Gleixner
2021-08-25locking/rtmutex: Dont dereference waiter locklessThomas Gleixner
2021-08-20locking/semaphore: Add might_sleep() to down_*() familyXiaoming Ni
2021-08-20locking/ww_mutex: Initialize waiter.ww_ctx properlySebastian Andrzej Siewior
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner
2021-08-17locking/rtmutex: Add adaptive spinwait mechanismSteven Rostedt
2021-08-17locking/rtmutex: Implement equal priority lock stealingGregory Haskins
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner
2021-08-17locking/ww_mutex: Implement rtmutex based ww_mutex API functionsPeter Zijlstra
2021-08-17locking/rtmutex: Extend the rtmutex core to support ww_mutexPeter Zijlstra
2021-08-17locking/ww_mutex: Add rt_mutex based lock type and accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Add RT priority to W/W orderPeter Zijlstra
2021-08-17locking/ww_mutex: Implement rt_mutex accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out internal lock accessesThomas Gleixner
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