aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kexec: Fix build failure from uninitialised variableRussell Currey2022-08-101-5/+5
* powerpc/64e: Fix kexec build errorMichael Ellerman2022-08-031-0/+1
* pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-windowAlexey Kardashevskiy2022-07-281-0/+54
* powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini2022-07-281-30/+47
* powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-291-0/+1
* powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
* powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-291-1/+1
* powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-221-0/+2
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-082-2/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* powerpc/kexec: Declare kexec_paca staticChristophe Leroy2022-03-081-1/+1
* powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain2022-02-071-4/+11
* powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-092-3/+3
* powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy2021-10-223-15/+2
* powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing2021-10-221-0/+1
* Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-032-9/+13
|\
| * powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy2021-08-251-6/+6
| * powerpc/kexec: fix for_each_child.cocci warningkernel test robot2021-08-101-1/+3
| * powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini2021-07-261-2/+4
* | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-1/+1
|\ \ | |/ |/|
| * printk: remove NMI trackingJohn Ogness2021-07-261-1/+1
* | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-2/+2
|\ \ | |/ |/|
| * powerpc: mark local variables around longjmp as volatileArnd Bergmann2021-06-251-2/+2
* | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
|/
* powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain2021-05-041-0/+92
* Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-301-1/+2
|\
| * powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-1/+2
* | powerpc: If kexec_build_elf_info() fails return immediately from elf64_load()Lakshmi Ramasubramanian2021-04-261-1/+1
* | powerpc: Free fdt on error in elf64_load()Lakshmi Ramasubramanian2021-04-261-10/+6
* | powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann2021-03-112-19/+9
* | powerpc: Delete unused function delete_fdt_mem_rsv()Lakshmi Ramasubramanian2021-03-081-32/+0
* | powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-084-238/+0
* | powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian2021-03-081-23/+6
* | powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring2021-03-083-140/+25
* | powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-082-10/+10
|/
* powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-02-112-1/+36
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-6/+4
* memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2020-10-131-4/+2
* powerpc/kexec_file: Enable early kernel OPAL callsHari Bathini2020-07-291-0/+20
* powerpc/kexec_file: Fix kexec load failure with lack of memory holeHari Bathini2020-07-291-19/+14
* powerpc/kexec_file: Add appropriate regions for memory reserve mapHari Bathini2020-07-291-5/+53
* powerpc/kexec_file: Prepare elfcore header for crashing kernelHari Bathini2020-07-293-0/+228
* powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini2020-07-292-3/+99
* powerpc/kexec_file: Restrict memory usage of kdump kernelHari Bathini2020-07-291-1/+385
* powerpc/kexec_file: Avoid stomping memory used by special regionsHari Bathini2020-07-293-2/+520
* powerpc/kexec_file: Add helper functions for getting memory rangesHari Bathini2020-07-292-1/+236
* powerpc/kexec_file: Mark PPC64 specific codeHari Bathini2020-07-294-21/+94