aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/locking/lockdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-8/+8
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+94
2020-08-03Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar1-1/+7
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver1-28/+30
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org1-1/+7
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-8/+8
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra1-15/+15
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra1-15/+15
2020-07-10lockdep: Prepare for NMI IRQ state trackingPeter Zijlstra1-4/+42
2020-06-29lockdep: Complain only once about RCU in extended quiescent statePaul E. McKenney1-3/+1
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra1-2/+2
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-2/+2
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-21/+65
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra1-19/+0
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra1-21/+65
2020-04-08locking/lockdep: Improve 'invalid wait context' splatPeter Zijlstra1-20/+31
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2020-03-21lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra1-4/+4
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra1-2/+2
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior1-1/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-6/+132
2020-03-20lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra1-3/+59
2020-03-20locking/lockdep: Rework lockdep_lockPeter Zijlstra1-41/+48
2020-03-20locking/lockdep: Fix bad recursion patternPeter Zijlstra1-34/+40
2020-03-20locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng1-0/+4
2020-02-11locking/lockdep: Reuse freed chain_hlocks entriesWaiman Long1-11/+243
2020-02-11locking/lockdep: Track number of zapped lock chainsWaiman Long1-0/+2
2020-02-11locking/lockdep: Throw away all lock chains with zapped classWaiman Long1-33/+4
2020-02-11locking/lockdep: Track number of zapped classesWaiman Long1-0/+2
2020-02-11locking/lockdep: Decrement IRQ context counters when removing lock chainWaiman Long1-17/+23
2019-12-25locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long1-4/+3
2019-11-13locking/lockdep: Update the comment for __lock_release()Dan Carpenter1-3/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-2/+1
2019-09-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-39/+120
2019-08-01lockdep: Make print_lock() address visiblePaul E. McKenney1-1/+1
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche1-0/+29
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche1-38/+90
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not modifiedBart Van Assche1-1/+1
2019-07-25locking/lockdep: Clean up #ifdef checksArnd Bergmann1-7/+6
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKINGArnd Bergmann1-39/+34
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu1-1/+1
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak1-12/+29
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du1-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du1-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du1-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du1-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du1-44/+74