summaryrefslogtreecommitdiff
path: root/kernel/panic.c
AgeCommit message (Expand)Author
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven
2008-12-25Merge branch 'core/debug' into core/coreIngo Molnar
2008-12-01taint: add missing commentArjan van de Ven
2008-11-28debug warnings: eliminate warn_on_slowpath()Ingo Molnar
2008-11-28debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven
2008-11-28debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven
2008-10-22Make panic= and panic_on_oops into core_paramsRusty Russell
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2008-10-16taint: fix kernel-docRandy Dunlap
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-10Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven
2008-04-29Taint kernel after WARN_ON(condition)Nur Hussein
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven
2007-12-20debug: add end-of-oops markerArjan van de Ven
2007-10-20trivial comment wording/typo fix regarding taint flagsDaniel Roesen
2007-10-18whitespace fixes: panic handlingDaniel Walker
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov
2007-02-11[PATCH] Add TAINT_USER and ability to set taint flags from userspaceTheodore Ts'o
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen
2006-09-26[PATCH] Add the __stack_chk_fail() functionArjan van de Ven
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus
2006-09-06[PATCH] lockdep: do not touch console state when tainting the kernelIngo Molnar
2006-08-14[PATCH] panic.c build fixAndrew Morton
2006-07-10[PATCH] lockdep: disable lock debugging when kernel state becomes untrustedArjan van de Ven
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-11[PATCH] the scheduled unexport of panic_timeoutAdrian Bunk
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-23[PATCH] pause_on_oops command line optionAndrew Morton
2006-02-10[PATCH] prevent recursive panic from softlockup watchdogJan Beulich
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky
2005-07-26[PATCH] Call emergency_reboot from panicEric W. Biederman
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg
2005-06-25[PATCH] kexec: add kexec syscallsEric W. Biederman
2005-04-24[SPARC]: Stop-A printk cleanupTom 'spot' Callaway
2005-03-13[PATCH] Update panic() commentHeiko Carstens
2004-11-07[PATCH] panic_blink and i8042 unloadingDmitry Torokhov
2004-11-01[PATCH] Add panic blinking to 2.6Andi Kleen
2004-10-18[PATCH] taint on bad_pageNick Piggin
2004-10-18[PATCH] taint: fix forced rmmodNick Piggin
2004-10-18[PATCH] x86-64/i386: add mce taintingAndi Kleen
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-08-22[PATCH] remove sync() from panicChristian Bornträger
2004-02-24[PATCH] add syscalls.hAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-08-06[PATCH] Don't trigger NMI watchdog for panic delayAndrew Morton
2003-05-11Use '#ifdef' to test for CONFIG_xxx variables, instead ofLinus Torvalds
2003-05-07[PATCH] sysrq-S, sysrq-U cleanupsAndrew Morton