index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class()
Boqun Feng
1
-0
/
+3
2024-11-08
lockdep: fix deadlock issue between lockdep and rcu
Zhiguo Niu
1
-16
/
+32
2024-11-08
locking/lockdep: Avoid potential access of invalid memory in lock_class
Waiman Long
1
-9
/
+15
2024-11-08
locking/lockdep: Rework lockdep_lock
Peter Zijlstra
1
-41
/
+48
2024-11-08
locking/lockdep: Fix bad recursion pattern
Peter Zijlstra
1
-34
/
+40
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
1
-7
/
+7
2021-11-17
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-07-14
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
1
-1
/
+11
2021-07-14
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
1
-2
/
+106
2021-04-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
1
-1
/
+2
2020-10-01
locking/lockdep: Decrement IRQ context counters when removing lock chain
Waiman Long
1
-17
/
+23
2020-04-17
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
1
-0
/
+4
2020-01-23
locking/lockdep: Fix buffer overrun problem in stack_trace[]
Waiman Long
1
-4
/
+3
2019-09-16
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-39
/
+120
2019-08-01
lockdep: Make print_lock() address visible
Paul E. McKenney
1
-1
/
+1
2019-07-25
locking/lockdep: Report more stack trace statistics
Bart Van Assche
1
-0
/
+29
2019-07-25
locking/lockdep: Reduce space occupied by stack traces
Bart Van Assche
1
-38
/
+90
2019-07-25
locking/lockdep: Make it clear that what lock_class::key points at is not mod...
Bart Van Assche
1
-1
/
+1
2019-07-25
locking/lockdep: Clean up #ifdef checks
Arnd Bergmann
1
-7
/
+6
2019-06-25
locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...
Arnd Bergmann
1
-39
/
+34
2019-06-17
locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()
Kobe Wu
1
-1
/
+1
2019-06-03
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
1
-9
/
+9
2019-06-03
locking/lockdep: Fix OOO unlock when hlocks need merging
Imre Deak
1
-12
/
+29
2019-06-03
locking/lockdep: Remove !dir in lock irq usage check
Yuyang Du
1
-1
/
+1
2019-06-03
locking/lockdep: Adjust new bit cases in mark_lock
Yuyang Du
1
-14
/
+7
2019-06-03
locking/lockdep: Consolidate lock usage bit initialization
Yuyang Du
1
-8
/
+14
2019-06-03
locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
Yuyang Du
1
-0
/
+4
2019-06-03
locking/lockdep: Refactorize check_noncircular and check_redundant
Yuyang Du
1
-44
/
+74
2019-06-03
locking/lockdep: Remove unused argument in __lock_release
Yuyang Du
1
-2
/
+2
2019-06-03
locking/lockdep: Remove redundant argument in check_deadlock
Yuyang Du
1
-3
/
+3
2019-06-03
locking/lockdep: Update comments on dependency search
Yuyang Du
1
-11
/
+10
2019-06-03
locking/lockdep: Avoid constant checks in __bfs by using offset reference
Yuyang Du
1
-12
/
+21
2019-06-03
locking/lockdep: Change the return type of __cq_dequeue()
Yuyang Du
1
-8
/
+13
2019-06-03
locking/lockdep: Change type of the element field in circular_queue
Yuyang Du
1
-10
/
+14
2019-06-03
locking/lockdep: Update comment
Yuyang Du
1
-3
/
+9
2019-06-03
locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()
Yuyang Du
1
-8
/
+8
2019-06-03
locking/lockdep: Change the range of class_idx in held_lock struct
Yuyang Du
1
-20
/
+39
2019-06-03
locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with
Yuyang Du
1
-9
/
+9
2019-06-03
locking/lockdep: Use lockdep_init_task for task initiation consistently
Yuyang Du
1
-3
/
+8
2019-06-03
locking/lockdep: Print the right depth for chain key collision
Yuyang Du
1
-3
/
+4
2019-06-03
locking/lockdep: Remove useless conditional macro
Yuyang Du
1
-3
/
+3
2019-06-03
locking/lockdep: Adjust lock usage bit character checks
Yuyang Du
1
-5
/
+16
2019-06-03
locking/lockdep: Change all print_*() return type to void
Yuyang Du
1
-101
/
+108
2019-05-24
locking/lockdep: Remove the unused print_lock_trace() function
Anders Roxell
1
-4
/
+0
2019-05-24
locking/lockdep: Don't complain about incorrect name for no validate class
Sebastian Andrzej Siewior
1
-1
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-06
Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-0
/
+3
2019-05-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-84
/
+183
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-49
/
+38
2019-04-29
locking/lockdep: Remove unnecessary unlikely()
zhengbin
1
-1
/
+1
[next]