| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-07-11 | 1 | -0/+3 |
|\ |
|
| * | tracing: Disable tracing on warning | Steven Rostedt (Red Hat) | 2013-06-20 | 1 | -0/+3 |
* | | panic: add cpu/pid to warn_slowpath_common in WARNING printk()s | Alex Thorlton | 2013-07-09 | 1 | -2/+3 |
|/ |
|
* | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 2013-05-01 | 1 | -6/+0 |
* | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -20/+14 |
* | panic: fix a possible deadlock in panic() | Vikram Mulukutla | 2012-07-31 | 1 | -0/+8 |
* | kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop() | Seiji Aguchi | 2012-05-18 | 1 | -2/+2 |
* | panic: Make panic_on_oops configurable | Kyle McMartin | 2012-05-07 | 1 | -1/+1 |
* | panic: fix stack dump print on direct call to panic() | Jason Wessel | 2012-04-12 | 1 | -1/+1 |
* | panic: don't print redundant backtraces on oops | Andi Kleen | 2012-01-13 | 1 | -1/+5 |
* | kdump: fix crash_kexec()/smp_send_stop() race in panic() | Michael Holzheu | 2012-01-13 | 1 | -1/+17 |
* | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 2012-01-13 | 1 | -1/+1 |
* | lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging | Ben Hutchings | 2011-12-07 | 1 | -2/+3 |
* | lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep | Peter Zijlstra | 2011-12-06 | 1 | -2/+10 |
* | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 2011-11-06 | 1 | -0/+2 |
* | panic: panic=-1 for immediate reboot | Hugh Dickins | 2011-07-27 | 1 | -0/+2 |
* | move x86 specific oops=panic to generic code | Olaf Hering | 2011-03-23 | 1 | -0/+10 |
* | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support | Huang Ying | 2011-01-12 | 1 | -0/+1 |
* | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard | 2010-08-11 | 1 | -1/+1 |
* | panic: keep blinking in spite of long spin timer mode | TAMUKI Shoichi | 2010-08-11 | 1 | -32/+26 |
* | panic: call console_verbose() in panic | Anton Blanchard | 2010-05-27 | 1 | -0/+1 |
* | panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I') | Ben Hutchings | 2010-05-19 | 1 | -0/+2 |
* | panic: Allow warnings to set different taint flags | Ben Hutchings | 2010-05-19 | 1 | -4/+20 |
* | panic: fix panic_timeout accuracy when running on a hypervisor | Anton Blanchard | 2010-03-06 | 1 | -16/+30 |
* | kmsg_dump: Dump on crash_kexec as well | KOSAKI Motohiro | 2009-12-31 | 1 | -1/+2 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-12-16 | 1 | -0/+3 |
|\ |
|
| * | core: Add kernel message dumper to call on oopses and panics | Simon Kagstrom | 2009-11-30 | 1 | -0/+3 |
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-10-08 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | panic: Fix panic message visibility by calling bust_spinlocks(0) before dying | Aaro Koskinen | 2009-10-05 | 1 | -1/+2 |
* | | trivial: Correct print_tainted routine name in comment | Robert P. J. Day | 2009-09-21 | 1 | -1/+1 |
|/ |
|
* | trace: stop tracer in oops_enter() | Thomas Gleixner | 2009-07-24 | 1 | -0/+1 |
* | Fix caller information for warn_slowpath_null | Linus Torvalds | 2009-05-16 | 1 | -15/+20 |
* | Eliminate thousands of warnings with gcc 3.2 build | Andi Kleen | 2009-05-07 | 1 | -3/+10 |
* | locking: clarify kernel-taint warning message | Ingo Molnar | 2009-04-23 | 1 | -1/+1 |
* | lockdep: continue lock debugging despite some taints | Frederic Weisbecker | 2009-04-12 | 1 | -1/+3 |
* | lockdep: warn about lockdep disabling after kernel taint | Frederic Weisbecker | 2009-04-12 | 1 | -2/+8 |
* | panic: clean up kernel/panic.c | Ingo Molnar | 2009-03-13 | 1 | -52/+59 |
* | panic, smp: provide smp_send_stop() wrapper on UP too | Ingo Molnar | 2009-03-13 | 1 | -2/+0 |
* | panic: decrease oops_in_progress only after having done the panic | Ingo Molnar | 2009-03-13 | 1 | -1/+1 |
* | stackprotector: update make rules | Tejun Heo | 2009-02-10 | 1 | -4/+0 |
* | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 2009-01-18 | 1 | -0/+2 |
|\ |
|
| * | oops: increment the oops UUID every time we oops | Arjan van de Ven | 2009-01-07 | 1 | -0/+2 |
* | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-12-31 | 1 | -52/+65 |
|\| |
|
| * | Merge branch 'core/debug' into core/core | Ingo Molnar | 2008-12-25 | 1 | -20/+12 |
| |\ |
|
| | * | debug warnings: eliminate warn_on_slowpath() | Ingo Molnar | 2008-11-28 | 1 | -6/+0 |
| | * | debug warnings: print the DMI board info name in a WARN/WARN_ON | Arjan van de Ven | 2008-11-28 | 1 | -0/+6 |
| | * | debug warnings: consolidate warn_slowpath and warn_on_slowpath | Arjan van de Ven | 2008-11-28 | 1 | -20/+12 |
| * | | taint: add missing comment | Arjan van de Ven | 2008-12-02 | 1 | -0/+1 |
| |/ |
|
| * | Make panic= and panic_on_oops into core_params | Rusty Russell | 2008-10-22 | 1 | -14/+3 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2008-10-17 | 1 | -0/+2 |
| |\ |
|