| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-02-28 | locking/lockdep: Fix reported required memory size (2/2) |  Bart Van Assche | 1 | -1/+2 |
| 2019-02-28 | locking/lockdep: Fix reported required memory size (1/2) |  Bart Van Assche | 1 | -7/+7 |
| 2019-02-28 | locking/lockdep: Fix two 32-bit compiler warnings |  Bart Van Assche | 1 | -2/+2 |
| 2019-02-28 | locking/qspinlock: Remove unnecessary BUG_ON() call |  Waiman Long | 1 | -3/+0 |
| 2019-02-28 | Merge branch 'linus' into locking/core, to pick up fixes |  Ingo Molnar | 1 | -5/+32 |
| 2019-02-13 | Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 1 | -17/+4 |
| 2019-02-13 | kprobes: Prohibit probing on lockdep functions |  Masami Hiramatsu | 1 | -1/+6 |
| 2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD |  Paul E. McKenney | 1 | -17/+4 |
| 2019-02-09 | locking/locktorture: Convert to SPDX license identifier |  Paul E. McKenney | 1 | -16/+3 |
| 2019-02-08 | futex: Handle early deadlock return correctly |  Thomas Gleixner | 1 | -5/+32 |
| 2019-02-04 | locking/qspinlock_stat: Track the no MCS node available case |  Waiman Long | 2 | -7/+17 |
| 2019-02-04 | locking/qspinlock: Handle > 4 slowpath nesting levels |  Waiman Long | 1 | -0/+15 |
| 2019-02-04 | sched/wake_q: Reduce reference counting for special users |  Davidlohr Bueso | 1 | -3/+1 |
| 2019-02-04 | locking/lockdep: Add debug_locks check in __lock_downgrade() |  Waiman Long | 1 | -0/+3 |
| 2019-01-25 | rcutorture: Add grace period after CPU offline |  Paul E. McKenney | 1 | -1/+1 |
| 2019-01-21 | locking/lockdep: Provide enum lock_usage_bit mask names |  Frederic Weisbecker | 2 | -22/+15 |
| 2019-01-21 | locking/lockdep: Simplify mark_held_locks() |  Frederic Weisbecker | 1 | -15/+8 |
| 2019-01-21 | locking/lockdep: Add debug_locks check in __lock_downgrade() |  Waiman Long | 1 | -0/+3 |
| 2019-01-21 | locking/rwsem: Fix (possible) missed wakeup |  Xie Yongji | 1 | -2/+9 |
| 2019-01-04 | kernel/locking/mutex.c: remove caller signal_pending branch predictions |  Davidlohr Bueso | 1 | -1/+1 |
| 2018-12-26 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -33/+43 |
| 2018-12-11 | locking/lockdep: Stop using RCU primitives to access 'all_lock_classes' |  Bart Van Assche | 1 | -4/+5 |
| 2018-12-11 | locking/lockdep: Make concurrent lockdep_reset_lock() calls safe |  Bart Van Assche | 1 | -1/+4 |
| 2018-12-11 | locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statement |  Bart Van Assche | 1 | -1/+0 |
| 2018-12-11 | locking/lockdep: Introduce lock_class_cache_is_registered() |  Bart Van Assche | 1 | -20/+30 |
| 2018-12-11 | locking/lockdep: Inline __lockdep_init_map() |  Bart Van Assche | 1 | -7/+1 |
| 2018-12-11 | locking/lockdep: Declare local symbols static |  Bart Van Assche | 1 | -0/+3 |
| 2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEAD |  Paul E. McKenney | 2 | -3/+3 |
| 2018-11-27 | lockdep: Replace synchronize_sched() with synchronize_rcu() |  Paul E. McKenney | 1 | -1/+1 |
| 2018-11-12 | locking/mutex: Replace spin_is_locked() with lockdep |  Lance Roy | 1 | -2/+2 |
| 2018-10-31 | mm: remove include/linux/bootmem.h |  Mike Rapoport | 1 | -1/+1 |
| 2018-10-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 10 | -167/+252 |
| 2018-10-19 | locking/lockdep: Fix debug_locks off performance problem |  Waiman Long | 1 | -2/+2 |
| 2018-10-17 | locking/pvqspinlock: Extend node size when pvqspinlock is configured |  Waiman Long | 2 | -11/+27 |
| 2018-10-17 | locking/qspinlock_stat: Count instances of nested lock slowpaths |  Waiman Long | 2 | -0/+11 |
| 2018-10-16 | locking/qspinlock, x86: Provide liveness guarantee |  Peter Zijlstra | 1 | -1/+15 |
| 2018-10-16 | locking/qspinlock: Rework some comments |  Peter Zijlstra | 1 | -10/+26 |
| 2018-10-16 | locking/qspinlock: Re-order code |  Peter Zijlstra | 1 | -29/+27 |
| 2018-10-16 | Merge branch 'x86/build' into locking/core, to pick up dependent patches and unify jump-label work |  Ingo Molnar | 2 | -2/+1 |
| 2018-10-16 | locking/lockdep: Remove duplicated 'lock_class_ops' percpu array |  Waiman Long | 1 | -1/+0 |
| 2018-10-09 | locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=y |  Waiman Long | 3 | -4/+36 |
| 2018-10-03 | locking/ww_mutex: Fix runtime warning in the WW mutex selftest |  Guenter Roeck | 1 | -4/+6 |
| 2018-10-03 | locking/lockdep: Add a faster path in __lock_release() |  Waiman Long | 1 | -3/+14 |
| 2018-10-03 | locking/lockdep: Eliminate redundant IRQs check in __lock_acquire() |  Waiman Long | 1 | -8/+7 |
| 2018-10-03 | locking/lockdep: Remove add_chain_cache_classes() |  Waiman Long | 1 | -70/+0 |
| 2018-09-11 | locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif |  Steven Rostedt (VMware) | 1 | -2/+2 |
| 2018-09-10 | locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic" |  Colin Ian King | 1 | -1/+1 |
| 2018-09-10 | locking/lockdep: Delete unnecessary #include |  Ben Hutchings | 1 | -1/+0 |
| 2018-09-10 | locking/rwsem: Make owner store task pointer of last owning reader |  Waiman Long | 3 | -28/+76 |
| 2018-09-10 | locking/rwsem: Exit read lock slowpath if queue empty & no writer |  Waiman Long | 1 | -1/+12 |