summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsKobe Wu-20/+16
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann-39/+34
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney-2/+2
2019-06-17locking/rwsem: Guard against making count negativeWaiman Long-12/+41
2019-06-17locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long-8/+135
2019-06-17locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long-30/+144
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long-45/+80
2019-06-17locking/rwsem: Enable readers spinning on writerWaiman Long-12/+75
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long-22/+21
2019-06-17locking/rwsem: Wake up almost all readers in wait queueWaiman Long-5/+26
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long-7/+44
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long-16/+15
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long-54/+173
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long-18/+47
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long-95/+42
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long-900/+891
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long-136/+85
2019-06-17locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long-72/+0
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long-24/+1
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu-1/+1
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner-2/+1
2019-06-03locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra-41/+4
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak-9/+9
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak-12/+29
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du-44/+74
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du-2/+2
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du-3/+3
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du-11/+10
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du-12/+21
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du-8/+13
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du-10/+14
2019-06-03locking/lockdep: Update commentYuyang Du-3/+9
2019-06-03locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du-8/+8
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du-20/+39
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du-9/+9
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du-3/+8
2019-06-03locking/lockdep: Print the right depth for chain key collisionYuyang Du-3/+4
2019-06-03locking/lockdep: Remove useless conditional macroYuyang Du-3/+3
2019-06-03locking/lockdep: Adjust lock usage bit character checksYuyang Du-5/+16
2019-06-03locking/lockdep: Change all print_*() return type to voidYuyang Du-101/+108
2019-06-03Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar-31/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-29/+3
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney-1/+1
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov-1/+1
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long-2/+40