index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
locking/lockdep: Add number of dynamic keys to /proc/lockdep_stats
Waiman Long
1
-0
/
+3
2025-05-06
locking/lockdep: Prevent abuse of lockdep subclass
Waiman Long
1
-0
/
+3
2025-05-06
locking/lockdep: Move hlock_equal() to the respective #ifdeffery
Andy Shevchenko
1
-35
/
+35
2025-03-27
locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class()
Boqun Feng
1
-0
/
+3
2025-03-08
locking/lockdep: Add kasan_check_byte() check in lock_acquire()
Waiman Long
1
-0
/
+9
2025-03-08
locking/lock_events: Add locking events for lockdep
Waiman Long
1
-1
/
+7
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-12-19
lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKING
Andy Shevchenko
1
-0
/
+2
2024-12-19
lockdep: Mark chain_hlock_class_idx() with __maybe_unused
Andy Shevchenko
1
-1
/
+1
2024-10-17
lockdep: Use info level for lockdep initial info messages
Jiri Slaby (SUSE)
1
-11
/
+11
2024-10-17
lockdep: Add lockdep_cleanup_dead_cpu()
David Woodhouse
1
-0
/
+24
2024-09-29
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-17
/
+36
2024-09-29
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
Ingo Molnar
1
-17
/
+36
2024-08-21
lockdep: Mark emergency sections in lockdep splats
John Ogness
1
-2
/
+81
2024-08-07
lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT
Kent Overstreet
1
-0
/
+6
2024-08-06
lockdep: fix deadlock issue between lockdep and rcu
Zhiguo Niu
1
-16
/
+32
2024-08-06
lockdep: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
2024-08-05
lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug
Luis Claudio R. Goncalves
1
-0
/
+3
2024-07-18
Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-1
/
+8
2024-07-14
lockdep: lockdep_set_notrack_class()
Kent Overstreet
1
-1
/
+8
2024-06-13
locking: Remove superfluous sentinel element from kern_lockdep_table
Joel Granados
1
-1
/
+0
2023-11-24
lockdep: Fix block chain corruption
Peter Zijlstra
1
-1
/
+2
2023-08-21
lockdep: fix static memory detection even more
Helge Deller
1
-22
/
+14
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-31
/
+87
2023-05-28
Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+21
2023-05-19
lockdep: Add lock_set_cmp_fn() annotation
Kent Overstreet
1
-31
/
+87
2023-05-02
debugobjects,locking: Annotate debug_object_fill_pool() wait type violation
Peter Zijlstra
1
-7
/
+21
2023-03-27
locking/lockdep: Improve the deadlock scenario print for sync and read lock
Boqun Feng
1
-16
/
+32
2023-03-27
locking/lockdep: Introduce lock_sync()
Boqun Feng
1
-0
/
+34
2023-01-31
cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
Peter Zijlstra
1
-0
/
+3
2022-09-21
locking/lockdep: Print more debug information - report name and key when look_up_lock_class() got confused
Tetsuo Handa
1
-2
/
+4
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
1
-1
/
+1
2022-07-05
context_tracking: Take idle eqs entrypoints over RCU
Frederic Weisbecker
1
-1
/
+1
2022-06-24
locking/lockdep: Fix lockdep_init_map_*() confusion
Peter Zijlstra
1
-3
/
+4
2022-06-13
locking/lockdep: Use sched_clock() for random numbers
Sebastian Andrzej Siewior
1
-1
/
+1
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-2
/
+33
2022-04-06
kernel/lockdep: move lockdep sysctls to its own file
tangmeng
1
-2
/
+33
2022-04-05
locking: Add lock contention tracepoints
Namhyung Kim
1
-1
/
+0
2022-04-05
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
1
-14
/
+8
2022-03-22
Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-18
/
+25
2022-02-16
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Waiman Long
1
-5
/
+9
2022-02-11
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
1
-2
/
+2
2022-01-25
locking/lockdep: Avoid potential access of invalid memory in lock_class
Waiman Long
1
-9
/
+15
2022-01-25
lockdep: Use memset_startat() helper in reinit_class()
Xiu Jianfeng
1
-4
/
+1
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/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
[next]