summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/elf_kexec.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-02-24riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+7
2023-12-21kexec_file, riscv: print out debugging message if requiredBaoquan He1-5/+6
2023-09-12riscv: kexec: Align the kexeced kernel entrySong Shuai1-1/+7
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder1-2/+2
2023-08-04riscv/kexec: load initrd high in available memoryTorsten Duwe1-1/+1
2023-08-04riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe1-0/+1
2022-12-05RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei1-0/+4
2022-12-05RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei1-0/+10
2022-07-15RISCV: kexec: Fix build error without CONFIG_MODULESLi Zhengyu1-1/+1
2022-05-19RISC-V: Load purgatory in kexec_fileLi Zhengyu1-0/+151
2022-05-19RISC-V: Support for kexec_file on panicLi Zhengyu1-1/+118
2022-05-19RISC-V: Add kexec_file supportLiao Chang1-0/+180