summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec/file_load_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kexec_file: print error string on usable memory property update failureSourabh Jain2023-02-151-1/+2
* powerpc/pseries: Pass PLPKS password on kexecRussell Currey2023-02-121-5/+13
* powerpc/kexec_file: fix implicit decl errorRandy Dunlap2023-02-061-0/+1
* powerpc/kexec_file: Count hot-pluggable memory in FDT estimateSourabh Jain2023-02-011-1/+1
* powerpc/kexec_file: Fix division by zero in extra size estimationMichael Ellerman2023-01-311-4/+7
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-1/+58
|\
| * powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour2022-12-071-1/+58
* | kexec: replace crash_mem_range with rangeLi Chen2022-11-181-1/+1
|/
* 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/kexec_file: Add of_node_put() before gotoWan Jiabing2021-10-221-0/+1
* powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain2021-05-041-0/+92
* powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann2021-03-111-18/+8
* powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-081-4/+0
* powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring2021-03-081-0/+3
* powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-081-7/+7
* powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-02-111-0/+35
* 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-291-0/+165
* powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini2020-07-291-3/+90
* 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-291-2/+335
* powerpc/kexec_file: Mark PPC64 specific codeHari Bathini2020-07-291-0/+87