summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2019-09-06lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra
2019-09-06locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek
2019-07-31locking/lockdep: Hide unused 'class' variableArnd Bergmann
2019-07-31locking/lockdep: Fix lock used or unused stats errorYuyang Du
2019-07-26locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak
2019-07-26locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long
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
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann