summaryrefslogtreecommitdiff
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)Author
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
2021-03-06lockdep: Add lockdep lock state definesShuah Khan
2021-03-06lockdep: Add lockdep_assert_not_held()Shuah Khan
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar
2021-02-05locking/lockdep: Avoid unmatched unlockPeter Zijlstra
2021-01-14locking/lockdep: Exclude local_lock_t from IRQ inversionsBoqun Feng
2021-01-14locking/lockdep: Clean up check_redundant() a bitPeter Zijlstra
2021-01-14locking/lockdep: Add a skip() function to __bfs()Boqun Feng
2021-01-14locking/lockdep: Mark local_lock_tPeter Zijlstra
2021-01-12locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra
2021-01-12locking/lockdep: Cure noinstr failPeter Zijlstra
2020-11-17lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra
2020-10-22lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra
2020-09-29lockdep: Optimize the memory usage of circular queueBoqun Feng
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org
2020-08-26lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng
2020-08-26lockdep: Add recursive read locks into dependency graphBoqun Feng
2020-08-26lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng
2020-08-26lockdep: Adjust check_redundant() for recursive read changeBoqun Feng