Commit Graph

84 Commits (6556bfde65b1d4bea29eb2e1566398676792eaaa)

Author SHA1 Message Date
Vikram Mulukutla 190320c3b6 panic: fix a possible deadlock in panic() 13 years ago
Seiji Aguchi 62be73eafa kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop() 13 years ago
Kyle McMartin 2a01bb3885 panic: Make panic_on_oops configurable 13 years ago
Jason Wessel 026ee1f66a panic: fix stack dump print on direct call to panic() 13 years ago
Andi Kleen 6e6f0a1f0f panic: don't print redundant backtraces on oops 13 years ago
Michael Holzheu 93e13a360b kdump: fix crash_kexec()/smp_send_stop() race in panic() 13 years ago
Joe Perches 9402c95f34 treewide: remove useless NORET_TYPE macro and uses 13 years ago
Ben Hutchings 9ec84acee1 lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging 13 years ago
Peter Zijlstra df754e6af2 lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep 13 years ago
Ben Hutchings 2449b8ba07 module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree 13 years ago
Hugh Dickins 4302fbc8ec panic: panic=-1 for immediate reboot 14 years ago
Olaf Hering d404ab0a11 move x86 specific oops=panic to generic code 14 years ago
Huang Ying 81e88fdc43 ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support 14 years ago
Anton Blanchard 863a604920 lib/bug.c: add oops end marker to WARN implementation 15 years ago
TAMUKI Shoichi c7ff0d9c92 panic: keep blinking in spite of long spin timer mode 15 years ago
Anton Blanchard 5b530fc183 panic: call console_verbose() in panic 15 years ago
Ben Hutchings 92946bc72f panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I') 15 years ago
Ben Hutchings b2be05273a panic: Allow warnings to set different taint flags 15 years ago
Anton Blanchard 8aeee85a29 panic: fix panic_timeout accuracy when running on a hypervisor 15 years ago
KOSAKI Motohiro 0f4bd46ec2 kmsg_dump: Dump on crash_kexec as well 15 years ago
Simon Kagstrom 456b565cc5 core: Add kernel message dumper to call on oopses and panics 15 years ago
Aaro Koskinen d014e8894d panic: Fix panic message visibility by calling bust_spinlocks(0) before dying 16 years ago
Robert P. J. Day fe002a4197 trivial: Correct print_tainted routine name in comment 16 years ago
Thomas Gleixner bdff78707f trace: stop tracer in oops_enter() 16 years ago
Linus Torvalds 0f6f49a8cd Fix caller information for warn_slowpath_null 16 years ago
Andi Kleen 57adc4d2db Eliminate thousands of warnings with gcc 3.2 build 16 years ago
Ingo Molnar b48ccb095a locking: clarify kernel-taint warning message 16 years ago
Frederic Weisbecker 574bbe7820 lockdep: continue lock debugging despite some taints 16 years ago
Frederic Weisbecker 9eeba6138c lockdep: warn about lockdep disabling after kernel taint 16 years ago
Ingo Molnar c95dbf27e2 panic: clean up kernel/panic.c 16 years ago
Ingo Molnar d1dedb52ac panic, smp: provide smp_send_stop() wrapper on UP too 16 years ago
Ingo Molnar ffd71da4e3 panic: decrease oops_in_progress only after having done the panic 16 years ago
Tejun Heo 5d707e9c8e stackprotector: update make rules 16 years ago
Arjan van de Ven d6624f996a oops: increment the oops UUID every time we oops 16 years ago
Arjan van de Ven a800599283 taint: add missing comment 16 years ago
Ingo Molnar ec5679e513 debug warnings: eliminate warn_on_slowpath() 16 years ago
Arjan van de Ven bd89bb29a0 debug warnings: print the DMI board info name in a WARN/WARN_ON 16 years ago
Arjan van de Ven 74853dba2f debug warnings: consolidate warn_slowpath and warn_on_slowpath 16 years ago
Rusty Russell f44dd164f3 Make panic= and panic_on_oops into core_params 17 years ago
Randy Dunlap 6d5cd6effe taint: fix kernel-doc 17 years ago
Andi Kleen 25ddbb18aa Make the taint flags reliable 17 years ago
Greg Kroah-Hartman 061b1bd394 Staging: add TAINT_CRAP for all drivers/staging code 17 years ago
Arjan van de Ven a8f18b909c Add a WARN() macro; this is WARN_ON() + printk arguments 17 years ago
Ingo Molnar 4f962d4d65 stackprotector: remove self-test 17 years ago
Arjan van de Ven af9ff7868f x86: simplify stackprotector self-check 17 years ago
Arjan van de Ven aa92db1427 stackprotector: better self-test 17 years ago
Arjan van de Ven b40a4392a3 stackprotector: turn not having the right gcc into a #warning 17 years ago
Daniel Walker b719ac56c0 panic.c: fix whitespace additions 17 years ago
Arjan van de Ven 54371a43a6 x86: add CONFIG_CC_STACKPROTECTOR self-test 17 years ago
Ingo Molnar 5cb273013e panic: print out stacktrace if DEBUG_BUGVERBOSE 17 years ago