aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-26kernel: delete repeated words in commentsRandy Dunlap3-4/+4
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+18
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-75/+152
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra1-36/+18
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+0
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar3-6/+9
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long1-1/+0
2021-02-10locking/mutex: Kill mutex_trylock_recursive()Sebastian Andrzej Siewior1-10/+0
2021-02-10lockdep: Noinstr annotate warn_bogus_irq_restore()Peter Zijlstra1-1/+3
2021-02-05locking/lockdep: Avoid unmatched unlockPeter Zijlstra1-1/+2
2021-01-29locking/rwsem: Remove empty rwsem.hNikolay Borisov1-0/+0
2021-01-28locking/rtmutex: Add missing kernel-doc markupAlex Shi1-6/+11
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2-4/+2
2021-01-22Merge 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 HEADPaul E. McKenney1-1/+0
2021-01-22lockdep: report broken irq restorationMark Rutland2-0/+12
2021-01-14locking/lockdep: Exclude local_lock_t from IRQ inversionsBoqun Feng1-4/+53
2021-01-14locking/lockdep: Clean up check_redundant() a bitPeter Zijlstra1-42/+49
2021-01-14locking/lockdep: Add a skip() function to __bfs()Boqun Feng1-10/+19
2021-01-14locking/lockdep: Mark local_lock_tPeter Zijlstra1-7/+9
2021-01-12locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra1-1/+6
2021-01-12locking/lockdep: Cure noinstr failPeter Zijlstra1-1/+1
2021-01-04locking: Remove duplicate include of percpu-rwsem.hWang Qing1-1/+0
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-251/+138
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+30
2020-12-09locking/rwsem: Remove reader optimistic spinningWaiman Long2-240/+49
2020-12-09locking/rwsem: Enable reader optimistic lock stealingWaiman Long2-0/+29
2020-12-09locking/rwsem: Prevent potential lock starvationWaiman Long1-2/+13
2020-12-09locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()Waiman Long1-8/+10
2020-12-09locking/rwsem: Fold __down_{read,write}*()Peter Zijlstra1-22/+23
2020-12-09locking/rwsem: Introduce rwsem_write_trylock()Peter Zijlstra1-22/+16
2020-12-09locking/rwsem: Better collate rwsem_read_trylock()Peter Zijlstra1-7/+8
2020-12-09rwsem: Implement down_read_interruptibleEric W. Biederman1-0/+26
2020-12-09rwsem: Implement down_read_killable_nestedEric W. Biederman1-0/+14
2020-11-17lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng1-2/+4
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng1-10/+9
2020-11-06locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupHou Tao1-5/+21
2020-11-06locktorture: Prevent hangs for invalid argumentsPaul E. McKenney1-0/+5
2020-11-06locktorture: Ignore nreaders_stress if no readlock supportHou Tao1-1/+2
2020-11-06locktorture: Track time of last ->writeunlock()Paul E. McKenney1-0/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+7
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra1-10/+4
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra1-1/+1
2020-10-22lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra1-2/+2
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar3-56/+101
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra1-40/+59
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra2-19/+20
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2020-09-29lockdep: Optimize the memory usage of circular queueBoqun Feng1-39/+60