summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep_proc.c
Commit message (Expand)AuthorAgeFilesLines
* lockstat: fix numerical output rounding errorJoe Korty2008-08-261-1/+2
* lockdep: fix build if CONFIG_PROVE_LOCKING not definedStephen Hemminger2008-08-151-6/+6
* lockdep: handle chains involving classes defined in modulesRabin Vincent2008-08-111-0/+3
* lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller2008-07-311-31/+3
* lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-241-1/+5
* lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-201-0/+91
* lockdep: output lock_class key instead of address for forward dependency outputHuang, Ying2008-06-131-1/+1
* kernel: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-12/+4
* lockdep: Avoid /proc/lockdep & lock_stat infinite outputTim Pepper2007-10-111-19/+42
* Fix leak on /proc/lockdep_statsAlexey Dobriyan2007-07-311-1/+1
* lockstat: better class name representationPeter Zijlstra2007-07-191-1/+23
* lockstat: measure lock bouncingPeter Zijlstra2007-07-191-7/+12
* lockdep: various fixesPeter Zijlstra2007-07-191-1/+5
* lockstat: human readability tweaksPeter Zijlstra2007-07-191-0/+266
* lockdep: reduce the ifdefferyPeter Zijlstra2007-07-191-0/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUGRobert P. J. Day2007-02-111-1/+1
* [PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron2007-02-111-12/+29
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-3/+3
* [PATCH] lockdep: procfsIngo Molnar2006-07-031-0/+345