aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep_proc.c
Commit message (Expand)AuthorAgeFilesLines
* lockdep: Remove unused 'factor' variable from lockdep_stats_show()Sergey Senozhatsky2011-03-231-8/+1
* locking, lockdep: Convert sprintf_symbol to %pSJoe Perches2010-11-101-10/+6
* lockstat: Make lockstat counting per cpuFrederic Weisbecker2010-04-061-29/+29
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar2009-08-311-1/+2
|\
| * lockdep: Fix file mode of lock_statLi Zefan2009-08-071-1/+2
* | lockdep: Remove recursion stattisticsMing Lei2009-08-291-8/+0
* | lockdep: Simplify lock_stat seqfile codeLi Zefan2009-08-171-22/+7
* | lockdep: Simplify lockdep_chains seqfile codeLi Zefan2009-08-171-30/+7
* | lockdep: Simplify lockdep seqfile codeLi Zefan2009-08-171-41/+5
* | lockdep: Fix missing entries in /proc/lock_chainsLi Zefan2009-08-171-4/+4
* | lockdep: Fix missing entry in /proc/lock_statLi Zefan2009-08-171-1/+1
* | lockdep: Fix BFS buildIngo Molnar2009-08-021-0/+2
* | lockdep: Add statistics info for max bfs queue depthMing Lei2009-07-241-0/+2
|/
* lockstat: warn about disabled lock debuggingPeter Zijlstra2009-02-141-0/+4
* lockdep: get_user_chars() redoPeter Zijlstra2009-02-141-3/+3
* lockdep: sanitize bit namesPeter Zijlstra2009-02-141-6/+6
* lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-141-3/+3
* lockstat: contend with pointsPeter Zijlstra2008-10-201-2/+19
* lockstat: fixup signed divisionPeter Zijlstra2008-09-231-3/+4
* 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