| Commit message (Expand) | Author | Age | Files | Lines |
* | locking: Move the lockdep code to kernel/locking/ | Peter Zijlstra | 2013-11-06 | 1 | -683/+0 |
* | lockstat: Report avg wait and hold times | Davidlohr Bueso | 2013-10-09 | 1 | -6/+9 |
* | lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name() | Cyrill Gorcunov | 2012-10-24 | 1 | -1/+1 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | lockdep: Remove unused 'factor' variable from lockdep_stats_show() | Sergey Senozhatsky | 2011-03-23 | 1 | -8/+1 |
* | locking, lockdep: Convert sprintf_symbol to %pS | Joe Perches | 2010-11-10 | 1 | -10/+6 |
* | lockstat: Make lockstat counting per cpu | Frederic Weisbecker | 2010-04-06 | 1 | -29/+29 |
* | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -1/+1 |
* | Merge commit 'v2.6.31-rc8' into core/locking | Ingo Molnar | 2009-08-31 | 1 | -1/+2 |
|\ |
|
| * | lockdep: Fix file mode of lock_stat | Li Zefan | 2009-08-07 | 1 | -1/+2 |
* | | lockdep: Remove recursion stattistics | Ming Lei | 2009-08-29 | 1 | -8/+0 |
* | | lockdep: Simplify lock_stat seqfile code | Li Zefan | 2009-08-17 | 1 | -22/+7 |
* | | lockdep: Simplify lockdep_chains seqfile code | Li Zefan | 2009-08-17 | 1 | -30/+7 |
* | | lockdep: Simplify lockdep seqfile code | Li Zefan | 2009-08-17 | 1 | -41/+5 |
* | | lockdep: Fix missing entries in /proc/lock_chains | Li Zefan | 2009-08-17 | 1 | -4/+4 |
* | | lockdep: Fix missing entry in /proc/lock_stat | Li Zefan | 2009-08-17 | 1 | -1/+1 |
* | | lockdep: Fix BFS build | Ingo Molnar | 2009-08-02 | 1 | -0/+2 |
* | | lockdep: Add statistics info for max bfs queue depth | Ming Lei | 2009-07-24 | 1 | -0/+2 |
|/ |
|
* | lockstat: warn about disabled lock debugging | Peter Zijlstra | 2009-02-14 | 1 | -0/+4 |
* | lockdep: get_user_chars() redo | Peter Zijlstra | 2009-02-14 | 1 | -3/+3 |
* | lockdep: sanitize bit names | Peter Zijlstra | 2009-02-14 | 1 | -6/+6 |
* | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin | 2009-02-14 | 1 | -3/+3 |
* | lockstat: contend with points | Peter Zijlstra | 2008-10-20 | 1 | -2/+19 |
* | lockstat: fixup signed division | Peter Zijlstra | 2008-09-23 | 1 | -3/+4 |
* | lockstat: fix numerical output rounding error | Joe Korty | 2008-08-26 | 1 | -1/+2 |
* | lockdep: fix build if CONFIG_PROVE_LOCKING not defined | Stephen Hemminger | 2008-08-15 | 1 | -6/+6 |
* | lockdep: handle chains involving classes defined in modules | Rabin Vincent | 2008-08-11 | 1 | -0/+3 |
* | lockdep: fix combinatorial explosion in lock subgraph traversal | David Miller | 2008-07-31 | 1 | -31/+3 |
* | lockdep: add lock_class information to lock_chain and output it | Huang, Ying | 2008-06-24 | 1 | -1/+5 |
* | lockdep: add lock_class information to lock_chain and output it | Huang, Ying | 2008-06-20 | 1 | -0/+91 |
* | lockdep: output lock_class key instead of address for forward dependency output | Huang, Ying | 2008-06-13 | 1 | -1/+1 |
* | kernel: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -12/+4 |
* | lockdep: Avoid /proc/lockdep & lock_stat infinite output | Tim Pepper | 2007-10-11 | 1 | -19/+42 |
* | Fix leak on /proc/lockdep_stats | Alexey Dobriyan | 2007-07-31 | 1 | -1/+1 |
* | lockstat: better class name representation | Peter Zijlstra | 2007-07-19 | 1 | -1/+23 |
* | lockstat: measure lock bouncing | Peter Zijlstra | 2007-07-19 | 1 | -7/+12 |
* | lockdep: various fixes | Peter Zijlstra | 2007-07-19 | 1 | -1/+5 |
* | lockstat: human readability tweaks | Peter Zijlstra | 2007-07-19 | 1 | -0/+266 |
* | lockdep: reduce the ifdeffery | Peter Zijlstra | 2007-07-19 | 1 | -0/+2 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUG | Robert P. J. Day | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] lockdep: add graph depth information to /proc/lockdep | Jason Baron | 2007-02-11 | 1 | -12/+29 |
* | [PATCH] struct seq_operations and struct file_operations constification | Helge Deller | 2006-12-07 | 1 | -3/+3 |
* | [PATCH] lockdep: procfs | Ingo Molnar | 2006-07-03 | 1 | -0/+345 |