- 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 · 6 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 · 6 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
- 0f736a5 locking/lockdep: Use for_each_process_thread() for debug_show_all_locks() by Tetsuo Handa · 7 years ago
- c427f69 locking/mutex: Optimize __mutex_trylock_fast() by Peter Zijlstra · 7 years ago
- 3bea9ad locking/qspinlock: Remove duplicate clear_pending() function from PV code by Will Deacon · 7 years ago
- 81d3dc9 locking/qspinlock: Add stat tracking for pending vs. slowpath by Waiman Long · 7 years ago
- ae75d90 locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() when locking by Will Deacon · 7 years ago
- 9d4646d locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb() by Will Deacon · 7 years ago
- c131a19 locking/qspinlock: Use smp_cond_load_relaxed() to wait for next node by Will Deacon · 7 years ago
- 7f56b58 locking/mcs: Use smp_cond_load_acquire() in MCS spin loop by Jason Low · 7 years ago
- f9c811fa locking/qspinlock: Use atomic_cond_read_acquire() by Will Deacon · 7 years ago
- c61da58 locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue by Will Deacon · 7 years ago
- 59fb586 locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath by Will Deacon · 7 years ago
- 6512276 locking/qspinlock: Bound spinning on pending->locked transition in slowpath by Will Deacon · 7 years ago
- 625e88b locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock' by Will Deacon · 7 years ago
- 5149cba locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches by Waiman Long · 7 years ago
- 169310f Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- b3c3975 lockdep: Make the lock debug output more useful by Tetsuo Handa · 7 years ago
- c28d62c locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter() by Peter Zijlstra · 7 years ago
- 45dbac0 locking/mutex: Improve documentation by Matthew Wilcox · 7 years ago
- 9884afa Merge tag 'v4.16-rc5' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 6b0ef92 rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites by Boqun Feng · 7 years ago
- 04860d4 locking/lockdep: Show unadorned pointers by Borislav Petkov · 7 years ago
- 11dc132 locking/qspinlock: Ensure node->count is updated before initialising node by Will Deacon · 7 years ago
- 95bcade locking/qspinlock: Ensure node is initialised before updating prev->next by Will Deacon · 7 years ago
- 5e7481a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 88f1c87 locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks() by Tejun Heo · 7 years ago
- 08f36ff lockdep: Make lockdep checking constant by Matthew Wilcox · 7 years ago
- 64f29d1 lockdep: Assign lock keys on registration by Matthew Wilcox · 7 years ago
- c1e2f0e futex: Avoid violating the 10th rule of futex by Peter Zijlstra · 7 years ago
- 475c5ee 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
- e966eae locking/lockdep: Remove the cross-release locking checks by Ingo Molnar · 7 years ago
- d89c703 locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=y by Will Deacon · 7 years ago
- f87f3a3 locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAK by Will Deacon · 7 years ago
- 1dfa55e Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD by Paul E. McKenney · 7 years ago
- a2f2577 torture: Eliminate torture_runnable and perf_runnable by Paul E. McKenney · 7 years ago
- 2ce77d1 locking/locktorture: Fix num reader/writer corner cases by Davidlohr Bueso · 8 years ago
- f2f7626 locking/locktorture: Fix rwsem reader_delay by Davidlohr Bueso · 8 years ago
- cc1321c torture: Reduce #ifdefs for preempt_schedule() by Paul E. McKenney · 7 years ago
- 5e351ad locking/lockdep: Fix possible NULL deref by Peter Zijlstra · 7 years ago
- 548095d locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath() by Paul E. McKenney · 7 years ago
- 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
- 11752ad locking/pvqspinlock: Implement hybrid PV queued/unfair locks by Waiman Long · 7 years ago
- f791dd2 locking/rwlocks: Fix comments by Cheng Jian · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- e121d64 locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y by Byungchul Park · 7 years ago
- d141bab locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default by Byungchul Park · 7 years ago
- d133166 locking/qrwlock: Prevent slowpath writers getting held up by fastpath by Will Deacon · 7 years ago
- b519b56 locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock by Will Deacon · 7 years ago
- e0d0228 locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock' by Will Deacon · 7 years ago
- a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
- 76f8507 locking/rwsem: Add down_read_killable() by Kirill Tkhai · 7 years ago