Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bf23747ee05320903177809648002601cd140cdd
/
kernel
/
locking
/
lockdep_proc.c
4840ce2
locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CONFIG_PROVE_LOCKING
by Xiongwei Song
· 3 years, 7 months ago
e2db759
locking: Fix typos in comments
by Ingo Molnar
· 3 years, 10 months ago
a7ef9b2
locking/lockdep: Fix overflow in presentation of average lock-time
by Chris Wilson
· 4 years, 6 months ago
810507f
locking/lockdep: Reuse freed chain_hlocks entries
by Waiman Long
· 5 years ago
797b82eb
locking/lockdep: Track number of zapped lock chains
by Waiman Long
· 5 years ago
836bd74
locking/lockdep: Throw away all lock chains with zapped class
by Waiman Long
· 5 years ago
1d44bcb
locking/lockdep: Track number of zapped classes
by Waiman Long
· 5 years ago
b9875e9
locking/lockdep: Display irq_context names in /proc/lockdep_chains
by Waiman Long
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
a030f97
locking/lockdep: Fix lockdep_stats indentation problem
by Waiman Long
· 5 years ago
8c77922
locking/lockdep: Report more stack trace statistics
by Bart Van Assche
· 5 years ago
364f6af
locking/lockdep: Make it clear that what lock_class::key points at is not modified
by Bart Van Assche
· 5 years ago
68037aa
locking/lockdep: Hide unused 'class' variable
by Arnd Bergmann
· 6 years ago
68d41d8
locking/lockdep: Fix lock used or unused stats error
by Yuyang Du
· 6 years ago
2212684
locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()
by Bart Van Assche
· 6 years ago
8ca2b56c
locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=y
by Waiman Long
· 6 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
ae81330
locking/lockdep: Avoid creating redundant links
by Peter Zijlstra
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
75dd602
lockdep: Fix lock_chain::base size
by Peter Zijlstra
· 9 years ago
90eec10
treewide: Remove old email address
by Peter Zijlstra
· 9 years ago
cee34d8
lockdep: Fix a race between /proc/lock_stat and module unload
by Peter Zijlstra
· 10 years ago
838cc7b
lockdep/proc: Fix lock-time avg computation
by Peter Zijlstra
· 11 years ago
8eddac3
locking: Move the lockdep code to kernel/locking/
by Peter Zijlstra
· 11 years ago
[Renamed from kernel/lockdep_proc.c]
1232e38
lockstat: Report avg wait and hold times
by Davidlohr Bueso
· 11 years ago
99fb4a1
lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name()
by Cyrill Gorcunov
· 12 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
dec2960
lockdep: Remove unused 'factor' variable from lockdep_stats_show()
by Sergey Senozhatsky
· 14 years ago
3cf9b85
locking, lockdep: Convert sprintf_symbol to %pS
by Joe Perches
· 14 years ago
bd6d29c
lockstat: Make lockstat counting per cpu
by Frederic Weisbecker
· 15 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
bbe69aa
Merge commit 'v2.6.31-rc8' into core/locking
by Ingo Molnar
· 15 years ago
a417887
lockdep: Remove recursion stattistics
by Ming Lei
· 15 years ago
96004bb
lockdep: Simplify lock_stat seqfile code
by Li Zefan
· 15 years ago
12aac19
lockdep: Simplify lockdep_chains seqfile code
by Li Zefan
· 15 years ago
8109e1d
lockdep: Simplify lockdep seqfile code
by Li Zefan
· 15 years ago
e9d6572
lockdep: Fix missing entries in /proc/lock_chains
by Li Zefan
· 15 years ago
2122743
lockdep: Fix missing entry in /proc/lock_stat
by Li Zefan
· 15 years ago
9795447
lockdep: Fix file mode of lock_stat
by Li Zefan
· 15 years ago
bbfa262
lockdep: Fix BFS build
by Ingo Molnar
· 15 years ago
12f3dfd
lockdep: Add statistics info for max bfs queue depth
by Ming Lei
· 16 years ago
9833f8c
lockstat: warn about disabled lock debugging
by Peter Zijlstra
· 16 years ago
f510b23
lockdep: get_user_chars() redo
by Peter Zijlstra
· 16 years ago
4fc95e8
lockdep: sanitize bit names
by Peter Zijlstra
· 16 years ago
cf40bd1
lockdep: annotate reclaim context (__GFP_NOFS)
by Nick Piggin
· 16 years ago
c7e78cf
lockstat: contend with points
by Peter Zijlstra
· 16 years ago
6918bc5
lockstat: fixup signed division
by Peter Zijlstra
· 16 years ago
2189459d
lockstat: fix numerical output rounding error
by Joe Korty
· 16 years ago
df60a84
lockdep: fix build if CONFIG_PROVE_LOCKING not defined
by Stephen Hemminger
· 16 years ago
8bfe029
lockdep: handle chains involving classes defined in modules
by Rabin Vincent
· 16 years ago
419ca3f
lockdep: fix combinatorial explosion in lock subgraph traversal
by David Miller
· 16 years ago
cd1a28e
lockdep: add lock_class information to lock_chain and output it
by Huang, Ying
· 17 years ago
443cd50
lockdep: add lock_class information to lock_chain and output it
by Huang, Ying
· 17 years ago
2429e4e
lockdep: output lock_class key instead of address for forward dependency output
by Huang, Ying
· 17 years ago
c33fff0
kernel: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
94c61c0
lockdep: Avoid /proc/lockdep & lock_stat infinite output
by Tim Pepper
· 17 years ago
c0f3358
Fix leak on /proc/lockdep_stats
by Alexey Dobriyan
· 17 years ago
d38e1d5
lockstat: better class name representation
by Peter Zijlstra
· 18 years ago
9664567
lockstat: measure lock bouncing
by Peter Zijlstra
· 18 years ago
4b32d0a
lockdep: various fixes
by Peter Zijlstra
· 18 years ago
c46261d
lockstat: human readability tweaks
by Peter Zijlstra
· 18 years ago
8e18257
lockdep: reduce the ifdeffery
by Peter Zijlstra
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
501b9eb
[PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUG
by Robert P. J. Day
· 18 years ago
068135e
[PATCH] lockdep: add graph depth information to /proc/lockdep
by Jason Baron
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
a8f24a3
[PATCH] lockdep: procfs
by Ingo Molnar
· 19 years ago