aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2024-03-13locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar
2023-12-03Merge tag 'v5.15.141' into v5.15/standard/baseBruce Ashfield
2023-12-03Merge tag 'v5.15.140' into v5.15/standard/baseBruce Ashfield
2023-12-03lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-08-03Merge tag 'v5.15.124' into v5.15/standard/baseBruce Ashfield
2023-08-03locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2023-05-19Merge tag 'v5.15.112' into v5.15/standard/baseBruce Ashfield
2023-05-17locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz
2023-04-27Merge tag 'v5.15.109' into v5.15/standard/baseBruce Ashfield
2023-04-26rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman
2023-03-17Merge tag 'v5.15.99' into v5.15/standard/baseBruce Ashfield
2023-03-10locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long
2023-03-10locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsWaiman Long
2023-03-10locking/rwsem: Optimize down_read_trylock() under highly contended caseMuchun Song
2023-02-17Merge tag 'v5.15.94' into v5.15/standard/baseBruce Ashfield
2023-02-14rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa
2022-10-06Merge tag 'v5.15.69' into v5.15/standard/baseBruce Ashfield
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-08-22Merge tag 'v5.15.61' into v5.15/standard/baseBruce Ashfield
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-08-08Merge tag 'v5.15.59' into v5.15/standard/baseBruce Ashfield
2022-08-03locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long
2022-04-11Merge tag 'v5.15.33' into v5.15/standard/baseBruce Ashfield
2022-04-08locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long
2022-04-08locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long
2022-03-02Merge tag 'v5.15.25' into v5.15/standard/baseBruce Ashfield
2022-02-23lockdep: Correct lock_classes index mappingCheng Jui Wang
2021-12-30Merge tag 'v5.15.11' into v5.15/standard/baseBruce Ashfield
2021-12-22locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang
2021-12-01Merge tag 'v5.15.6' into v5.15/standard/baseBruce Ashfield
2021-12-01locking/rwsem: Make handoff bit handling more consistentWaiman Long
2021-11-28Merge tag 'v5.15.3' into v5.15/standard/baseBruce Ashfield
2021-11-18lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior
2021-11-18locking/rwsem: Disable preemption for spinning regionYanfei Xu
2021-11-18locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra
2021-11-02aufs5: standaloneBruce Ashfield
2021-11-02aufs5: baseBruce Ashfield
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra
2021-09-09locking/rtmutex: Fix ww_mutex deadlock checkPeter Zijlstra
2021-09-02locking/rwsem: Add missing __init_rwsem() for PREEMPT_RTMike Galbraith
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-27locking/rtmutex: Return success on deadlock for ww_mutex waitersPeter Zijlstra
2021-08-27locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexesPeter Zijlstra
2021-08-25locking/rtmutex: Dequeue waiter on ww_mutex deadlockThomas Gleixner
2021-08-25locking/rtmutex: Dont dereference waiter locklessThomas Gleixner
2021-08-20locking/semaphore: Add might_sleep() to down_*() familyXiaoming Ni