summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/crash_dump.c
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard-1/+0
2014-10-03powerpc/kdump: crash_dump.c needs to include io.hMichael Ellerman-0/+1
2014-02-28powerpc/crashdump : Fix page frame number check in copy_oldmem_pageLaurent Dufour-3/+5
2013-12-13powerpc: Fix endian issues in crash dump codeAnton Blanchard-3/+3
2013-07-03powerpc: Remove savemaxmem parameter setupZhang Yanfei-10/+0
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu-4/+1
2011-12-20powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose-2/+2
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering-17/+0
2010-11-29powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTASAnton Blanchard-0/+33
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt-2/+2
2010-07-31powerpc/crashdump: Fix issues with kexec and 36bit physical addrMatthew McClintock-2/+2
2010-07-14lmb: rename to memblockYinghai Lu-2/+2
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala-1/+1
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M-0/+2
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal-2/+8
2008-08-20powerpc: Fix /dev/oldmem interface for kdumpMichael Ellerman-9/+22
2008-07-01powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman-1/+1
2008-07-01powerpc: Allow create_branch() to return errorsMichael Ellerman-2/+4
2008-07-01powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman-0/+1
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller-1/+2
2007-09-19[POWERPC] FWNMI is only used on pSeriesStephen Rothwell-0/+2
2007-08-17[POWERPC] Fix section mismatch in crash_dump.cStephen Rothwell-1/+1
2006-08-08[POWERPC] Make doc comments extractableMichael Ellerman-1/+1
2006-05-19[PATCH] powerpc: Kdump header cleanupMichael Ellerman-3/+8
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi-2/+2
2006-01-11powerpc: Fix compile error when CONFIG_PROC_VMCORE is not definedPaul Mackerras-0/+2
2006-01-09[PATCH] powerpc: Add arch-dependent copy_oldmem_pageMichael Ellerman-0/+36
2006-01-09[PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman-0/+20
2006-01-09[PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offsetMichael Ellerman-0/+53