summaryrefslogtreecommitdiff
path: root/kexec
AgeCommit message (Expand)Author
2023-03-06ARM: mark file-mode as unsupportedHEADmasterRussell King
2023-03-06ARM: support kernel specifying load offsetRussell King
2023-03-06ARM: ensure kernel size tag is sized appropriatelyRussell King
2023-03-03ppc64: Add elf-ppc64 file types/options and an arch specific flag to man pageGautam Menghani
2023-02-23x86: add devicetree supportJulian Winkler
2023-02-07kexec: make -a the defaultAhelenia ZiemiaƄska
2023-02-07ppc64: add --reuse-cmdline parameter supportSourabh Jain
2022-11-18m68k: pass rng seed via BI_RNG_SEEDJason A. Donenfeld
2022-10-10LoongArch: Remove redundant cmdline parameters when using --reuse-cmdline optionYouling Tang
2022-10-10LoongArch: PE format image loading supportYouling Tang
2022-10-10LoongArch: Add kexec/kdump supportYouling Tang
2022-10-05ppc64: remove rma_top limitSourabh Jain
2022-07-19kexec-tools: Remove duplicate ultoa() definitions and redefine itTiezhu Yang
2022-07-15i386: pass rng seed via setup_dataJason A. Donenfeld
2022-06-26kexec-tools: mips: Pass initrd parameter via cmdlineHui Li
2022-04-29arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32kabuehaze14
2022-04-01arm64: fix static data relocations in machine_apply_elf_rel()Pingfan Liu
2022-04-01kexec/elf: assign one to align if sh_addralign equals zeroPingfan Liu
2022-04-01arm64/crashdump-arm64: explicit type conversion to suppress compiler warningPingfan Liu
2022-04-01arm64/kexec-arm64: add support for R_AARCH64_MOVW_UABS_G* relaPingfan Liu
2022-04-01arm64/kexec-arm64: use enum to organize the reloc typePingfan Liu
2022-04-01arm64/kexec-arm64: add support for R_AARCH64_LDST128_ABS_LO12_NC relaPingfan Liu
2022-03-30kexec-tools: fix leak FILE pointer.Lichen Liu
2022-03-29kexec-tools: Determine if the image is lzma commpressedLichen Liu
2022-03-23kexec-xen: Allow xen_kexec_exec() to return in case of Live UpdateRaphael Ning
2022-03-23kexec-tools: print error if kexec_file_load failsHari Bathini
2022-02-01kexec-tools: mips: Concatenate --reuse-cmdline and --appendTiezhu Yang
2022-02-01kexec-tools: mips: Add some debug infoTiezhu Yang
2022-01-24arm64: fix PAGE_OFFSET calc for flipped mmKairui Song
2022-01-24arm64: read VA_BITS from kcore for 52-bits VA kernelPingfan Liu
2022-01-24arm64/crashdump: unify routine to get page_offsetPingfan Liu
2022-01-24arm64: make phys_offset signedPingfan Liu
2022-01-14s390: add support for --reuse-cmdlineSven Schnelle
2022-01-14use slurp_proc_file() in get_command_line()Sven Schnelle
2022-01-14add slurp_proc_file()Sven Schnelle
2022-01-14s390: use KEXEC_ALL_OPTIONSSven Schnelle
2022-01-14s390: add variable command line sizeSven Schnelle
2022-01-14arm64: support more than one crash kernel regionsChen Zhou
2022-01-14s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()Alexander Egorenkov
2021-12-15arm64/crashdump: deduce paddr of _text based on kernel code sizePingfan Liu
2021-10-20arm: kdump: Add DT properties to crash dump kernel's DTBGeert Uytterhoeven
2021-10-20kexec-tools: multiboot2: Correct BASIC_MEMINFO memory unitsTu Dinh
2021-10-05Add some necessary free() callsKai Song
2021-10-05Add some necessary fclose() callsKai Song
2021-09-24ppc64: Fix memory leak problem in zImage_ppc64_load()Kai Song
2021-09-24i386: Remove unused local variable in get_kernel_page_offset()Kai Song
2021-09-14multiboot2: Accept x86-64 imagesZhaofeng Li
2021-09-14multiboot2: Avoid first 0x500 bytesZhaofeng Li
2021-09-14multiboot2: Use rel_min and rel_max for buffer destinationsZhaofeng Li
2021-09-14multiboot2: Correct MBI size calculationZhaofeng Li