aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2023-12-07debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra
2023-12-07locking/rwbase: Mitigate indefinite writer starvationSebastian Andrzej Siewior
2023-12-03Merge tag 'v6.1.65' into v6.1/standard/baseBruce Ashfield
2023-12-03Merge tag 'v6.1.64' into v6.1/standard/baseBruce Ashfield
2023-12-03lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-09-04Merge tag 'v6.1.51' into v6.1/standard/baseBruce Ashfield
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-08-03Merge tag 'v6.1.43' into v6.1/standard/baseBruce Ashfield
2023-08-03locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2023-05-19Merge tag 'v6.1.29' into v6.1/standard/baseBruce Ashfield
2023-05-17locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz
2023-03-17Merge tag 'v6.1.16' into v6.1/standard/baseBruce Ashfield
2023-03-10locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long
2023-03-10cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra
2023-03-10locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsWaiman Long
2023-02-17Merge tag 'v6.1.12' into v6.1/standard/baseBruce Ashfield
2023-02-14rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa
2023-01-04Merge tag 'v6.1.3' into v6.1/standard/baseBruce Ashfield
2023-01-04rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman
2022-12-14aufs6: standaloneBruce Ashfield
2022-12-14aufs6: baseBruce Ashfield
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar
2022-09-15locking: Add __sched to semaphore functionsNamhyung Kim
2022-09-15locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver
2022-08-19locking: Add __lockfunc to slow path functionsNamhyung Kim
2022-08-04locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabledAndi Kleen
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-07-30locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker
2022-06-24locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-06-13locking/lockdep: Use sched_clock() for random numbersSebastian Andrzej Siewior
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-11locking/qrwlock: Change "queue rwlock" to "queued rwlock"Waiman Long
2022-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng
2022-04-05locking/mutex: Make contention tracepoints more consistent wrt adaptive spinningPeter Zijlstra
2022-04-05locking: Apply contention tracepoints in the slow pathNamhyung Kim
2022-04-05locking: Add lock contention tracepointsNamhyung Kim
2022-04-05locking/rwsem: Always try to wake waiters in out_nolock pathWaiman Long
2022-04-05locking/rwsem: Conditionally wake waiters in reader/writer slowpathsWaiman Long
2022-04-05locking/rwsem: No need to check for handoff bit if wait queue emptyWaiman Long
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds