aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/machine_kexec_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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