summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep_proc.c
AgeCommit message (Expand)AuthorLines
2024-08-06locking/lockdep: Simplify character output in seq_line()Markus Elfring-1/+1
2023-10-12locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke-1/+1
2022-02-16locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long-8/+43
2021-07-05locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song-12/+14
2021-03-22locking: Fix typos in commentsIngo Molnar-1/+1
2020-07-25locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson-1/+1
2020-02-11locking/lockdep: Reuse freed chain_hlocks entriesWaiman Long-3/+9
2020-02-11locking/lockdep: Track number of zapped lock chainsWaiman Long-0/+4
2020-02-11locking/lockdep: Throw away all lock chains with zapped classWaiman Long-1/+1
2020-02-11locking/lockdep: Track number of zapped classesWaiman Long-0/+6
2020-02-11locking/lockdep: Display irq_context names in /proc/lockdep_chainsWaiman Long-1/+8
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-8/+7
2020-01-17locking/lockdep: Fix lockdep_stats indentation problemWaiman Long-2/+2
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche-0/+6
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche-1/+1
2019-07-25locking/lockdep: Hide unused 'class' variableArnd Bergmann-1/+2
2019-07-13locking/lockdep: Fix lock used or unused stats errorYuyang Du-2/+3
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche-6/+6
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-15/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-27/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra-0/+2
2015-11-23treewide: Remove old email addressPeter Zijlstra-1/+1
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra-5/+17
2013-11-11lockdep/proc: Fix lock-time avg computationPeter Zijlstra-1/+1
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra-0/+683