aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/machine_kexec_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08arm64: Use common of_kexec_alloc_and_setup_fdt()Rob Herring1-174/+8
2021-03-08arm64: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-9/+9
2021-02-19arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() failsqiuguorui11-1/+3
2020-11-05arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin1-1/+8
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport1-4/+2
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2020-04-30arm64: kexec_file: print appropriate variableƁukasz Stelmach1-3/+3
2020-04-28arm64: kexec_file: Avoid temp buffer for RNG seedGeorge Spelvin1-4/+4
2020-03-17arm64: kexec_file: Fixed code style.Li Tao1-1/+1
2020-01-08arm64: kexec_file: add crash dump supportAKASHI Takahiro1-4/+102
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-1/+17
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang1-1/+17
2019-08-05arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KEXEC_BUF_MEM_UNKNOWNBhupesh Sharma1-2/+2
2019-02-05arm64: kexec_file: handle empty command-lineJean-Philippe Brucker1-1/+3
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro1-1/+3
2018-12-11arm64: kexec_file: include linux/vmalloc.hArnd Bergmann1-0/+1
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon1-30/+34
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro1-1/+18
2018-12-06arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro1-0/+1
2018-12-06arm64: kexec_file: load initrd and device-treeAKASHI Takahiro1-0/+185
2018-12-06arm64: enable KEXEC_FILE configAKASHI Takahiro1-0/+16