summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep_proc.c
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke2023-10-121-1/+1
* locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long2022-02-161-8/+43
* locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song2021-07-051-12/+14
* locking: Fix typos in commentsIngo Molnar2021-03-221-1/+1
* locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-07-251-1/+1
* locking/lockdep: Reuse freed chain_hlocks entriesWaiman Long2020-02-111-3/+9
* locking/lockdep: Track number of zapped lock chainsWaiman Long2020-02-111-0/+4
* locking/lockdep: Throw away all lock chains with zapped classWaiman Long2020-02-111-1/+1
* locking/lockdep: Track number of zapped classesWaiman Long2020-02-111-0/+6
* locking/lockdep: Display irq_context names in /proc/lockdep_chainsWaiman Long2020-02-111-1/+8
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* locking/lockdep: Fix lockdep_stats indentation problemWaiman Long2020-01-171-2/+2
* locking/lockdep: Report more stack trace statisticsBart Van Assche2019-07-251-0/+6
* locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-251-1/+1
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-251-1/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-131-2/+3
* locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche2019-02-281-6/+6
* locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long2018-10-091-1/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+1
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-27/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/lockdep: Avoid creating redundant linksPeter Zijlstra2017-08-101-0/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-231-0/+2
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2015-06-071-5/+17
* lockdep/proc: Fix lock-time avg computationPeter Zijlstra2013-11-111-1/+1
* locking: Move the lockdep code to kernel/locking/Peter Zijlstra2013-11-061-0/+683