summaryrefslogtreecommitdiff
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-08-21lockdep: fix static memory detection even moreHelge Deller1-22/+14
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-31/+87
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+21
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet1-31/+87
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra1-7/+21
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng1-16/+32
2023-03-27locking/lockdep: Introduce lock_sync()Boqun Feng1-0/+34
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra1-0/+3
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa1-2/+4
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker1-1/+1
2022-06-24locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-3/+4
2022-06-13locking/lockdep: Use sched_clock() for random numbersSebastian Andrzej Siewior1-1/+1
2022-05-27Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+33
2022-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng1-2/+33
2022-04-05locking: Add lock contention tracepointsNamhyung Kim1-1/+0
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers1-14/+8
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+25
2022-02-16locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long1-5/+9
2022-02-12lockdep: Correct lock_classes index mappingCheng Jui Wang1-2/+2
2022-01-26locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long1-9/+15
2022-01-26lockdep: Use memset_startat() helper in reinit_class()Xiu Jianfeng1-4/+1
2021-12-04lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner1-0/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang1-3/+0
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+15
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy1-0/+15
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou1-1/+1
2021-09-17lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior1-1/+1
2021-09-15locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra1-1/+1
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+119
2021-06-22locking/lockdep: Correct the description error for check_redundant()Xiongwei Song1-1/+1
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra1-1/+1
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng1-1/+11
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng1-3/+0
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng1-2/+106
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra1-1/+3
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan1-2/+2
2021-05-11lockdep: Explicitly flag likely false-positive reportPaul E. McKenney1-2/+4
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+12
2021-04-26Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds1-1/+1
2021-04-05lockdep: Allow tuning tracing capacity constants.Tetsuo Handa1-1/+1
2021-03-23lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann1-1/+1
2021-03-22locking: Fix typos in commentsIngo Molnar1-2/+2
2021-03-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa1-1/+2