summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
...
| * | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long2019-04-101-0/+7
| * | locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long2019-04-103-22/+20
| * | locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long2019-04-101-86/+86
| * | locking/rwsem: Optimize down_read_trylock()Waiman Long2019-04-031-5/+8
| * | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-033-345/+1
| * | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-032-0/+132
| |/
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-49/+38
|\ \
| * | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-291-27/+28
| * | lockdep: Remove save argument from check_prev_add()Thomas Gleixner2019-04-291-8/+8
| * | lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner2019-04-291-5/+4
| * | lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-11/+0
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-0/+2
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-04-181-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney2019-03-261-0/+2
| | |/
* | / locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche2019-04-161-4/+5
|/ /
* / locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche2019-04-101-17/+12
|/
* locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche2019-03-091-4/+11
* locking/lockdep: Avoid a Clang warningArnd Bergmann2019-03-091-1/+3
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-1/+6
|\
| * Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-281-5/+32
| |\
| * | kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu2019-02-131-1/+6
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-066-174/+857
|\ \ \
| * | | locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra2019-02-281-13/+33
| * | | locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-281-8/+113
| * | | locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche2019-02-281-0/+11
| * | | locking/lockdep: Check data structure consistencyBart Van Assche2019-02-281-0/+167
| * | | locking/lockdep: Reuse lock chains that have been freedBart Van Assche2019-02-281-20/+37
| * | | locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche2019-02-281-1/+1
| * | | locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche2019-02-283-8/+23
| * | | locking/lockdep: Reuse list entries that are no longer in useBart Van Assche2019-02-281-8/+16
| * | | locking/lockdep: Free lock classes that are no longer in useBart Van Assche2019-02-281-48/+348
| * | | locking/lockdep: Update two outdated commentsBart Van Assche2019-02-281-5/+3
| * | | locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+6
| * | | locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche2019-02-281-36/+36
| * | | locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche2019-02-281-2/+27
| * | | locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2019-02-281-6/+13
| * | | locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche2019-02-281-10/+1
| * | | locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche2019-02-281-1/+2
| * | | locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche2019-02-281-7/+7
| * | | locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche2019-02-281-2/+2
| * | | locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long2019-02-281-3/+0
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-281-5/+32
| |\ \ \ | | | |/ | | |/|
| * | | locking/qspinlock_stat: Track the no MCS node available caseWaiman Long2019-02-042-7/+17
| * | | locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long2019-02-041-0/+15
| * | | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-3/+1
| * | | locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-02-041-0/+3
| * | | locking/lockdep: Provide enum lock_usage_bit mask namesFrederic Weisbecker2019-01-212-22/+15
| * | | locking/lockdep: Simplify mark_held_locks()Frederic Weisbecker2019-01-211-15/+8
| * | | locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-01-211-0/+3
| | |/ | |/|
* | | Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2019-02-131-17/+4
|\ \ \ | |_|/ |/| |