summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
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
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2019-02-13kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09locking/locktorture: Convert to SPDX license identifierPaul E. McKenney
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner
2019-02-04locking/qspinlock_stat: Track the no MCS node available caseWaiman Long
2019-02-04locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso
2019-02-04locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-01-25rcutorture: Add grace period after CPU offlinePaul E. McKenney