aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kexec_elf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-10kexec: Fix file verification on S390Matthew Garrett1-1/+1
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-2/+2
2019-04-29s390/kexec_file: Create ipl report and pass to next kernelPhilipp Rudo1-0/+5
2019-04-29s390/kexec_file: Signature verification prototypePhilipp Rudo1-0/+3
2019-04-29s390/kexec_file: Load new kernel to absolute 0Philipp Rudo1-12/+4
2019-04-29s390/kexec_file: Unify loader codePhilipp Rudo1-24/+7
2019-04-29s390/kexec_file: Simplify parmarea accessPhilipp Rudo1-0/+1
2019-04-29s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo1-1/+6
2019-04-29s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo1-1/+1
2018-04-16s390/kexec_file: Add ELF loaderPhilipp Rudo1-0/+147