aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)Author
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra
2023-08-21lockdep: fix static memory detection even moreHelge Deller
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng
2023-03-27locking/lockdep: Introduce lock_sync()Boqun Feng
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng
2022-04-05locking: Add lock contention tracepointsNamhyung Kim
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
2022-02-16locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long
2022-02-11lockdep: Correct lock_classes index mappingCheng Jui Wang
2022-01-25locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long
2022-01-25lockdep: Use memset_startat() helper in reinit_class()Xiu Jianfeng
2021-12-04lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou
2021-09-17lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior
2021-09-15locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-22locking/lockdep: Correct the description error for check_redundant()Xiongwei Song
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan
2021-05-10lockdep: Explicitly flag likely false-positive reportPaul E. McKenney
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-26Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2021-04-05lockdep: Allow tuning tracing capacity constants.Tetsuo Handa
2021-03-22lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann
2021-03-22locking: Fix typos in commentsIngo Molnar
2021-03-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa