aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep_proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-24lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name()Cyrill Gorcunov1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-03-23lockdep: Remove unused 'factor' variable from lockdep_stats_show()Sergey Senozhatsky1-8/+1
2010-11-10locking, lockdep: Convert sprintf_symbol to %pSJoe Perches1-10/+6
2010-04-06lockstat: Make lockstat counting per cpuFrederic Weisbecker1-29/+29
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-08-31Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar1-1/+2
2009-08-29lockdep: Remove recursion stattisticsMing Lei1-8/+0
2009-08-17lockdep: Simplify lock_stat seqfile codeLi Zefan1-22/+7
2009-08-17lockdep: Simplify lockdep_chains seqfile codeLi Zefan1-30/+7
2009-08-17lockdep: Simplify lockdep seqfile codeLi Zefan1-41/+5
2009-08-17lockdep: Fix missing entries in /proc/lock_chainsLi Zefan1-4/+4
2009-08-17lockdep: Fix missing entry in /proc/lock_statLi Zefan1-1/+1
2009-08-07lockdep: Fix file mode of lock_statLi Zefan1-1/+2
2009-08-02lockdep: Fix BFS buildIngo Molnar1-0/+2
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei1-0/+2
2009-02-14lockstat: warn about disabled lock debuggingPeter Zijlstra1-0/+4
2009-02-14lockdep: get_user_chars() redoPeter Zijlstra1-3/+3
2009-02-14lockdep: sanitize bit namesPeter Zijlstra1-6/+6
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-3/+3
2008-10-20lockstat: contend with pointsPeter Zijlstra1-2/+19
2008-09-23lockstat: fixup signed divisionPeter Zijlstra1-3/+4
2008-08-26lockstat: fix numerical output rounding errorJoe Korty1-1/+2
2008-08-15lockdep: fix build if CONFIG_PROVE_LOCKING not definedStephen Hemminger1-6/+6
2008-08-11lockdep: handle chains involving classes defined in modulesRabin Vincent1-0/+3
2008-07-31lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller1-31/+3
2008-06-24lockdep: add lock_class information to lock_chain and output itHuang, Ying1-1/+5
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying1-0/+91
2008-06-13lockdep: output lock_class key instead of address for forward dependency outputHuang, Ying1-1/+1
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev1-12/+4
2007-10-11lockdep: Avoid /proc/lockdep & lock_stat infinite outputTim Pepper1-19/+42
2007-07-31Fix leak on /proc/lockdep_statsAlexey Dobriyan1-1/+1
2007-07-19lockstat: better class name representationPeter Zijlstra1-1/+23
2007-07-19lockstat: measure lock bouncingPeter Zijlstra1-7/+12
2007-07-19lockdep: various fixesPeter Zijlstra1-1/+5
2007-07-19lockstat: human readability tweaksPeter Zijlstra1-0/+266
2007-07-19lockdep: reduce the ifdefferyPeter Zijlstra1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-11[PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUGRobert P. J. Day1-1/+1
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron1-12/+29
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-3/+3
2006-07-03[PATCH] lockdep: procfsIngo Molnar1-0/+345