summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/machine_kexec_file.c
AgeCommit message (Expand)Author
2023-12-20kexec_file, arm64: print out debugging message if requiredBaoquan He
2022-09-01arm64/kexec: Fix missing extra range for crashkres_low.Levi Yun
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou
2021-12-16arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian
2021-03-08arm64: Use common of_kexec_alloc_and_setup_fdt()Rob Herring
2021-03-08arm64: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian
2021-02-19arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() failsqiuguorui1
2020-11-05arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-04-30arm64: kexec_file: print appropriate variableƁukasz Stelmach
2020-04-28arm64: kexec_file: Avoid temp buffer for RNG seedGeorge Spelvin
2020-03-17arm64: kexec_file: Fixed code style.Li Tao
2020-01-08arm64: kexec_file: add crash dump supportAKASHI Takahiro
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang
2019-08-05arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KE...Bhupesh Sharma
2019-02-05arm64: kexec_file: handle empty command-lineJean-Philippe Brucker
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro
2018-12-11arm64: kexec_file: include linux/vmalloc.hArnd Bergmann
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro
2018-12-06arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro
2018-12-06arm64: kexec_file: load initrd and device-treeAKASHI Takahiro
2018-12-06arm64: enable KEXEC_FILE configAKASHI Takahiro