aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAge
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-08
|\
| * panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen2009-10-05
* | trivial: Correct print_tainted routine name in commentRobert P. J. Day2009-09-21
|/
* trace: stop tracer in oops_enter()Thomas Gleixner2009-07-24
* Fix caller information for warn_slowpath_nullLinus Torvalds2009-05-16
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-06
* locking: clarify kernel-taint warning messageIngo Molnar2009-04-23
* lockdep: continue lock debugging despite some taintsFrederic Weisbecker2009-04-12
* lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker2009-04-12
* panic: clean up kernel/panic.cIngo Molnar2009-03-13
* panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-13
* panic: decrease oops_in_progress only after having done the panicIngo Molnar2009-03-13
* stackprotector: update make rulesTejun Heo2009-02-09
* Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-18
|\
| * oops: increment the oops UUID every time we oopsArjan van de Ven2009-01-06
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-31
|\|
| * Merge branch 'core/debug' into core/coreIngo Molnar2008-12-25
| |\
| | * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-28
| | * debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven2008-11-28
| | * debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven2008-11-28
| * | taint: add missing commentArjan van de Ven2008-12-01
| |/
| * Make panic= and panic_on_oops into core_paramsRusty Russell2008-10-21
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-17
| |\
| | * Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-10
| * | taint: fix kernel-docRandy Dunlap2008-10-16
| * | Make the taint flags reliableAndi Kleen2008-10-16
| |/
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-10-15
|\|
| * Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-25
* | stackprotector: remove self-testIngo Molnar2008-07-13
* | x86: simplify stackprotector self-checkArjan van de Ven2008-07-13
* | stackprotector: better self-testArjan van de Ven2008-07-11
* | stackprotector: turn not having the right gcc into a #warningArjan van de Ven2008-05-26
* | panic.c: fix whitespace additionsDaniel Walker2008-05-26
* | x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven2008-05-26
* | panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar2008-05-26
* | panic: print more informative messages on stackprotect failureIngo Molnar2008-05-26
|/
* Taint kernel after WARN_ON(condition)Nur Hussein2008-04-29
* ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel2008-02-06
* debug: add the end-of-trace marker and the module list toArjan van de Ven2008-01-30
* debug: move WARN_ON() out of lineArjan van de Ven2008-01-30
* debug: add end-of-oops markerArjan van de Ven2007-12-20
* trivial comment wording/typo fix regarding taint flagsDaniel Roesen2007-10-19
* whitespace fixes: panic handlingDaniel Walker2007-10-18
* Report that kernel is tainted if there was an OOPSPavel Emelianov2007-07-17
* [PATCH] Add TAINT_USER and ability to set taint flags from userspaceTheodore Ts'o2007-02-11
* [PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen2006-09-29
* [PATCH] Add the __stack_chk_fail() functionArjan van de Ven2006-09-26
* [PATCH] x86: Allow users to force a panic on NMIDon Zickus2006-09-26
* [PATCH] lockdep: do not touch console state when tainting the kernelIngo Molnar2006-09-06
* [PATCH] panic.c build fixAndrew Morton2006-08-14