summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/crash_dump.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy2018-10-141-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* powerpc/kdump: crash_dump.c needs to include io.hMichael Ellerman2014-10-031-0/+1
* powerpc/crashdump : Fix page frame number check in copy_oldmem_pageLaurent Dufour2014-02-281-3/+5
* powerpc: Fix endian issues in crash dump codeAnton Blanchard2013-12-131-3/+3
* powerpc: Remove savemaxmem parameter setupZhang Yanfei2013-07-031-10/+0
* mm/ppc: use common help functions to free reserved pagesJiang Liu2013-04-291-4/+1
* powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose2011-12-201-2/+2
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-17/+0
* powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTASAnton Blanchard2010-11-291-0/+33
* Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-041-2/+2
|\
| * lmb: rename to memblockYinghai Lu2010-07-141-2/+2
* | powerpc/crashdump: Fix issues with kexec and 36bit physical addrMatthew McClintock2010-07-311-2/+2
|/
* powerpc: Unify opcode definitions and supportKumar Gala2009-02-231-1/+1
* powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-221-0/+2
* kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-201-2/+8
* powerpc: Fix /dev/oldmem interface for kdumpMichael Ellerman2008-08-201-9/+22
* powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman2008-07-011-1/+1
* powerpc: Allow create_branch() to return errorsMichael Ellerman2008-07-011-2/+4
* powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman2008-07-011-0/+1
* [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-131-1/+2
* [POWERPC] FWNMI is only used on pSeriesStephen Rothwell2007-09-191-0/+2
* [POWERPC] Fix section mismatch in crash_dump.cStephen Rothwell2007-08-171-1/+1
* [POWERPC] Make doc comments extractableMichael Ellerman2006-08-081-1/+1
* [PATCH] powerpc: Kdump header cleanupMichael Ellerman2006-05-191-3/+8
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-2/+2
* powerpc: Fix compile error when CONFIG_PROC_VMCORE is not definedPaul Mackerras2006-01-111-0/+2
* [PATCH] powerpc: Add arch-dependent copy_oldmem_pageMichael Ellerman2006-01-091-0/+36
* [PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman2006-01-091-0/+20
* [PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offsetMichael Ellerman2006-01-091-0/+53