summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-291-17/+36
|\
| * Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar2024-09-291-17/+36
| |\
| | * lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu2024-08-061-16/+32
| | * lockdep: Use str_plural() to fix Coccinelle warningThorsten Blum2024-08-061-1/+1
| | * lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bugLuis Claudio R. Goncalves2024-08-051-0/+3
* | | lockdep: Mark emergency sections in lockdep splatsJohn Ogness2024-08-211-2/+81
|/ /
* | lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet2024-08-071-0/+6
* | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-181-1/+8
|\ \ | |/ |/|
| * lockdep: lockdep_set_notrack_class()Kent Overstreet2024-07-141-1/+8
* | locking: Remove superfluous sentinel element from kern_lockdep_tableJoel Granados2024-06-131-1/+0
|/
* 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