index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-04
lockdep: Remove softirq accounting on PREEMPT_RT.
Thomas Gleixner
1
-0
/
+2
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+0
2021-11-09
kallsyms: remove arch specific text and data check
Kefeng Wang
1
-3
/
+0
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+15
2021-11-06
mm: make generic arch_is_kernel_initmem_freed() do what it says
Christophe Leroy
1
-0
/
+15
2021-11-01
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2021-09-17
lockdep: Improve comments in wait-type checks
Zhouyi Zhou
1
-1
/
+1
2021-09-17
lockdep: Let lock_is_held_type() detect recursive read as read
Sebastian Andrzej Siewior
1
-1
/
+1
2021-09-15
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+119
2021-06-22
locking/lockdep: Correct the description error for check_redundant()
Xiongwei Song
1
-1
/
+1
2021-06-22
lockdep: Fix wait-type for empty stack
Peter Zijlstra
1
-1
/
+1
2021-06-22
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
1
-1
/
+11
2021-06-22
locking/lockdep: Remove the unnecessary trace saving
Boqun Feng
1
-3
/
+0
2021-06-22
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
1
-2
/
+106
2021-06-22
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
1
-1
/
+3
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-18
locking/lockdep: Correct calling tracepoints
Leo Yan
1
-2
/
+2
2021-05-10
lockdep: Explicitly flag likely false-positive report
Paul E. McKenney
1
-2
/
+4
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+12
2021-04-26
Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
1
-1
/
+1
2021-04-05
lockdep: Allow tuning tracing capacity constants.
Tetsuo Handa
1
-1
/
+1
2021-03-22
lockdep: Address clang -Wformat warning printing for %hd
Arnd Bergmann
1
-1
/
+1
2021-03-22
locking: Fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
1
-1
/
+2
2021-03-06
lockdep: Add lockdep lock state defines
Shuah Khan
1
-5
/
+6
2021-03-06
lockdep: Add lockdep_assert_not_held()
Shuah Khan
1
-1
/
+5
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
1
-2
/
+7
2021-02-05
locking/lockdep: Avoid unmatched unlock
Peter Zijlstra
1
-1
/
+2
2021-01-14
locking/lockdep: Exclude local_lock_t from IRQ inversions
Boqun Feng
1
-4
/
+53
2021-01-14
locking/lockdep: Clean up check_redundant() a bit
Peter Zijlstra
1
-42
/
+49
2021-01-14
locking/lockdep: Add a skip() function to __bfs()
Boqun Feng
1
-10
/
+19
2021-01-14
locking/lockdep: Mark local_lock_t
Peter Zijlstra
1
-7
/
+9
2021-01-12
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-01-12
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2020-11-17
lockdep: Put graph lock/unlock under lock_recursion protection
Boqun Feng
1
-2
/
+4
2020-11-10
lockdep: Avoid to modify chain keys in validate_chain()
Boqun Feng
1
-10
/
+9
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-22
lockdep: Fix preemption WARN for spurious IRQ-enable
Peter Zijlstra
1
-2
/
+2
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
1
-52
/
+92
2020-10-09
lockdep: Fix lockdep recursion
Peter Zijlstra
1
-40
/
+59
2020-10-09
lockdep: Fix usage_traceoverflow
Peter Zijlstra
1
-17
/
+15
2020-09-29
lockdep: Optimize the memory usage of circular queue
Boqun Feng
1
-39
/
+60
2020-09-03
locking/lockdep: Fix "USED" <- "IN-NMI" inversions
peterz@infradead.org
1
-6
/
+29
2020-08-26
lockdep: Take read/write status in consideration when generate chainkey
Boqun Feng
1
-18
/
+35
2020-08-26
lockdep: Add recursive read locks into dependency graph
Boqun Feng
1
-17
/
+2
2020-08-26
lockdep: Fix recursive read lock related safe->unsafe detection
Boqun Feng
1
-47
/
+141
[next]