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