summaryrefslogtreecommitdiff
path: root/kexec
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: kdump: Set up kernel image segmentHEADmastermainYouling Tang2023-03-085-1/+40
* kexec: __NR_kexec_file_load is set to undefined on LoongArchYouling Tang2023-03-081-1/+1
* ppc64: Add elf-ppc64 file types/options and an arch specific flag to man pageGautam Menghani2023-03-031-0/+35
* x86: add devicetree supportJulian Winkler2023-02-237-4/+43
* kexec: make -a the defaultAhelenia ZiemiaƄska2023-02-072-6/+6
* ppc64: add --reuse-cmdline parameter supportSourabh Jain2023-02-072-3/+26
* m68k: pass rng seed via BI_RNG_SEEDJason A. Donenfeld2022-11-183-0/+34
* LoongArch: Remove redundant cmdline parameters when using --reuse-cmdline optionYouling Tang2022-10-103-1/+4
* LoongArch: PE format image loading supportYouling Tang2022-10-106-0/+229
* LoongArch: Add kexec/kdump supportYouling Tang2022-10-1011-0/+849
* ppc64: remove rma_top limitSourabh Jain2022-10-051-2/+0
* kexec-tools: Remove duplicate ultoa() definitions and redefine itTiezhu Yang2022-07-196-95/+16
* i386: pass rng seed via setup_dataJason A. Donenfeld2022-07-151-0/+25
* kexec-tools: mips: Pass initrd parameter via cmdlineHui Li2022-06-263-3/+80
* arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32kabuehaze142022-04-291-1/+1
* arm64: fix static data relocations in machine_apply_elf_rel()Pingfan Liu2022-04-011-3/+2
* kexec/elf: assign one to align if sh_addralign equals zeroPingfan Liu2022-04-011-3/+7
* arm64/crashdump-arm64: explicit type conversion to suppress compiler warningPingfan Liu2022-04-011-1/+1
* arm64/kexec-arm64: add support for R_AARCH64_MOVW_UABS_G* relaPingfan Liu2022-04-011-0/+40
* arm64/kexec-arm64: use enum to organize the reloc typePingfan Liu2022-04-011-41/+15
* arm64/kexec-arm64: add support for R_AARCH64_LDST128_ABS_LO12_NC relaPingfan Liu2022-04-011-0/+16
* kexec-tools: fix leak FILE pointer.Lichen Liu2022-03-301-1/+4
* kexec-tools: Determine if the image is lzma commpressedLichen Liu2022-03-291-0/+36
* kexec-xen: Allow xen_kexec_exec() to return in case of Live UpdateRaphael Ning2022-03-233-9/+28
* kexec-tools: print error if kexec_file_load failsHari Bathini2022-03-231-0/+1
* kexec-tools: mips: Concatenate --reuse-cmdline and --appendTiezhu Yang2022-02-011-2/+6
* kexec-tools: mips: Add some debug infoTiezhu Yang2022-02-011-0/+7
* arm64: fix PAGE_OFFSET calc for flipped mmKairui Song2022-01-241-1/+13
* arm64: read VA_BITS from kcore for 52-bits VA kernelPingfan Liu2022-01-241-4/+30
* arm64/crashdump: unify routine to get page_offsetPingfan Liu2022-01-243-26/+6
* arm64: make phys_offset signedPingfan Liu2022-01-242-7/+7
* s390: add support for --reuse-cmdlineSven Schnelle2022-01-142-4/+15
* use slurp_proc_file() in get_command_line()Sven Schnelle2022-01-141-16/+10
* add slurp_proc_file()Sven Schnelle2022-01-141-0/+51
* s390: use KEXEC_ALL_OPTIONSSven Schnelle2022-01-141-8/+2
* s390: add variable command line sizeSven Schnelle2022-01-143-34/+55
* arm64: support more than one crash kernel regionsChen Zhou2022-01-143-47/+86
* s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()Alexander Egorenkov2022-01-141-1/+2
* arm64/crashdump: deduce paddr of _text based on kernel code sizePingfan Liu2021-12-151-3/+11
* arm: kdump: Add DT properties to crash dump kernel's DTBGeert Uytterhoeven2021-10-203-2/+147
* kexec-tools: multiboot2: Correct BASIC_MEMINFO memory unitsTu Dinh2021-10-201-2/+2
* Add some necessary free() callsKai Song2021-10-051-2/+8
* Add some necessary fclose() callsKai Song2021-10-054-1/+8
* ppc64: Fix memory leak problem in zImage_ppc64_load()Kai Song2021-09-241-0/+7
* i386: Remove unused local variable in get_kernel_page_offset()Kai Song2021-09-241-1/+0
* multiboot2: Accept x86-64 imagesZhaofeng Li2021-09-142-4/+6
* multiboot2: Avoid first 0x500 bytesZhaofeng Li2021-09-141-1/+1
* multiboot2: Use rel_min and rel_max for buffer destinationsZhaofeng Li2021-09-141-2/+2
* multiboot2: Correct MBI size calculationZhaofeng Li2021-09-141-4/+13
* x86: Consolidate elf_x86_probe routinesZhaofeng Li2021-09-143-33/+40