index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
machine_kexec_file.c
Age
Commit message (
Expand
)
Author
2022-09-01
arm64/kexec: Fix missing extra range for crashkres_low.
Levi Yun
2022-05-07
arm64: kdump: Reimplement crashkernel=X
Chen Zhou
2021-12-16
arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
Lakshmi Ramasubramanian
2021-03-08
arm64: Use common of_kexec_alloc_and_setup_fdt()
Rob Herring
2021-03-08
arm64: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
2021-02-19
arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() fails
qiuguorui1
2020-11-05
arm64: kexec_file: try more regions if loading segments fails
Benjamin Gwin
2020-10-13
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
2020-06-18
arm64: kexec_file: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2020-04-30
arm64: kexec_file: print appropriate variable
Ćukasz Stelmach
2020-04-28
arm64: kexec_file: Avoid temp buffer for RNG seed
George Spelvin
2020-03-17
arm64: kexec_file: Fixed code style.
Li Tao
2020-01-08
arm64: kexec_file: add crash dump support
AKASHI Takahiro
2019-08-30
Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...
Will Deacon
2019-08-23
arm64: kexec_file: add rng-seed support
Hsin-Yi Wang
2019-08-05
arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KE...
Bhupesh Sharma
2019-02-05
arm64: kexec_file: handle empty command-line
Jean-Philippe Brucker
2019-01-11
arm64: kexec_file: return successfully even if kaslr-seed doesn't exist
AKASHI Takahiro
2018-12-11
arm64: kexec_file: include linux/vmalloc.h
Arnd Bergmann
2018-12-06
arm64: kexec_file: Refactor setup_dtb() to consolidate error checking
Will Deacon
2018-12-06
arm64: kexec_file: add kaslr support
AKASHI Takahiro
2018-12-06
arm64: kexec_file: allow for loading Image-format kernel
AKASHI Takahiro
2018-12-06
arm64: kexec_file: load initrd and device-tree
AKASHI Takahiro
2018-12-06
arm64: enable KEXEC_FILE config
AKASHI Takahiro