summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/crash.c
Commit message (Expand)AuthorAgeFilesLines
* powernv/kdump: Fix cases where the kdump kernel can get HMI'sBalbir Singh2018-01-161-1/+12
* powerpc/crash: Remove the test for cpu_online in the IPI callbackBalbir Singh2018-01-161-3/+0
* powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-081-2/+0
* powerpc/crash: Rearrange loop condition to avoid out of bounds array accessSuraj Jitindar Singh2016-07-141-1/+1
* powerpc/sparse: make some things staticDaniel Axtens2016-06-161-1/+1
* powerpc: Add array bounds checking to crash_shutdown_handlersSuraj Jitindar Singh2016-06-161-4/+9
* powerpc/book3e/kdump: Enable crash_kexec_wait_realmodeScott Wood2015-10-271-3/+3
* arch,powerpc: Convert smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-151-1/+0
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+1
* powerpc/crash: Fix build error without SMPChristian Kujau2012-01-251-1/+1
* powerpc/kdump: Only save CPU state first time through the secondary CPU captu...Anton Blanchard2011-12-081-12/+21
* powerpc/kdump: Delay before sending IPI on a system resetAnton Blanchard2011-12-081-7/+26
* powerpc: Cleanup crash/kexec codeAnton Blanchard2011-12-081-18/+3
* powerpc/kdump: Use setjmp/longjmp to handle kdump and system reset recursionAnton Blanchard2011-12-081-15/+57
* powerpc: Remove broken and complicated kdump system reset codeAnton Blanchard2011-12-081-75/+12
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* powerpc/kdump: Fix timeout in crash_kexec_wait_realmodeMichael Neuling2011-07-191-5/+1
* powerpc/kdump64: Don't reference freed memory as pacasMilton Miller2011-05-191-1/+1
* powerpc/kexec: Fix build failure on 32-bit SMPBen Hutchings2011-05-041-29/+30
* powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-041-16/+16
* powerpc/kexec: Fix regression causing compile failure on UPPaul Gortmaker2011-04-181-6/+6
* powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.Paul Gortmaker2011-04-051-3/+3
* powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handlerAnton Blanchard2011-01-211-70/+2
* powerpc/kexec: make masking/disabling interrupts genericMatthew McClintock2010-10-141-12/+1
* powerpc/kdump: Stop all other CPUs before running crash handlersAnton Blanchard2010-08-241-11/+13
* lmb: rename to memblockYinghai Lu2010-07-141-1/+1
* powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney2010-07-081-1/+1
* powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior2010-05-241-0/+4
* powerpc/kdump: Fix race in kdump shutdownMichael Neuling2010-05-211-0/+27
* powerpc/kdump: Use chip->shutdown to disable IRQsAnton Blanchard2010-05-211-1/+1
* powerpc/kdump: CPUs assume the context of the oopsing CPUAnton Blanchard2010-05-211-1/+5
* powerpc/crashdump: Do not fail on NULL pointer dereferencingMaxim Uvarov2010-05-211-0/+3
* powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-1/+1
* powerpc: Increase CRASH_HANDLER_MAXArnd Bergmann2008-06-301-1/+1
* [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-131-1/+2
* [POWERPC] kdump shutdown hook supportMichael Neuling2008-01-251-5/+96
* [POWERPC] Clean out a bunch of duplicate includesJesper Juhl2007-08-171-1/+0
* [CELL] saving spus information for kexec crashAndre Detsch2007-07-201-0/+67
* [PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm2006-12-071-57/+2
* [POWERPC] Lazy interrupt disabling for 64-bit machinesPaul Mackerras2006-10-161-2/+2
* [POWERPC] Fix interrupt clearing in kdump shutdown sequenceMohan Kumar M2006-09-131-1/+1
* [POWERPC] Make crash.c work on 32-bit and 64-bitMichael Ellerman2006-08-171-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-291-28/+119
|\
| * [POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder2006-06-281-28/+119
* | [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-291-1/+1
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-2/+2
|/
* fix paniced->panicked typosLee Revell2006-06-261-1/+1
* [PATCH] powerpc: Disable and EOI interrupts in machine_crash_shutdown()Michael Ellerman2006-04-221-0/+13
* [PATCH] powerpc: Trivial fix to set the proper timeout value for kdumpHaren Myneni2006-02-241-1/+3
OpenPOWER on IntegriCloud