summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2020-04-24locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney
2020-04-24locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver
2019-10-05locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-08-04locking/lockdep: Hide unused 'class' variableArnd Bergmann
2019-08-04locking/lockdep: Fix lock used or unused stats errorYuyang Du
2019-08-04locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak
2019-05-21locking/rwsem: Prevent decrement of reader count before incrementWaiman Long
2019-04-27Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Greg Kroah-Hartman
2019-03-27locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-03-13futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra
2019-03-05locking/rwsem: Fix (possible) missed wakeupXie Yongji
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2018-12-21locking/qspinlock: Re-order codePeter Zijlstra
2018-12-21locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon
2018-12-21locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon
2018-12-21locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon
2018-12-21locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon
2018-12-21locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon
2018-12-21locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-09-19locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood
2018-09-19locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood
2018-08-24locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon
2018-03-22locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso
2018-03-22rtmutex: Fix PI chain order integrityPeter Zijlstra
2017-10-21locking/lockdep: Add nest_lock integrity testPeter Zijlstra
2017-09-13locktorture: Fix potential memory leak with rw lock testYang Shi
2017-09-02locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long
2017-07-15locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai
2017-03-22locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel
2016-12-06lockdep: Fix report formattingDmitry Vyukov
2016-12-02locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner
2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui
2016-08-18locking/rwsem: Scan the wait_list for readers only onceDavidlohr Bueso
2016-08-18locking/rwsem: Remove a few useless commentsDavidlohr Bueso
2016-08-18locking/rwsem: Return void in __rwsem_mark_wake()Davidlohr Bueso
2016-08-10locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra
2016-08-10locking/pvstat: Separate wait_again and spurious wakeup statsWaiman Long
2016-08-10locking/qspinlock: Improve readabilityPeter Zijlstra
2016-08-10locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui
2016-08-10locking/pvqspinlock: Fix double hash raceWanpeng Li
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar