summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* lockdep: Fix block chain corruptionPeter Zijlstra2023-11-241-1/+2
* lockdep: fix static memory detection even moreHelge Deller2023-08-211-22/+14
* Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-31/+87
|\
| * lockdep: Add lock_set_cmp_fn() annotationKent Overstreet2023-05-191-31/+87
* | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-281-7/+21
|\ \ | |/ |/|
| * debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-7/+21
* | locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng2023-03-271-16/+32
* | locking/lockdep: Introduce lock_sync()Boqun Feng2023-03-271-0/+34
|/
* cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-01-311-0/+3
* locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa2022-09-211-2/+4
* Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+1
|\
| * context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
* | locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra2022-06-241-3/+4
|/
* locking/lockdep: Use sched_clock() for random numbersSebastian Andrzej Siewior2022-06-131-1/+1
* Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-2/+33
|\
| * kernel/lockdep: move lockdep sysctls to its own filetangmeng2022-04-061-2/+33
* | locking: Add lock contention tracepointsNamhyung Kim2022-04-051-1/+0
* | lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-04-051-14/+8
|/
* Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-221-18/+25
|\
| * locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long2022-02-161-5/+9
| * locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long2022-01-251-9/+15
| * lockdep: Use memset_startat() helper in reinit_class()Xiu Jianfeng2022-01-251-4/+1
* | lockdep: Correct lock_classes index mappingCheng Jui Wang2022-02-111-2/+2
|/
* lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner2021-12-041-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-3/+0
|\
| * kallsyms: remove arch specific text and data checkKefeng Wang2021-11-091-3/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+15
|\|
| * mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy2021-11-061-0/+15
* | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-1/+1
|\ \
| * | locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra2021-09-151-1/+1
| |/
* | lockdep: Improve comments in wait-type checksZhouyi Zhou2021-09-171-1/+1
* | lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior2021-09-171-1/+1
|/
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-2/+4
|\
| * lockdep: Explicitly flag likely false-positive reportPaul E. McKenney2021-05-101-2/+4
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
|\ \
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-281-8/+119
|\ \ \
| * | | locking/lockdep: Correct the description error for check_redundant()Xiongwei Song2021-06-221-1/+1
| * | | lockdep: Fix wait-type for empty stackPeter Zijlstra2021-06-221-1/+1
| * | | lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng2021-06-221-1/+11
| * | | locking/lockdep: Remove the unnecessary trace savingBoqun Feng2021-06-221-3/+0
| * | | locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng2021-06-221-2/+106
| | |/ | |/|
* | | locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-221-1/+3
| |/ |/|
* | locking/lockdep: Correct calling tracepointsLeo Yan2021-05-181-2/+2
|/
* Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-7/+12
|\
| * locking: Fix typos in commentsIngo Molnar2021-03-221-2/+2
| * lockdep: Add lockdep lock state definesShuah Khan2021-03-061-5/+6
| * lockdep: Add lockdep_assert_not_held()Shuah Khan2021-03-061-1/+5
* | Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2021-04-261-1/+1
|\ \
| * | lockdep: Allow tuning tracing capacity constants.Tetsuo Handa2021-04-051-1/+1
| |/