| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -2/+2 |
* | debug lockups: Improve lockup detection, fix generic arch fallback | Ingo Molnar | 2009-08-03 | 1 | -1/+14 |
* | debug lockups: Improve lockup detection | Ingo Molnar | 2009-08-02 | 1 | -6/+2 |
* | sysrq, kdump: make sysrq-c consistent | Hidetoshi Seto | 2009-07-29 | 1 | -3/+5 |
* | kexec: sysrq: simplify sysrq-c handler | Neil Horman | 2009-06-18 | 1 | -9/+6 |
* | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar | 2009-05-18 | 1 | -2/+2 |
|\ |
|
| * | sysrq, intel_fb: fix sysrq g collision | Jason Wessel | 2009-05-15 | 1 | -2/+2 |
* | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-29 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | sysrq: remove duplicated #include | Huang Weiyi | 2009-04-13 | 1 | -1/+0 |
* | | Merge branch 'linus' into perfcounters/core-v2 | Ingo Molnar | 2009-04-06 | 1 | -3/+20 |
|\ \
| |/ |
|
| * | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/core | Ingo Molnar | 2009-01-18 | 1 | -0/+6 |
| | |\ |
|
| | * \ | Merge commit 'v2.6.29-rc1' into tracing/urgent | Ingo Molnar | 2009-01-11 | 1 | -10/+10 |
| | |\ \ |
|
| | * | | | sysrq: fix ftrace help msg & doc. | Randy Dunlap | 2008-12-26 | 1 | -1/+1 |
| * | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-04-01 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | [PATCH] sysrq: include interrupt.h instead of irq.h | Heiko Carstens | 2009-03-31 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems | Eric Sandeen | 2009-04-01 | 1 | -1/+18 |
| |/ / / |
|
* | | | | Merge commit 'v2.6.29-rc2' into perfcounters/core | Ingo Molnar | 2009-01-21 | 1 | -0/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | sysrq: add commentary on why we use the console loglevel over using KERN_EMERG | Andy Whitcroft | 2009-01-15 | 1 | -0/+6 |
| | |/
| |/| |
|
* | | | Merge commit 'v2.6.29-rc1' into perfcounters/core | Ingo Molnar | 2009-01-11 | 1 | -10/+10 |
|\ \ \
| |/ / |
|
| * | | sysrq: more explicit, less terse help messages | Randy Dunlap | 2009-01-06 | 1 | -10/+10 |
| |/ |
|
* | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2008-12-29 | 1 | -1/+17 |
|\ \
| |/ |
|
| * | ftrace: sysrq-z to dump the buffers | Peter Zijlstra | 2008-11-04 | 1 | -1/+17 |
* | | performance counters: core code | Thomas Gleixner | 2008-12-08 | 1 | -0/+2 |
|/ |
|
* | fix documentation of sysrq-q really | Thomas Gleixner | 2008-10-20 | 1 | -1/+1 |
* | Fix documentation of sysrq-q | Andi Kleen | 2008-10-20 | 1 | -1/+1 |
* | proc: move sysrq-trigger out of fs/proc/ | Alexey Dobriyan | 2008-10-16 | 1 | -0/+30 |
* | sysrq: add enable_mask in sysrq_moom_op | Naohiro Ooiwa | 2008-10-16 | 1 | -0/+1 |
* | fix: "smp_call_function: get rid of the unused nonatomic/retry argument" | Ingo Molnar | 2008-06-27 | 1 | -1/+1 |
* | sparc64: Add global register dumping facility. | David S. Miller | 2008-05-20 | 1 | -0/+1 |
* | sysrq: add show-backtrace-on-all-cpus function | Rik van Riel | 2008-04-29 | 1 | -0/+46 |
* | mm: introduce node_zonelist() for accessing the zonelist for a GFP mask | Mel Gorman | 2008-04-28 | 1 | -2/+1 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | add CONFIG_VT_UNICODE | Bill Nottingham | 2007-10-17 | 1 | -2/+2 |
* | oom: move prototypes to appropriate header file | David Rientjes | 2007-10-17 | 1 | -0/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] Add SysRq-Q to print timer_list debug info | Ingo Molnar | 2007-02-16 | 1 | -1/+13 |
* | [PATCH] Fix SAK_work workqueue initialization. | Eric W. Biederman | 2007-02-13 | 1 | -1/+0 |
* | [PATCH] vt: refactor console SAK processing | Eric W. Biederman | 2007-02-11 | 1 | -3/+3 |
* | [PATCH] sysrq: showBlockedTasks is sysrq-W | Randy Dunlap | 2007-02-01 | 1 | -9/+11 |
* | [PATCH] debug: add sysrq_always_enabled boot option | Ingo Molnar | 2006-12-13 | 1 | -6/+31 |
* | [PATCH] SysRq-X: show blocked tasks | Ingo Molnar | 2006-12-07 | 1 | -1/+13 |
* | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 2006-11-22 | 1 | -2/+2 |
* | [PATCH] sysrq: irq change build fix. | Heiko Carstens | 2006-10-06 | 1 | -0/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -38/+24 |
* | [PATCH] sysrq: disable lockdep on reboot | Peter Zijlstra | 2006-10-01 | 1 | -0/+1 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] lockdep: print all lock classes on SysRQ-D | Ingo Molnar | 2006-07-03 | 1 | -1/+2 |
* | [PATCH] lockdep: better lock debugging | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |