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