aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/machine_kexec_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-2/+8
* kexec_file, arm64: print out debugging message if requiredBaoquan He2023-12-201-6/+6
* arm64/kexec: Fix missing extra range for crashkres_low.Levi Yun2022-09-011-1/+1
* arm64: kdump: Reimplement crashkernel=XChen Zhou2022-05-071-2/+10
* arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian2021-12-161-0/+1
* arm64: Use common of_kexec_alloc_and_setup_fdt()Rob Herring2021-03-081-174/+8
* arm64: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-081-9/+9
* arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() failsqiuguorui12021-02-191-1/+3
* arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin2020-11-051-1/+8
* 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/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 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 KEXEC_BUF_MEM_UNKNOWNBhupesh 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