Age | Commit message (Expand) | Author |
2014-04-07 | kernel/panic.c: display reason at end + pr_emerg | Fabian Frederick |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-03-31 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2014-03-31 | Use 'E' instead of 'X' for unsigned module taint flag. | Rusty Russell |
2014-03-20 | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC | Dave Jones |
2014-03-13 | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers |
2014-02-13 | asmlinkage Make __stack_chk_failed and memcmp visible | Andi Kleen |
2013-11-26 | panic: Make panic_timeout configurable | Jason Baron |
2013-11-13 | kernel/panic.c: reduce 1 byte usage for print tainted buffer | Chen Gang |
2013-09-11 | panic: call panic handlers before kmsg_dump | Kees Cook |
2013-07-11 | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2013-07-09 | panic: add cpu/pid to warn_slowpath_common in WARNING printk()s | Alex Thorlton |
2013-06-19 | tracing: Disable tracing on warning | Steven Rostedt (Red Hat) |
2013-04-30 | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell |
2012-07-30 | panic: fix a possible deadlock in panic() | Vikram Mulukutla |
2012-05-18 | kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop() | Seiji Aguchi |
2012-05-07 | panic: Make panic_on_oops configurable | Kyle McMartin |
2012-04-12 | panic: fix stack dump print on direct call to panic() | Jason Wessel |
2012-01-12 | panic: don't print redundant backtraces on oops | Andi Kleen |
2012-01-12 | kdump: fix crash_kexec()/smp_send_stop() race in panic() | Michael Holzheu |
2012-01-12 | treewide: remove useless NORET_TYPE macro and uses | Joe Perches |
2011-12-07 | lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging | Ben Hutchings |
2011-12-06 | lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep | Peter Zijlstra |
2011-11-07 | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings |
2011-07-26 | panic: panic=-1 for immediate reboot | Hugh Dickins |
2011-03-22 | move x86 specific oops=panic to generic code | Olaf Hering |
2011-01-12 | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support | Huang Ying |
2010-08-11 | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard |
2010-08-11 | panic: keep blinking in spite of long spin timer mode | TAMUKI Shoichi |
2010-05-27 | panic: call console_verbose() in panic | Anton Blanchard |
2010-05-19 | panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I') | Ben Hutchings |
2010-05-19 | panic: Allow warnings to set different taint flags | Ben Hutchings |
2010-03-06 | panic: fix panic_timeout accuracy when running on a hypervisor | Anton Blanchard |
2009-12-31 | kmsg_dump: Dump on crash_kexec as well | KOSAKI Motohiro |
2009-12-16 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds |
2009-11-30 | core: Add kernel message dumper to call on oopses and panics | Simon Kagstrom |
2009-10-08 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-10-05 | panic: Fix panic message visibility by calling bust_spinlocks(0) before dying | Aaro Koskinen |
2009-09-21 | trivial: Correct print_tainted routine name in comment | Robert P. J. Day |
2009-07-24 | trace: stop tracer in oops_enter() | Thomas Gleixner |
2009-05-16 | Fix caller information for warn_slowpath_null | Linus Torvalds |
2009-05-06 | Eliminate thousands of warnings with gcc 3.2 build | Andi Kleen |
2009-04-23 | locking: clarify kernel-taint warning message | Ingo Molnar |
2009-04-12 | lockdep: continue lock debugging despite some taints | Frederic Weisbecker |
2009-04-12 | lockdep: warn about lockdep disabling after kernel taint | Frederic Weisbecker |
2009-03-13 | panic: clean up kernel/panic.c | Ingo Molnar |
2009-03-13 | panic, smp: provide smp_send_stop() wrapper on UP too | Ingo Molnar |
2009-03-13 | panic: decrease oops_in_progress only after having done the panic | Ingo Molnar |
2009-02-10 | stackprotector: update make rules | Tejun Heo |