summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep_proc.c
AgeCommit message (Expand)AuthorLines
2008-08-26lockstat: fix numerical output rounding errorJoe Korty-1/+2
2008-08-15lockdep: fix build if CONFIG_PROVE_LOCKING not definedStephen Hemminger-6/+6
2008-08-11lockdep: handle chains involving classes defined in modulesRabin Vincent-0/+3
2008-07-31lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller-31/+3
2008-06-24lockdep: add lock_class information to lock_chain and output itHuang, Ying-1/+5
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying-0/+91
2008-06-13lockdep: output lock_class key instead of address for forward dependency outputHuang, Ying-1/+1
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev-12/+4
2007-10-11lockdep: Avoid /proc/lockdep & lock_stat infinite outputTim Pepper-19/+42
2007-07-31Fix leak on /proc/lockdep_statsAlexey Dobriyan-1/+1
2007-07-19lockstat: better class name representationPeter Zijlstra-1/+23
2007-07-19lockstat: measure lock bouncingPeter Zijlstra-7/+12
2007-07-19lockdep: various fixesPeter Zijlstra-1/+5
2007-07-19lockstat: human readability tweaksPeter Zijlstra-0/+266
2007-07-19lockdep: reduce the ifdefferyPeter Zijlstra-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-11[PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUGRobert P. J. Day-1/+1
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron-12/+29
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller-3/+3
2006-07-03[PATCH] lockdep: procfsIngo Molnar-0/+345