aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner
2021-01-12locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra
2021-01-12locking/lockdep: Cure noinstr failPeter Zijlstra
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-09locking/rwsem: Remove reader optimistic spinningWaiman Long
2020-12-09locking/rwsem: Enable reader optimistic lock stealingWaiman Long
2020-12-09locking/rwsem: Prevent potential lock starvationWaiman Long
2020-12-09locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()Waiman Long
2020-12-09locking/rwsem: Fold __down_{read,write}*()Peter Zijlstra
2020-12-09locking/rwsem: Introduce rwsem_write_trylock()Peter Zijlstra
2020-12-09locking/rwsem: Better collate rwsem_read_trylock()Peter Zijlstra
2020-12-09rwsem: Implement down_read_interruptibleEric W. Biederman
2020-12-09rwsem: Implement down_read_killable_nestedEric W. Biederman
2020-11-17lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng
2020-11-06locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupHou Tao
2020-11-06locktorture: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06locktorture: Ignore nreaders_stress if no readlock supportHou Tao
2020-11-06locktorture: Track time of last ->writeunlock()Paul E. McKenney
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra
2020-10-22lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-09-29lockdep: Optimize the memory usage of circular queueBoqun Feng
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org
2020-08-26lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng
2020-08-26lockdep: Add recursive read locks into dependency graphBoqun Feng
2020-08-26lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng
2020-08-26lockdep: Adjust check_redundant() for recursive read changeBoqun Feng
2020-08-26lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng
2020-08-26lockdep: Make __bfs(.match) return boolBoqun Feng
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng
2020-08-26lockdep: Introduce lock_list::depBoqun Feng
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng
2020-08-26lockdep: Make __bfs() visit every dependency until a matchBoqun Feng
2020-08-26lockdep: Demagic the return value of BFSBoqun Feng
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra
2020-08-24locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds