- 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
- 8b405d5 locking/lockdep: Fix stacktrace mess by Peter Zijlstra · 7 years ago
- 9c29c318 locking/rwsem-xadd: Fix missed wakeup due to reordering of load by Prateek Sood · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- a23ba90 locking/rtmutex: replace top-waiter and pi_waiters leftmost caching by Davidlohr Bueso · 7 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 34d54f3 locking/pvqspinlock: Relax cmpxchg's to improve performance on some architectures by Waiman Long · 7 years ago
- f52be57 locking/lockdep: Untangle xhlock history save/restore from task independence by Peter Zijlstra · 7 years ago
- e6f3faa locking/lockdep: Fix workqueue crossrelease annotation by Peter Zijlstra · 7 years ago
- d3a024a locking: Remove spin_unlock_wait() generic definitions by Paul E. McKenney · 8 years ago
- 907dc16 locking/lockdep: Fix the rollback and overwrite detection logic in crossrelease by Byungchul Park · 7 years ago
- a10b5c5 locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit() by Byungchul Park · 7 years ago
- 383a4bc locking/lockdep: Make print_circular_bug() aware of crossrelease by Byungchul Park · 7 years ago
- 28a903f locking/lockdep: Handle non(or multi)-acquisition of a crosslock by Byungchul Park · 7 years ago
- 23f873d locking/lockdep: Detect and handle hist_lock ring buffer overwrite by Byungchul Park · 7 years ago
- b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
- ce07a941 locking/lockdep: Make check_prev_add() able to handle external stack_trace by Byungchul Park · 7 years ago
- 70911fd locking/lockdep: Change the meaning of check_prev_add()'s return value by Byungchul Park · 7 years ago
- 49347a9 locking/lockdep: Add a function building a chain between two classes by Byungchul Park · 7 years ago
- 545c23f locking/lockdep: Refactor lookup_chain_cache() by Byungchul Park · 7 years ago
- ae81330 locking/lockdep: Avoid creating redundant links by Peter Zijlstra · 8 years ago
- d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
- 83ced16 locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed() by Kirill Tkhai · 8 years ago
- 0aa1125 locking/rwsem-spinlock: Add killable versions of __down_read() by Kirill Tkhai · 8 years ago
- 50972fe locking/osq_lock: Fix osq_lock queue corruption by Prateek Sood · 7 years ago
- bc2eecd futex: Allow for compiling out PI support by Nicolas Pitre · 7 years ago
- 8b810a3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 69f0d42 locking/rtmutex: Remove unnecessary priority adjustment by Alex Shi · 7 years ago
- c8b2ba8 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- fe1b518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
- 5671360 locking/qspinlock: Explicitly include asm/prefetch.h by Stafford Horne · 7 years ago
- 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 7 years ago
- a0c4acd locking/rwsem-spinlock: Fix EINTR branch in __down_write_common() by Kirill Tkhai · 8 years ago
- 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
- 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago