summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-49/+38
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner1-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner1-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner1-5/+4
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+2
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche1-4/+5
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-11/+0
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche1-17/+12
2019-03-27locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney1-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche1-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann1-1/+3
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-174/+857
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-5/+32
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra1-13/+33
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche1-8/+113
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche1-0/+11
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche1-0/+167
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche1-20/+37
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche1-1/+1
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche3-8/+23
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche1-8/+16
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche1-48/+348
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche1-5/+3
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche1-0/+6
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche1-36/+36
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche1-2/+27
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche1-6/+13
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche1-10/+1
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche1-1/+2
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche1-7/+7
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche1-2/+2
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long1-3/+0
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-5/+32
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-17/+4
2019-02-13kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu1-1/+6
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney1-17/+4
2019-02-09locking/locktorture: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner1-5/+32
2019-02-04locking/qspinlock_stat: Track the no MCS node available caseWaiman Long2-7/+17
2019-02-04locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long1-0/+15
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso1-3/+1
2019-02-04locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-01-26rcutorture: Add grace period after CPU offlinePaul E. McKenney1-1/+1
2019-01-21locking/lockdep: Provide enum lock_usage_bit mask namesFrederic Weisbecker2-22/+15
2019-01-21locking/lockdep: Simplify mark_held_locks()Frederic Weisbecker1-15/+8
2019-01-21locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji1-2/+9
2019-01-05kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1