summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)AuthorLines
2020-11-17lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng-2/+4
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng-10/+9
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra-10/+4
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra-1/+1
2020-10-22lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra-2/+2
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar-52/+92
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra-40/+59
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra-17/+15
2020-09-29lockdep: Optimize the memory usage of circular queueBoqun Feng-39/+60
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org-6/+29
2020-08-26lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng-18/+35
2020-08-26lockdep: Add recursive read locks into dependency graphBoqun Feng-17/+2
2020-08-26lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng-47/+141
2020-08-26lockdep: Adjust check_redundant() for recursive read changeBoqun Feng-3/+44
2020-08-26lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng-8/+35
2020-08-26lockdep: Make __bfs(.match) return boolBoqun Feng-10/+10
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng-19/+94
2020-08-26lockdep: Introduce lock_list::depBoqun Feng-4/+88
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng-3/+3
2020-08-26lockdep: Make __bfs() visit every dependency until a matchBoqun Feng-26/+35
2020-08-26lockdep: Demagic the return value of BFSBoqun Feng-66/+89
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng-0/+14
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra-5/+9
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra-2/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+8
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-48/+94
2020-08-03Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar-1/+7
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver-28/+30
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org-1/+7
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-8/+8
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra-15/+15
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra-15/+15
2020-07-10lockdep: Prepare for NMI IRQ state trackingPeter Zijlstra-4/+42
2020-06-29lockdep: Complain only once about RCU in extended quiescent statePaul E. McKenney-3/+1
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra-2/+2
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov-2/+2
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-21/+65
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra-19/+0
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra-21/+65
2020-04-08locking/lockdep: Improve 'invalid wait context' splatPeter Zijlstra-20/+31
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+6
2020-03-21lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra-4/+4
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra-2/+2
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior-1/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra-6/+132
2020-03-20lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra-3/+59
2020-03-20locking/lockdep: Rework lockdep_lockPeter Zijlstra-41/+48
2020-03-20locking/lockdep: Fix bad recursion patternPeter Zijlstra-34/+40