aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec/file_load_64.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23powerpc/crash: add crash memory hotplug supportSourabh Jain1-1/+19
2024-04-23powerpc/crash: add crash CPU hotplug supportSourabh Jain1-0/+17
2024-04-23powerpc/kexec: make the update_cpus_node() function publicSourabh Jain1-87/+0
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cSourabh Jain1-190/+0
2024-03-17powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini1-129/+140
2023-12-20kexec_file, power: print out debugging message if requiredBaoquan He1-9/+9
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray1-3/+3
2023-09-18powerpc/kexec_file: add missing of_node_putJulia Lawall1-2/+6
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek1-4/+1
2023-08-02powerpc/kexec: fix minor typoLaurent Dufour1-3/+3
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-1/+1
2023-02-15powerpc/kexec_file: print error string on usable memory property update failureSourabh Jain1-1/+2
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey1-5/+13
2023-02-06powerpc/kexec_file: fix implicit decl errorRandy Dunlap1-0/+1
2023-02-01powerpc/kexec_file: Count hot-pluggable memory in FDT estimateSourabh Jain1-1/+1
2023-01-31powerpc/kexec_file: Fix division by zero in extra size estimationMichael Ellerman1-4/+7
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+58
2022-12-07powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour1-1/+58
2022-11-18kexec: replace crash_mem_range with rangeLi Chen1-1/+1
2022-08-10powerpc/kexec: Fix build failure from uninitialised variableRussell Currey1-5/+5
2022-08-03powerpc/64e: Fix kexec build errorMichael Ellerman1-0/+1
2022-07-28pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-windowAlexey Kardashevskiy1-0/+54
2021-10-22powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing1-0/+1
2021-05-04powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain1-0/+92
2021-03-11powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann1-18/+8
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian1-4/+0
2021-03-08powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring1-0/+3
2021-03-08powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-7/+7
2021-02-11powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini1-0/+35
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+4
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport1-4/+2
2020-07-29powerpc/kexec_file: Enable early kernel OPAL callsHari Bathini1-0/+20
2020-07-29powerpc/kexec_file: Fix kexec load failure with lack of memory holeHari Bathini1-19/+14
2020-07-29powerpc/kexec_file: Add appropriate regions for memory reserve mapHari Bathini1-5/+53
2020-07-29powerpc/kexec_file: Prepare elfcore header for crashing kernelHari Bathini1-0/+165
2020-07-29powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini1-3/+90
2020-07-29powerpc/kexec_file: Restrict memory usage of kdump kernelHari Bathini1-1/+385
2020-07-29powerpc/kexec_file: Avoid stomping memory used by special regionsHari Bathini1-2/+335
2020-07-29powerpc/kexec_file: Mark PPC64 specific codeHari Bathini1-0/+87