- 8b39adb locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' again by Bart Van Assche · 6 years ago
- 90c1cba locking/lockdep: Zap lock classes even with lock debugging disabled by Bart Van Assche · 6 years ago
- 0126574 locking/lockdep: Only call init_rcu_head() after RCU has been initialized by Bart Van Assche · 6 years ago
- 3fe7522 locking/lockdep: Avoid a Clang warning by Arnd Bergmann · 6 years ago
- 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- 72dcd50 locking/lockdep: Add module_param to enable consistency checks by Peter Zijlstra · 6 years ago
- 108c148 locking/lockdep: Add support for dynamic keys by Bart Van Assche · 6 years ago
- 4bf5086 locking/lockdep: Verify whether lock objects are small enough to be used as class keys by Bart Van Assche · 6 years ago
- b526b2e locking/lockdep: Check data structure consistency by Bart Van Assche · 6 years ago
- de4643a locking/lockdep: Reuse lock chains that have been freed by Bart Van Assche · 6 years ago
- 527af3e locking/lockdep: Fix a comment in add_chain_cache() by Bart Van Assche · 6 years ago
- 2212684 locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count() by Bart Van Assche · 6 years ago
- ace35a7 locking/lockdep: Reuse list entries that are no longer in use by Bart Van Assche · 6 years ago
- a0b0fd5 locking/lockdep: Free lock classes that are no longer in use by Bart Van Assche · 6 years ago
- 29fc33f locking/lockdep: Update two outdated comments by Bart Van Assche · 6 years ago
- cdc84d7 locking/lockdep: Make it easy to detect whether or not inside a selftest by Bart Van Assche · 6 years ago
- 956f356 locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock() by Bart Van Assche · 6 years ago
- feb0a38 locking/lockdep: Initialize the locks_before and locks_after lists earlier by Bart Van Assche · 6 years ago
- 86cffb8 locking/lockdep: Make zap_class() remove all matching lock order entries by Bart Van Assche · 6 years ago
- 523b113 locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache by Bart Van Assche · 6 years ago
- 15ea86b locking/lockdep: Fix reported required memory size (2/2) by Bart Van Assche · 6 years ago
- 7ff8517 locking/lockdep: Fix reported required memory size (1/2) by Bart Van Assche · 6 years ago
- 09d75ec locking/lockdep: Fix two 32-bit compiler warnings by Bart Van Assche · 6 years ago
- 733000c locking/qspinlock: Remove unnecessary BUG_ON() call by Waiman Long · 6 years ago
- 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
- cae45e1 Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
- 2f43c60 kprobes: Prohibit probing on lockdep functions by Masami Hiramatsu · 6 years ago
- e7ffb4e 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 by Paul E. McKenney · 6 years ago
- 5a4eb3c locking/locktorture: Convert to SPDX license identifier by Paul E. McKenney · 6 years ago
- 1a1fb98 futex: Handle early deadlock return correctly by Thomas Gleixner · 6 years ago
- 412f34a locking/qspinlock_stat: Track the no MCS node available case by Waiman Long · 6 years ago
- d682b59 locking/qspinlock: Handle > 4 slowpath nesting levels by Waiman Long · 6 years ago
- 07879c6 sched/wake_q: Reduce reference counting for special users by Davidlohr Bueso · 6 years ago
- 513e107 locking/lockdep: Add debug_locks check in __lock_downgrade() by Waiman Long · 6 years ago
- 3a6cb58 rcutorture: Add grace period after CPU offline by Paul E. McKenney · 6 years ago
- bba2a8f locking/lockdep: Provide enum lock_usage_bit mask names by Frederic Weisbecker · 6 years ago
- 436a49a locking/lockdep: Simplify mark_held_locks() by Frederic Weisbecker · 6 years ago
- 7149258 locking/lockdep: Add debug_locks check in __lock_downgrade() by Waiman Long · 6 years ago
- e158488b locking/rwsem: Fix (possible) missed wakeup by Xie Yongji · 6 years ago
- 3bb5f4a kernel/locking/mutex.c: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
- 1eefdec Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- fe27b0d locking/lockdep: Stop using RCU primitives to access 'all_lock_classes' by Bart Van Assche · 6 years ago
- 786fa29 locking/lockdep: Make concurrent lockdep_reset_lock() calls safe by Bart Van Assche · 6 years ago
- a66b692 locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statement by Bart Van Assche · 6 years ago
- 2904d9f locking/lockdep: Introduce lock_class_cache_is_registered() by Bart Van Assche · 6 years ago
- d35568b locking/lockdep: Inline __lockdep_init_map() by Bart Van Assche · 6 years ago
- 1431a5d locking/lockdep: Declare local symbols static by Bart Van Assche · 6 years ago
- eaaf055 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 by Paul E. McKenney · 6 years ago
- 51959d8 lockdep: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
- 0454772 locking/mutex: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- 0200fbd Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 9506a74 locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
- 0fa809c locking/pvqspinlock: Extend node size when pvqspinlock is configured by Waiman Long · 6 years ago
- 1222109 locking/qspinlock_stat: Count instances of nested lock slowpaths by Waiman Long · 6 years ago
- 7aa54be locking/qspinlock, x86: Provide liveness guarantee by Peter Zijlstra · 6 years ago
- 756b1df locking/qspinlock: Rework some comments by Peter Zijlstra · 6 years ago
- 53bf57f locking/qspinlock: Re-order code by Peter Zijlstra · 6 years ago
- ec57e2f Merge branch 'x86/build' into locking/core, to pick up dependent patches and unify jump-label work by Ingo Molnar · 6 years ago
- 4766ab5 locking/lockdep: Remove duplicated 'lock_class_ops' percpu array by Waiman Long · 6 years ago
- 8ca2b56c locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=y by Waiman Long · 6 years ago
- e4a02ed locking/ww_mutex: Fix runtime warning in the WW mutex selftest by Guenter Roeck · 6 years ago
- ce52a18 locking/lockdep: Add a faster path in __lock_release() by Waiman Long · 6 years ago
- 8ee1086 locking/lockdep: Eliminate redundant IRQs check in __lock_acquire() by Waiman Long · 6 years ago
- 44318d5 locking/lockdep: Remove add_chain_cache_classes() by Waiman Long · 6 years ago
- 84818af locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif by Steven Rostedt (VMware) · 6 years ago
- 0b405c6 locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic" by Colin Ian King · 6 years ago
- dc5591a locking/lockdep: Delete unnecessary #include by Ben Hutchings · 6 years ago
- 925b9cd locking/rwsem: Make owner store task pointer of last owning reader by Waiman Long · 6 years ago
- 4b486b5 locking/rwsem: Exit read lock slowpath if queue empty & no writer by Waiman Long · 6 years ago
- e13e236 locking/mutex: Fix mutex debug call and ww_mutex documentation by Thomas Hellstrom · 6 years ago
- 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
- 54dbe75 Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
- b99cdfd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- bff1b20 tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage" by Steven Rostedt (VMware) · 6 years ago
- c3bc8fd tracing: Centralize preemptirq tracepoints and unify their usage by Joel Fernandes (Google) · 6 years ago
- 01f3849 lockdep: Use this_cpu_ptr instead of get_cpu_var stats by Joel Fernandes (Google) · 6 years ago
- 62cedf3 locking/rtmutex: Allow specifying a subclass for nested locking by Peter Rosin · 7 years ago
- ea73a5c Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
- c5be9b5 Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 7 years ago
- 08295b3 locking: Implement an algorithm choice for Wound-Wait mutexes by Thomas Hellstrom · 7 years ago
- 55f036c locking: WW mutex cleanup by Peter Ziljstra · 7 years ago
- 6050003 torture: Keep old-school dmesg format by Paul E. McKenney · 7 years ago
- 90127d6 torture: Make online/offline messages appear only for verbose=2 by Paul E. McKenney · 7 years ago
- 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- fcc784b locking/lockdep: Do not record IRQ state within lockdep code by Steven Rostedt (VMware) · 7 years ago
- 03eeafd locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS by Waiman Long · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 92400b8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 1b22fc6 locking/rwsem: Simplify the is-owner-spinnable checks by Oleg Nesterov · 7 years ago
- 675c00c Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 5a81764 locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN by Waiman Long · 7 years ago
- d7d760e locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag by Waiman Long · 7 years ago
- 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
- fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
- 8cc05c71 locking/lockdep: Move sanity check to inside lockdep_print_held_locks() by Tetsuo Handa · 7 years ago