summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/machine_kexec_file.c
Commit message (Expand)AuthorAgeFilesLines
* memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2020-10-131-4/+2
* arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-181-2/+1
* arm64: kexec_file: print appropriate variableƁukasz Stelmach2020-04-301-3/+3
* arm64: kexec_file: Avoid temp buffer for RNG seedGeorge Spelvin2020-04-281-4/+4
* arm64: kexec_file: Fixed code style.Li Tao2020-03-171-1/+1
* arm64: kexec_file: add crash dump supportAKASHI Takahiro2020-01-081-4/+102
*-. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-1/+17
|\ \
| | * arm64: kexec_file: add rng-seed supportHsin-Yi Wang2019-08-231-1/+17
| |/
* / arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KE...Bhupesh Sharma2019-08-051-2/+2
|/
* arm64: kexec_file: handle empty command-lineJean-Philippe Brucker2019-02-051-1/+3
* arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro2019-01-111-1/+3
* arm64: kexec_file: include linux/vmalloc.hArnd Bergmann2018-12-111-0/+1
* arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon2018-12-061-30/+34
* arm64: kexec_file: add kaslr supportAKASHI Takahiro2018-12-061-1/+18
* arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro2018-12-061-0/+1
* arm64: kexec_file: load initrd and device-treeAKASHI Takahiro2018-12-061-0/+185
* arm64: enable KEXEC_FILE configAKASHI Takahiro2018-12-061-0/+16