index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kexec
/
file_load_64.c
Age
Commit message (
Expand
)
Author
2025-03-16
powerpc/crash: use generic APIs to locate memory hole for kdump
Sourabh Jain
2024-11-15
powerpc/kexec: Fix return of uninitialized variable
Zhang Zekun
2024-07-04
powerpc/kexec: Use of_property_read_reg()
Rob Herring (Arm)
2024-06-17
powerpc/kexec_file: fix extra size calculation for kexec FDT
Sourabh Jain
2024-04-23
powerpc/crash: add crash memory hotplug support
Sourabh Jain
2024-04-23
powerpc/crash: add crash CPU hotplug support
Sourabh Jain
2024-04-23
powerpc/kexec: make the update_cpus_node() function public
Sourabh Jain
2024-04-23
powerpc/kexec: move *_memory_ranges functions to ranges.c
Sourabh Jain
2024-03-17
powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
Hari Bathini
2023-12-20
kexec_file, power: print out debugging message if required
Baoquan He
2023-10-19
powerpc: Annotate endianness of various variables and functions
Benjamin Gray
2023-09-18
powerpc/kexec_file: add missing of_node_put
Julia Lawall
2023-08-18
powerpc: Move DMA64_PROPNAME define to a header
Michal Suchanek
2023-08-02
powerpc/kexec: fix minor typo
Laurent Dufour
2023-08-02
powerpc: Explicitly include correct DT includes
Rob Herring
2023-02-15
powerpc/kexec_file: print error string on usable memory property update failure
Sourabh Jain
2023-02-12
powerpc/pseries: Pass PLPKS password on kexec
Russell Currey
2023-02-06
powerpc/kexec_file: fix implicit decl error
Randy Dunlap
2023-02-01
powerpc/kexec_file: Count hot-pluggable memory in FDT estimate
Sourabh Jain
2023-01-31
powerpc/kexec_file: Fix division by zero in extra size estimation
Michael Ellerman
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-12-07
powerpc: Take in account addition CPU node when building kexec FDT
Laurent Dufour
2022-11-18
kexec: replace crash_mem_range with range
Li Chen
2022-08-10
powerpc/kexec: Fix build failure from uninitialised variable
Russell Currey
2022-08-03
powerpc/64e: Fix kexec build error
Michael Ellerman
2022-07-28
pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-window
Alexey Kardashevskiy
2021-10-22
powerpc/kexec_file: Add of_node_put() before goto
Wan Jiabing
2021-05-04
powerpc/kexec_file: Use current CPU info while setting up FDT
Sourabh Jain
2021-03-11
powerpc/kexec_file: Restore FDT size estimation for kdump kernel
Thiago Jung Bauermann
2021-03-08
powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
Lakshmi Ramasubramanian
2021-03-08
powerpc: Use common of_kexec_alloc_and_setup_fdt()
Rob Herring
2021-03-08
powerpc: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
2021-02-11
powerpc/kexec_file: fix FDT size estimation for kdump kernel
Hari Bathini
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2020-10-13
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
2020-07-29
powerpc/kexec_file: Enable early kernel OPAL calls
Hari Bathini
2020-07-29
powerpc/kexec_file: Fix kexec load failure with lack of memory hole
Hari Bathini
2020-07-29
powerpc/kexec_file: Add appropriate regions for memory reserve map
Hari Bathini
2020-07-29
powerpc/kexec_file: Prepare elfcore header for crashing kernel
Hari Bathini
2020-07-29
powerpc/kexec_file: Setup backup region for kdump kernel
Hari Bathini
2020-07-29
powerpc/kexec_file: Restrict memory usage of kdump kernel
Hari Bathini
2020-07-29
powerpc/kexec_file: Avoid stomping memory used by special regions
Hari Bathini
2020-07-29
powerpc/kexec_file: Mark PPC64 specific code
Hari Bathini