summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/kexec_image.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21arm64: Fix dangling references to Documentation/arm64Jonathan Corbet1-1/+1
2022-07-15arm64: kexec_file: use more system keyrings to verify kernel image signatureCoiby Xu1-10/+1
2020-11-10arm64: kexec_file: Fix sparse warningWill Deacon1-1/+1
2020-11-06arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin1-10/+31
2020-01-08arm64: kexec_file: add crash dump supportAKASHI Takahiro1-4/+0
2019-08-05arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KE...Bhupesh Sharma1-1/+1
2019-06-14docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab1-1/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2018-12-07arm64: kexec_file: forbid kdump via kexec_file_load()James Morse1-0/+4
2018-12-06arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro1-5/+18
2018-12-06arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro1-0/+113