summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+3Star
| * | | 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/+1Star
| * | | 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/+0Star
| * | | 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/+1Star
| * | | 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/+15Star
| * | | locking/lockdep: Simplify mark_held_locks()Frederic Weisbecker2019-01-211-15/+8Star
| * | | 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/+4Star
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-17/+4Star
| |\ \ \
| | | * | rcutorture: Add grace period after CPU offlinePaul E. McKenney2019-01-261-1/+1
| | |/ / | |/| |
| | * | locking/locktorture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3Star
| |/ /
* | / futex: Handle early deadlock return correctlyThomas Gleixner2019-02-081-5/+32
| |/ |/|
* | locking/rwsem: Fix (possible) missed wakeupXie Yongji2019-01-211-2/+9
|/
* kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-33/+43
|\
| * locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'Bart Van Assche2018-12-111-4/+5
| * locking/lockdep: Make concurrent lockdep_reset_lock() calls safeBart Van Assche2018-12-111-1/+4
| * locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statementBart Van Assche2018-12-111-1/+0Star
| * locking/lockdep: Introduce lock_class_cache_is_registered()Bart Van Assche2018-12-111-20/+30
| * locking/lockdep: Inline __lockdep_init_map()Bart Van Assche2018-12-111-7/+1Star
| * locking/lockdep: Declare local symbols staticBart Van Assche2018-12-111-0/+3
| |
| \
*-. \ Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-012-3/+3
|\ \ \ | |_|/ |/| |
| | * locking/mutex: Replace spin_is_locked() with lockdepLance Roy2018-11-121-2/+2
| |/ |/|
| * lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-2310-167/+252
|\
| * locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-10-191-2/+2
| * locking/pvqspinlock: Extend node size when pvqspinlock is configuredWaiman Long2018-10-172-11/+27
| * locking/qspinlock_stat: Count instances of nested lock slowpathsWaiman Long2018-10-172-0/+11
| * locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2018-10-161-1/+15
| * locking/qspinlock: Rework some commentsPeter Zijlstra2018-10-161-10/+26
| * locking/qspinlock: Re-order codePeter Zijlstra2018-10-161-29/+27Star
| * Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Ingo Molnar2018-10-162-2/+1Star
| |\
| * | locking/lockdep: Remove duplicated 'lock_class_ops' percpu arrayWaiman Long2018-10-161-1/+0Star
| * | locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long2018-10-093-4/+36
| * | locking/lockdep: Add a faster path in __lock_release()Waiman Long2018-10-031-3/+14
| * | locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long2018-10-031-8/+7Star