aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/crash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30powerpc: remove kdump.h from page.hChristophe Leroy1-1/+0
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-1/+1
2018-01-16powernv/kdump: Fix cases where the kdump kernel can get HMI'sBalbir Singh1-1/+12
2018-01-16powerpc/crash: Remove the test for cpu_online in the IPI callbackBalbir Singh1-3/+0
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini1-2/+0
2016-07-14powerpc/crash: Rearrange loop condition to avoid out of bounds array accessSuraj Jitindar Singh1-1/+1
2016-06-16powerpc/sparse: make some things staticDaniel Axtens1-1/+1
2016-06-16powerpc: Add array bounds checking to crash_shutdown_handlersSuraj Jitindar Singh1-4/+9
2015-10-27powerpc/book3e/kdump: Enable crash_kexec_wait_realmodeScott Wood1-3/+3
2014-04-18arch,powerpc: Convert smp_mb__*()Peter Zijlstra1-1/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-01-25powerpc/crash: Fix build error without SMPChristian Kujau1-1/+1
2011-12-08powerpc/kdump: Only save CPU state first time through the secondary CPU capture codeAnton Blanchard1-12/+21
2011-12-08powerpc/kdump: Delay before sending IPI on a system resetAnton Blanchard1-7/+26
2011-12-08powerpc: Cleanup crash/kexec codeAnton Blanchard1-18/+3
2011-12-08powerpc/kdump: Use setjmp/longjmp to handle kdump and system reset recursionAnton Blanchard1-15/+57
2011-12-08powerpc: Remove broken and complicated kdump system reset codeAnton Blanchard1-75/+12
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-07-19powerpc/kdump: Fix timeout in crash_kexec_wait_realmodeMichael Neuling1-5/+1
2011-05-19powerpc/kdump64: Don't reference freed memory as pacasMilton Miller1-1/+1
2011-05-04powerpc/kexec: Fix build failure on 32-bit SMPBen Hutchings1-29/+30
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-16/+16
2011-04-18powerpc/kexec: Fix regression causing compile failure on UPPaul Gortmaker1-6/+6
2011-04-05powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.Paul Gortmaker1-3/+3
2011-01-21powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handlerAnton Blanchard1-70/+2
2010-10-14powerpc/kexec: make masking/disabling interrupts genericMatthew McClintock1-12/+1
2010-08-24powerpc/kdump: Stop all other CPUs before running crash handlersAnton Blanchard1-11/+13
2010-07-14lmb: rename to memblockYinghai Lu1-1/+1
2010-07-08powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney1-1/+1
2010-05-24powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior1-0/+4
2010-05-21powerpc/kdump: Fix race in kdump shutdownMichael Neuling1-0/+27
2010-05-21powerpc/kdump: Use chip->shutdown to disable IRQsAnton Blanchard1-1/+1
2010-05-21powerpc/kdump: CPUs assume the context of the oopsing CPUAnton Blanchard1-1/+5
2010-05-21powerpc/crashdump: Do not fail on NULL pointer dereferencingMaxim Uvarov1-0/+3
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman1-1/+1
2008-06-30powerpc: Increase CRASH_HANDLER_MAXArnd Bergmann1-1/+1
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+2
2008-01-25[POWERPC] kdump shutdown hook supportMichael Neuling1-5/+96
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-07-20[CELL] saving spus information for kexec crashAndre Detsch1-0/+67
2006-12-07[PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm1-57/+2
2006-10-16[POWERPC] Lazy interrupt disabling for 64-bit machinesPaul Mackerras1-2/+2
2006-09-13[POWERPC] Fix interrupt clearing in kdump shutdown sequenceMohan Kumar M1-1/+1
2006-08-17[POWERPC] Make crash.c work on 32-bit and 64-bitMichael Ellerman1-0/+11
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-28/+119
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-06-28[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder1-28/+119
2006-06-26fix paniced->panicked typosLee Revell1-1/+1