aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/crash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] powerpc: Fix kdump copy regs and dynamic allocate per-cpu crash notesHaren Myneni2006-01-151-72/+5
* [PATCH] powerpc: fix for compile problem in kdump code when SMP disabledHaren Myneni2006-01-111-1/+1
* [PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman2006-01-091-0/+264