summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2021-08-10futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra1-6/+18
2021-08-10rtmutex: Make wait_lock irq safeThomas Gleixner1-63/+72
2021-08-10futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2-20/+7
2021-08-10futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2-3/+10
2021-02-10rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Lee Jones2-4/+2
2021-02-10futex: Avoid violating the 10th rule of futexLee Jones2-7/+20
2021-02-10futex: Remove rt_mutex_deadlock_account_*()Lee Jones4-40/+16
2021-02-10futex,rt_mutex: Provide futex specific rt_mutex APILee Jones2-17/+47
2020-09-03locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson1-1/+1
2020-04-24locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney1-4/+4
2020-04-24locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng1-0/+4
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver1-16/+16
2019-10-05locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-08-04locking/lockdep: Hide unused 'class' variableArnd Bergmann1-1/+2
2019-08-04locking/lockdep: Fix lock used or unused stats errorYuyang Du1-2/+3
2019-08-04locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-04-27Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Greg Kroah-Hartman1-3/+0
2019-04-03locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2-10/+50
2018-11-21locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-09-19locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood1-0/+13
2018-09-19locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood1-0/+27
2018-08-24locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-01-17locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso1-2/+3
2017-10-21locking/lockdep: Add nest_lock integrity testPeter Zijlstra1-2/+9
2017-09-13locktorture: Fix potential memory leak with rw lock testYang Shi1-0/+4
2016-12-15locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner1-2/+3
2016-12-15locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-0/+60
2016-07-27locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-05-04locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra1-1/+7
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon1-3/+5
2015-11-23treewide: Remove old email addressPeter Zijlstra2-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-29/+44
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-60/+194
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2-60/+194
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov1-5/+5
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov1-39/+11
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov1-11/+7
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov1-0/+7
2015-10-06locktorture: Add torture tests for percpu_rwsemPaul E. McKenney1-0/+44
2015-10-06locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney1-0/+5
2015-10-06locktorture: Support rtmutex torturingDavidlohr Bueso1-2/+112
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso1-2/+3
2015-10-06locking/mcs: Use acquire/release semanticsDavidlohr Bueso1-2/+2
2015-10-06locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso1-9/+21