aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-20/+14
* panic: fix a possible deadlock in panic()Vikram Mulukutla2012-07-301-0/+8
* kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()Seiji Aguchi2012-05-181-2/+2
* panic: Make panic_on_oops configurableKyle McMartin2012-05-071-1/+1
* panic: fix stack dump print on direct call to panic()Jason Wessel2012-04-121-1/+1
* panic: don't print redundant backtraces on oopsAndi Kleen2012-01-121-1/+5
* kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu2012-01-121-1/+17
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-121-1/+1
* lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings2011-12-071-2/+3
* lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra2011-12-061-2/+10
* module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-061-0/+2
* panic: panic=-1 for immediate rebootHugh Dickins2011-07-261-0/+2
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-0/+10
* ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-111-1/+1
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-32/+26
* panic: call console_verbose() in panicAnton Blanchard2010-05-271-0/+1
* panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings2010-05-191-0/+2
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-4/+20
* panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard2010-03-061-16/+30
* kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-311-1/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-161-0/+3
|\
| * core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom2009-11-301-0/+3
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-081-1/+2
|\ \ | |/ |/|
| * panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen2009-10-051-1/+2
* | trivial: Correct print_tainted routine name in commentRobert P. J. Day2009-09-211-1/+1
|/
* trace: stop tracer in oops_enter()Thomas Gleixner2009-07-241-0/+1
* Fix caller information for warn_slowpath_nullLinus Torvalds2009-05-161-15/+20
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-061-3/+10
* locking: clarify kernel-taint warning messageIngo Molnar2009-04-231-1/+1
* lockdep: continue lock debugging despite some taintsFrederic Weisbecker2009-04-121-1/+3
* lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker2009-04-121-2/+8
* panic: clean up kernel/panic.cIngo Molnar2009-03-131-52/+59
* panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-131-2/+0
* panic: decrease oops_in_progress only after having done the panicIngo Molnar2009-03-131-1/+1
* stackprotector: update make rulesTejun Heo2009-02-091-4/+0
* Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-0/+2
|\
| * oops: increment the oops UUID every time we oopsArjan van de Ven2009-01-061-0/+2
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-52/+65
|\|
| * Merge branch 'core/debug' into core/coreIngo Molnar2008-12-251-20/+12
| |\
| | * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-6/+0
| | * debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven2008-11-281-0/+6
| | * debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven2008-11-281-20/+12
| * | taint: add missing commentArjan van de Ven2008-12-011-0/+1
| |/
| * Make panic= and panic_on_oops into core_paramsRusty Russell2008-10-211-14/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-171-0/+2
| |\
| | * Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-101-2/+4
| * | taint: fix kernel-docRandy Dunlap2008-10-161-15/+15
| * | Make the taint flags reliableAndi Kleen2008-10-161-17/+46
| |/
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-0/+22
|\|