aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep_proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche1-0/+6
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not modifiedBart Van Assche1-1/+1
2019-07-25locking/lockdep: Hide unused 'class' variableArnd Bergmann1-1/+2
2019-07-13locking/lockdep: Fix lock used or unused stats errorYuyang Du1-2/+3
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche1-6/+6
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=yWaiman Long1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-15/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-27/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra1-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra1-0/+2
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra1-5/+17
2013-11-11lockdep/proc: Fix lock-time avg computationPeter Zijlstra1-1/+1
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra1-0/+683