summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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
| |/
* | lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann2021-03-221-1/+1
* | lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-03-211-1/+2
|/
* Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-121-2/+7
|\
| * locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra2021-01-121-1/+6
| * locking/lockdep: Cure noinstr failPeter Zijlstra2021-01-121-1/+1
* | locking/lockdep: Avoid unmatched unlockPeter Zijlstra2021-02-051-1/+2
* | locking/lockdep: Exclude local_lock_t from IRQ inversionsBoqun Feng2021-01-141-4/+53
* | locking/lockdep: Clean up check_redundant() a bitPeter Zijlstra2021-01-141-42/+49
* | locking/lockdep: Add a skip() function to __bfs()Boqun Feng2021-01-141-10/+19
* | locking/lockdep: Mark local_lock_tPeter Zijlstra2021-01-141-7/+9
|/
* lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng2020-11-171-2/+4
* lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng2020-11-101-10/+9
* lockdep: Fix nr_unused_locks accountingPeter Zijlstra2020-10-301-10/+4
* locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra2020-10-301-1/+1
* lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra2020-10-221-2/+2
* Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-091-52/+92
|\
| * lockdep: Fix lockdep recursionPeter Zijlstra2020-10-091-40/+59
| * lockdep: Fix usage_traceoverflowPeter Zijlstra2020-10-091-17/+15
| * locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-031-6/+29
* | lockdep: Optimize the memory usage of circular queueBoqun Feng2020-09-291-39/+60
* | lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng2020-08-261-18/+35
* | lockdep: Add recursive read locks into dependency graphBoqun Feng2020-08-261-17/+2
* | lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng2020-08-261-47/+141
* | lockdep: Adjust check_redundant() for recursive read changeBoqun Feng2020-08-261-3/+44
* | lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng2020-08-261-8/+35
* | lockdep: Make __bfs(.match) return boolBoqun Feng2020-08-261-10/+10
* | lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng2020-08-261-19/+94
* | lockdep: Introduce lock_list::depBoqun Feng2020-08-261-4/+88
* | lockdep: Reduce the size of lock_list::distanceBoqun Feng2020-08-261-3/+3
* | lockdep: Make __bfs() visit every dependency until a matchBoqun Feng2020-08-261-26/+35
* | lockdep: Demagic the return value of BFSBoqun Feng2020-08-261-66/+89
* | locking: More accurate annotations for read_lock()Boqun Feng2020-08-261-0/+14
|/