summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2019-04-10locking/rwsem: Enable lock event countingWaiman Long-0/+32
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long-1/+27
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long-132/+173
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long-114/+181
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long-8/+16
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long-5/+10
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long-10/+5
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long-22/+20
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long-86/+86
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon-1/+5
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon-0/+7
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long-5/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long-345/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-0/+132
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann-1/+3
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+6
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-174/+857
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-5/+32
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra-13/+33
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche-8/+113
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche-0/+11
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche-0/+167
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche-20/+37
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche-1/+1
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche-8/+23
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche-8/+16
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche-48/+348
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche-5/+3
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche-0/+6
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche-36/+36
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche-2/+27
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche-6/+13
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche-10/+1
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche-1/+2
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche-7/+7
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche-2/+2
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long-3/+0
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-5/+32
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-17/+4
2019-02-13kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu-1/+6
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney-17/+4
2019-02-09locking/locktorture: Convert to SPDX license identifierPaul E. McKenney-16/+3
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner-5/+32
2019-02-04locking/qspinlock_stat: Track the no MCS node available caseWaiman Long-7/+17
2019-02-04locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long-0/+15
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso-3/+1
2019-02-04locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long-0/+3