summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du
2019-06-03locking/lockdep: Print the right depth for chain key collisionYuyang Du
2019-06-03locking/lockdep: Remove useless conditional macroYuyang Du
2019-06-03locking/lockdep: Adjust lock usage bit character checksYuyang Du
2019-06-03locking/lockdep: Change all print_*() return type to voidYuyang Du
2019-06-03Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long
2019-05-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell
2019-05-24locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche
2019-04-10locking/rwsem: Enable lock event countingWaiman Long
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long