summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep_proc.c
AgeCommit message (Expand)AuthorLines
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-03-23lockdep: Remove unused 'factor' variable from lockdep_stats_show()Sergey Senozhatsky-8/+1
2010-11-10locking, lockdep: Convert sprintf_symbol to %pSJoe Perches-10/+6
2010-04-06lockstat: Make lockstat counting per cpuFrederic Weisbecker-29/+29
2009-09-23seq_file: constify seq_operationsJames Morris-1/+1
2009-08-31Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar-1/+2
2009-08-29lockdep: Remove recursion stattisticsMing Lei-8/+0
2009-08-17lockdep: Simplify lock_stat seqfile codeLi Zefan-22/+7
2009-08-17lockdep: Simplify lockdep_chains seqfile codeLi Zefan-30/+7
2009-08-17lockdep: Simplify lockdep seqfile codeLi Zefan-41/+5
2009-08-17lockdep: Fix missing entries in /proc/lock_chainsLi Zefan-4/+4
2009-08-17lockdep: Fix missing entry in /proc/lock_statLi Zefan-1/+1
2009-08-07lockdep: Fix file mode of lock_statLi Zefan-1/+2
2009-08-02lockdep: Fix BFS buildIngo Molnar-0/+2
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei-0/+2
2009-02-14lockstat: warn about disabled lock debuggingPeter Zijlstra-0/+4
2009-02-14lockdep: get_user_chars() redoPeter Zijlstra-3/+3
2009-02-14lockdep: sanitize bit namesPeter Zijlstra-6/+6
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin-3/+3
2008-10-20lockstat: contend with pointsPeter Zijlstra-2/+19
2008-09-23lockstat: fixup signed divisionPeter Zijlstra-3/+4
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