index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
Age
Commit message (
Expand
)
Author
2020-11-17
lockdep: Put graph lock/unlock under lock_recursion protection
Boqun Feng
2020-11-10
lockdep: Avoid to modify chain keys in validate_chain()
Boqun Feng
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
2020-10-22
lockdep: Fix preemption WARN for spurious IRQ-enable
Peter Zijlstra
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
2020-10-09
lockdep: Fix lockdep recursion
Peter Zijlstra
2020-10-09
lockdep: Fix usage_traceoverflow
Peter Zijlstra
2020-09-29
lockdep: Optimize the memory usage of circular queue
Boqun Feng
2020-09-03
locking/lockdep: Fix "USED" <- "IN-NMI" inversions
peterz@infradead.org
2020-08-26
lockdep: Take read/write status in consideration when generate chainkey
Boqun Feng
2020-08-26
lockdep: Add recursive read locks into dependency graph
Boqun Feng
2020-08-26
lockdep: Fix recursive read lock related safe->unsafe detection
Boqun Feng
2020-08-26
lockdep: Adjust check_redundant() for recursive read change
Boqun Feng
2020-08-26
lockdep: Support deadlock detection for recursive read locks in check_noncirc...
Boqun Feng
2020-08-26
lockdep: Make __bfs(.match) return bool
Boqun Feng
2020-08-26
lockdep: Extend __bfs() to work with multiple types of dependencies
Boqun Feng
2020-08-26
lockdep: Introduce lock_list::dep
Boqun Feng
2020-08-26
lockdep: Reduce the size of lock_list::distance
Boqun Feng
2020-08-26
lockdep: Make __bfs() visit every dependency until a match
Boqun Feng
2020-08-26
lockdep: Demagic the return value of BFS
Boqun Feng
2020-08-26
locking: More accurate annotations for read_lock()
Boqun Feng
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-03
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-03
Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch
Ingo Molnar
2020-07-31
lockdep: Refactor IRQ trace events fields into struct
Marco Elver
2020-07-27
locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs
peterz@infradead.org
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-10
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
2020-07-10
lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
Peter Zijlstra
2020-07-10
lockdep: Prepare for NMI IRQ state tracking
Peter Zijlstra
2020-06-29
lockdep: Complain only once about RCU in extended quiescent state
Paul E. McKenney
2020-06-11
lockdep: __always_inline more for noinstr
Peter Zijlstra
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-01
Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-05-19
locking/lockdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-19
lockdep: Always inline lockdep_{off,on}()
Peter Zijlstra
2020-05-19
lockdep: Prepare for noinstr sections
Peter Zijlstra
2020-04-08
locking/lockdep: Improve 'invalid wait context' splat
Peter Zijlstra
2020-03-30
Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-03-21
lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()
Peter Zijlstra
2020-03-21
lockdep: Rename trace_softirqs_{on,off}()
Peter Zijlstra
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
2020-03-20
lockdep: Teach lockdep about "USED" <- "IN-NMI" inversions
Peter Zijlstra
2020-03-20
locking/lockdep: Rework lockdep_lock
Peter Zijlstra
2020-03-20
locking/lockdep: Fix bad recursion pattern
Peter Zijlstra
[next]