summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2021-07-11Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-12/+14
2021-07-05locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song-12/+14
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+4
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+7
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+119
2021-06-22locking/lockdep: Correct the description error for check_redundant()Xiongwei Song-1/+1
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra-1/+1
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng-1/+11
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng-3/+0
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng-2/+106
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra-1/+3
2021-06-18sched: Change task_struct::statePeter Zijlstra-6/+6
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang-11/+17
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan-2/+2
2021-05-10lockdep: Explicitly flag likely false-positive reportPaul E. McKenney-2/+4
2021-05-06locking/qrwlock: Cleanup queued_write_lock_slowpath()Waiman Long-3/+3
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-652/+326
2021-04-26Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds-5/+5
2021-04-17locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi-3/+4
2021-04-11Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+3
2021-04-05lockdep: Allow tuning tracing capacity constants.Tetsuo Handa-5/+5
2021-03-29locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()Thomas Gleixner-12/+7
2021-03-29locking/rtmutex: Restrict the trylock WARN_ON() to debugThomas Gleixner-1/+1
2021-03-29locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()Thomas Gleixner-1/+1
2021-03-29locking/rtmutex: Consolidate the fast/slowpath invocationThomas Gleixner-85/+59
2021-03-29locking/rtmutex: Make text section and inlining consistentThomas Gleixner-76/+76
2021-03-29locking/rtmutex: Move debug functions as inlines into common headerThomas Gleixner-119/+25
2021-03-29locking/rtmutex: Decrapify __rt_mutex_init()Thomas Gleixner-6/+11
2021-03-29locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubsThomas Gleixner-42/+20
2021-03-29locking/rtmutex: Inline chainwalk depth checkThomas Gleixner-8/+3
2021-03-29locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.cThomas Gleixner-6/+8
2021-03-29locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner-32/+0
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior-123/+1
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior-14/+1
2021-03-29locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior-46/+0
2021-03-22lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann-1/+1
2021-03-22locking: Fix typos in commentsIngo Molnar-13/+13
2021-03-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa-1/+2
2021-03-19locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex testWaiman Long-12/+27
2021-03-19locking/locktorture: Pass thread id to lock/unlock functionsWaiman Long-36/+58
2021-03-19locking/locktorture: Fix false positive circular locking splat in ww_mutex testWaiman Long-3/+14
2021-03-19Merge branch 'locking/urgent' into locking/core, to pick up dependent commitsIngo Molnar-11/+14
2021-03-17locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long-11/+14
2021-03-17locking/rwsem: Fix comment typoBhaskar Chowdhury-1/+1
2021-03-11kernel/futex: Kill rt_mutex_next_owner()Davidlohr Bueso-21/+0
2021-03-06lockdep: Add lockdep lock state definesShuah Khan-5/+6
2021-03-06lockdep: Add lockdep_assert_not_held()Shuah Khan-1/+5
2021-02-26kernel: delete repeated words in commentsRandy Dunlap-4/+4
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+0