summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
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
2019-05-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell-4/+0
2019-05-24locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior-1/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+4
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long-15/+31
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-1/+12
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-0/+3
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-766/+858
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-49/+38
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin-1/+1
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner-5/+4
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer-0/+3
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker-67/+167
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+2
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra-6/+22
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker-10/+10
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker-4/+7
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker-4/+6
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche-4/+5
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-11/+0
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long-1/+2
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche-17/+12