aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/crash_dump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-30/+5
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-2/+2
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy1-1/+1
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe1-1/+1
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-1/+1
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-10-03powerpc/kdump: crash_dump.c needs to include io.hMichael Ellerman1-0/+1
2014-02-28powerpc/crashdump : Fix page frame number check in copy_oldmem_pageLaurent Dufour1-3/+5
2013-12-13powerpc: Fix endian issues in crash dump codeAnton Blanchard1-3/+3
2013-07-03powerpc: Remove savemaxmem parameter setupZhang Yanfei1-10/+0
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu1-4/+1
2011-12-20powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose1-2/+2
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering1-17/+0
2010-11-29powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTASAnton Blanchard1-0/+33
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-2/+2
2010-07-31powerpc/crashdump: Fix issues with kexec and 36bit physical addrMatthew McClintock1-2/+2
2010-07-14lmb: rename to memblockYinghai Lu1-2/+2
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala1-1/+1
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M1-0/+2
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-2/+8
2008-08-20powerpc: Fix /dev/oldmem interface for kdumpMichael Ellerman1-9/+22
2008-07-01powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman1-1/+1
2008-07-01powerpc: Allow create_branch() to return errorsMichael Ellerman1-2/+4
2008-07-01powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman1-0/+1
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+2
2007-09-19[POWERPC] FWNMI is only used on pSeriesStephen Rothwell1-0/+2
2007-08-17[POWERPC] Fix section mismatch in crash_dump.cStephen Rothwell1-1/+1
2006-08-08[POWERPC] Make doc comments extractableMichael Ellerman1-1/+1
2006-05-19[PATCH] powerpc: Kdump header cleanupMichael Ellerman1-3/+8
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-2/+2
2006-01-11powerpc: Fix compile error when CONFIG_PROC_VMCORE is not definedPaul Mackerras1-0/+2
2006-01-09[PATCH] powerpc: Add arch-dependent copy_oldmem_pageMichael Ellerman1-0/+36
2006-01-09[PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman1-0/+20
2006-01-09[PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offsetMichael Ellerman1-0/+53