aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kexec/file_load_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19powerpc: Annotate endianness of various variables and functionsGravatar Benjamin Gray 1-3/+3
2023-09-18powerpc/kexec_file: add missing of_node_putGravatar Julia Lawall 1-2/+6
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerGravatar Michal Suchanek 1-4/+1
2023-08-02powerpc/kexec: fix minor typoGravatar Laurent Dufour 1-3/+3
2023-08-02powerpc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-02-15powerpc/kexec_file: print error string on usable memory property update failureGravatar Sourabh Jain 1-1/+2
2023-02-12powerpc/pseries: Pass PLPKS password on kexecGravatar Russell Currey 1-5/+13
2023-02-06powerpc/kexec_file: fix implicit decl errorGravatar Randy Dunlap 1-0/+1
2023-02-01powerpc/kexec_file: Count hot-pluggable memory in FDT estimateGravatar Sourabh Jain 1-1/+1
2023-01-31powerpc/kexec_file: Fix division by zero in extra size estimationGravatar Michael Ellerman 1-4/+7
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+58
2022-12-07powerpc: Take in account addition CPU node when building kexec FDTGravatar Laurent Dufour 1-1/+58
2022-11-18kexec: replace crash_mem_range with rangeGravatar Li Chen 1-1/+1
2022-08-10powerpc/kexec: Fix build failure from uninitialised variableGravatar Russell Currey 1-5/+5
2022-08-03powerpc/64e: Fix kexec build errorGravatar Michael Ellerman 1-0/+1
2022-07-28pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-windowGravatar Alexey Kardashevskiy 1-0/+54
2021-10-22powerpc/kexec_file: Add of_node_put() before gotoGravatar Wan Jiabing 1-0/+1
2021-05-04powerpc/kexec_file: Use current CPU info while setting up FDTGravatar Sourabh Jain 1-0/+92
2021-03-11powerpc/kexec_file: Restore FDT size estimation for kdump kernelGravatar Thiago Jung Bauermann 1-18/+8
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cGravatar Lakshmi Ramasubramanian 1-4/+0
2021-03-08powerpc: Use common of_kexec_alloc_and_setup_fdt()Gravatar Rob Herring 1-0/+3
2021-03-08powerpc: Use ELF fields defined in 'struct kimage'Gravatar Lakshmi Ramasubramanian 1-7/+7
2021-02-11powerpc/kexec_file: fix FDT size estimation for kdump kernelGravatar Hari Bathini 1-0/+35
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 1-6/+4
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Gravatar Mike Rapoport 1-4/+2
2020-07-29powerpc/kexec_file: Enable early kernel OPAL callsGravatar Hari Bathini 1-0/+20
2020-07-29powerpc/kexec_file: Fix kexec load failure with lack of memory holeGravatar Hari Bathini 1-19/+14
2020-07-29powerpc/kexec_file: Add appropriate regions for memory reserve mapGravatar Hari Bathini 1-5/+53
2020-07-29powerpc/kexec_file: Prepare elfcore header for crashing kernelGravatar Hari Bathini 1-0/+165
2020-07-29powerpc/kexec_file: Setup backup region for kdump kernelGravatar Hari Bathini 1-3/+90
2020-07-29powerpc/kexec_file: Restrict memory usage of kdump kernelGravatar Hari Bathini 1-1/+385
2020-07-29powerpc/kexec_file: Avoid stomping memory used by special regionsGravatar Hari Bathini 1-2/+335
2020-07-29powerpc/kexec_file: Mark PPC64 specific codeGravatar Hari Bathini 1-0/+87