aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long1-7/+44
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long1-16/+15
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2-54/+173
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long1-18/+47
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long2-95/+42
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long4-900/+891
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long2-136/+85
2019-06-17locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long1-72/+0
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2-24/+1
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu1-1/+1
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner1-2/+1
2019-06-03locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra1-41/+4
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak1-12/+29
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du1-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du1-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du1-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du1-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du1-44/+74
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du1-2/+2
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du1-3/+3
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du1-11/+10
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du1-12/+21
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du1-8/+13
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du1-10/+14
2019-06-03locking/lockdep: Update commentYuyang Du1-3/+9
2019-06-03locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du1-8/+8
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du1-20/+39
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du1-9/+9
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du1-3/+8
2019-06-03locking/lockdep: Print the right depth for chain key collisionYuyang Du1-3/+4
2019-06-03locking/lockdep: Remove useless conditional macroYuyang Du1-3/+3
2019-06-03locking/lockdep: Adjust lock usage bit character checksYuyang Du1-5/+16
2019-06-03locking/lockdep: Change all print_*() return type to voidYuyang Du1-101/+108
2019-06-03Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar4-31/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner3-29/+3
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney1-1/+1
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov1-1/+1
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long1-2/+40
2019-05-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell1-4/+0
2019-05-24locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior1-1/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner4-0/+4
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long1-15/+31
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-1/+12
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+3
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-766/+858
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-49/+38
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2