- 28ce0e7 locking/qrwlock: Cleanup queued_write_lock_slowpath() by Waiman Long · 3 years, 9 months ago
- 0ff0edb Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
- ffc766b Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 by Linus Torvalds · 3 years, 9 months ago
- 84a24bf locking/qrwlock: Fix ordering in queued_write_lock_slowpath() by Ali Saidi · 3 years, 9 months ago
- add6b92 Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
- 5dc3359 lockdep: Allow tuning tracing capacity constants. by Tetsuo Handa · 3 years, 10 months ago
- a51a327 locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock() by Thomas Gleixner · 3 years, 10 months ago
- c2c360e locking/rtmutex: Restrict the trylock WARN_ON() to debug by Thomas Gleixner · 3 years, 10 months ago
- 82cd5b1 locking/rtmutex: Fix misleading comment in rt_mutex_postunlock() by Thomas Gleixner · 3 years, 10 months ago
- 70c8010 locking/rtmutex: Consolidate the fast/slowpath invocation by Thomas Gleixner · 3 years, 10 months ago
- d7a2edb locking/rtmutex: Make text section and inlining consistent by Thomas Gleixner · 3 years, 10 months ago
- f41dcc1 locking/rtmutex: Move debug functions as inlines into common header by Thomas Gleixner · 3 years, 10 months ago
- f5a9886 locking/rtmutex: Decrapify __rt_mutex_init() by Thomas Gleixner · 3 years, 10 months ago
- 37350e3 locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs by Thomas Gleixner · 3 years, 10 months ago
- f7efc47 locking/rtmutex: Inline chainwalk depth check by Thomas Gleixner · 3 years, 10 months ago
- fae37fe locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c by Thomas Gleixner · 3 years, 10 months ago
- 8188d74 locking/rtmutex: Remove empty and unused debug stubs by Thomas Gleixner · 3 years, 10 months ago
- 6d41c67 locking/rtmutex: Remove output from deadlock detector by Sebastian Andrzej Siewior · 3 years, 10 months ago
- 2d445c3 locking/rtmutex: Remove rtmutex deadlock tester leftovers by Sebastian Andrzej Siewior · 3 years, 10 months ago
- c15380b locking/rtmutex: Remove rt_mutex_timed_lock() by Sebastian Andrzej Siewior · 3 years, 10 months ago
- 6d48b79 lockdep: Address clang -Wformat warning printing for %hd by Arnd Bergmann · 3 years, 10 months ago
- e2db759 locking: Fix typos in comments by Ingo Molnar · 3 years, 10 months ago
- 3a85969 lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message by Tetsuo Handa · 3 years, 10 months ago
- 8c52cca locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test by Waiman Long · 3 years, 10 months ago
- aa3a5f3 locking/locktorture: Pass thread id to lock/unlock functions by Waiman Long · 3 years, 10 months ago
- 2ea55bb locking/locktorture: Fix false positive circular locking splat in ww_mutex test by Waiman Long · 3 years, 10 months ago
- 0143874 Merge branch 'locking/urgent' into locking/core, to pick up dependent commits by Ingo Molnar · 3 years, 10 months ago
- 5de2055 locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling by Waiman Long · 3 years, 10 months ago
- 4faf62b locking/rwsem: Fix comment typo by Bhaskar Chowdhury · 3 years, 10 months ago
- 9a4b99f kernel/futex: Kill rt_mutex_next_owner() by Davidlohr Bueso · 3 years, 11 months ago
- f8cfa46 lockdep: Add lockdep lock state defines by Shuah Khan · 3 years, 11 months ago
- 3e31f94 lockdep: Add lockdep_assert_not_held() by Shuah Khan · 3 years, 11 months ago
- c034f48 kernel: delete repeated words in comments by Randy Dunlap · 3 years, 11 months ago
- 3e10585 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 11 months ago
- 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- 9eef023 Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- 5a79872 rbtree, rtmutex: Use rb_add_cached() by Peter Zijlstra · 4 years, 9 months ago
- 85e853c Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years ago
- 6213736 Merge branch 'linus' into locking/core, to pick up upstream fixes by Ingo Molnar · 4 years ago
- d8d0da4 locking/arch: Move qrwlock.h include after qspinlock.h by Waiman Long · 4 years ago
- 0f319d4 locking/mutex: Kill mutex_trylock_recursive() by Sebastian Andrzej Siewior · 4 years ago
- c8cc7e8 lockdep: Noinstr annotate warn_bogus_irq_restore() by Peter Zijlstra · 4 years ago
- 7f82e63 locking/lockdep: Avoid unmatched unlock by Peter Zijlstra · 4 years ago
- 442187f locking/rwsem: Remove empty rwsem.h by Nikolay Borisov · 4 years ago
- bf594bf locking/rtmutex: Add missing kernel-doc markup by Alex Shi · 4 years, 2 months ago
- 2156ac1 rtmutex: Remove unused argument from rt_mutex_proxy_unlock() by Thomas Gleixner · 4 years ago
- 0d2460b Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD by Paul E. McKenney · 4 years ago
- 997acaf lockdep: report broken irq restoration by Mark Rutland · 4 years ago
- 5f29624 locking/lockdep: Exclude local_lock_t from IRQ inversions by Boqun Feng · 4 years, 1 month ago
- 175b1a6 locking/lockdep: Clean up check_redundant() a bit by Peter Zijlstra · 4 years, 1 month ago
- bc2dd71 locking/lockdep: Add a skip() function to __bfs() by Boqun Feng · 4 years, 1 month ago
- dfd5e3f locking/lockdep: Mark local_lock_t by Peter Zijlstra · 4 years, 1 month ago
- 77ca93a locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP by Peter Zijlstra · 4 years ago
- 0afda3a locking/lockdep: Cure noinstr fail by Peter Zijlstra · 4 years ago
- c5586e3 locking: Remove duplicate include of percpu-rwsem.h by Wang Qing · 4 years, 2 months ago
- e857b6f Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- 8c1dccc Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- 617f3ef locking/rwsem: Remove reader optimistic spinning by Waiman Long · 4 years, 2 months ago
- 1a728df locking/rwsem: Enable reader optimistic lock stealing by Waiman Long · 4 years, 2 months ago
- 2f06f70 locking/rwsem: Prevent potential lock starvation by Waiman Long · 4 years, 2 months ago
- c8fe8b0 locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath() by Waiman Long · 4 years, 2 months ago
- c995e63 locking/rwsem: Fold __down_{read,write}*() by Peter Zijlstra · 4 years, 1 month ago
- 285c61a locking/rwsem: Introduce rwsem_write_trylock() by Peter Zijlstra · 4 years, 1 month ago
- 3379116 locking/rwsem: Better collate rwsem_read_trylock() by Peter Zijlstra · 4 years, 1 month ago
- 31784cf rwsem: Implement down_read_interruptible by Eric W. Biederman · 4 years, 1 month ago
- 0f9368b rwsem: Implement down_read_killable_nested by Eric W. Biederman · 4 years, 1 month ago
- 43be438 lockdep: Put graph lock/unlock under lock_recursion protection by Boqun Feng · 4 years, 2 months ago
- d61fc96a lockdep: Avoid to modify chain keys in validate_chain() by Boqun Feng · 4 years, 3 months ago
- 0d72028 locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanup by Hou Tao · 4 years, 4 months ago
- 6b74fa0 locktorture: Prevent hangs for invalid arguments by Paul E. McKenney · 4 years, 4 months ago
- e5ace37 locktorture: Ignore nreaders_stress if no readlock support by Hou Tao · 4 years, 4 months ago
- 3480d67 locktorture: Track time of last ->writeunlock() by Paul E. McKenney · 4 years, 5 months ago
- 8d99084 Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 1a39340 lockdep: Fix nr_unused_locks accounting by Peter Zijlstra · 4 years, 3 months ago
- d48e385 locking/lockdep: Remove more raw_cpu_read() usage by Peter Zijlstra · 4 years, 3 months ago
- f8e48a3 lockdep: Fix preemption WARN for spurious IRQ-enable by Peter Zijlstra · 4 years, 3 months ago
- 41eea65 Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- e705d39 Merge branch 'locking/urgent' into locking/core, to pick up fixes by Ingo Molnar · 4 years, 3 months ago
- 4d00409 lockdep: Fix lockdep recursion by Peter Zijlstra · 4 years, 4 months ago
- 2bb8945 lockdep: Fix usage_traceoverflow by Peter Zijlstra · 4 years, 4 months ago
- b36c830 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 3 months ago
- 6d1823c lockdep: Optimize the memory usage of circular queue by Boqun Feng · 4 years, 4 months ago
- e6b1a44 locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count by Hou Tao · 4 years, 4 months ago
- 23870f1 locking/lockdep: Fix "USED" <- "IN-NMI" inversions by peterz@infradead.org · 4 years, 5 months ago
- f611e8c lockdep: Take read/write status in consideration when generate chainkey by Boqun Feng · 4 years, 5 months ago
- 621c9da lockdep: Add recursive read locks into dependency graph by Boqun Feng · 4 years, 5 months ago
- f08e388 lockdep: Fix recursive read lock related safe->unsafe detection by Boqun Feng · 4 years, 5 months ago
- 68e3056 lockdep: Adjust check_redundant() for recursive read change by Boqun Feng · 4 years, 5 months ago
- 9de0c9b lockdep: Support deadlock detection for recursive read locks in check_noncircular() by Boqun Feng · 4 years, 5 months ago
- 61775ed lockdep: Make __bfs(.match) return bool by Boqun Feng · 4 years, 5 months ago
- 6971c0f lockdep: Extend __bfs() to work with multiple types of dependencies by Boqun Feng · 4 years, 5 months ago
- 3454a36 lockdep: Introduce lock_list::dep by Boqun Feng · 4 years, 5 months ago
- bd76eca lockdep: Reduce the size of lock_list::distance by Boqun Feng · 4 years, 5 months ago
- d563bc6 lockdep: Make __bfs() visit every dependency until a match by Boqun Feng · 4 years, 5 months ago
- b11be02 lockdep: Demagic the return value of BFS by Boqun Feng · 4 years, 5 months ago
- e918188 locking: More accurate annotations for read_lock() by Boqun Feng · 4 years, 5 months ago
- eb1f002 lockdep,trace: Expose tracepoints by Peter Zijlstra · 4 years, 5 months ago
- fddf905 lockdep: Use raw_cpu_*() for per-cpu variables by Peter Zijlstra · 4 years, 5 months ago
- d49bed9 locktorture: Make function torture_percpu_rwsem_init() static by Wei Yongjun · 4 years, 7 months ago
- 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago