summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* purgatory: do not enable vectorization automatically for purgatory compilingBaoquan He2022-03-301-1/+1
* kexec-tools: Determine if the image is lzma commpressedLichen Liu2022-03-291-0/+36
* util_lib/elf_info: harden parsing of printk bufferPhilipp Rudo2022-03-241-3/+25
* github: run apt-get update before installing packagesSimon Horman2022-03-241-1/+3
* 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-243-4/+36
* arm64/crashdump: unify routine to get page_offsetPingfan Liu2022-01-243-26/+6
* arm64: make phys_offset signedPingfan Liu2022-01-244-9/+9
* 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
* kexec-tools 2.0.23.gitSimon Horman2021-12-151-1/+1
* kexec-tools 2.0.23v2.0.23Simon Horman2021-11-041-1/+1
* kexec-tools 2.0.23-rc1v2.0.23-rc1Simon Horman2021-10-281-1/+1
* 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-052-3/+11
* 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
* Refer FDT tokens with symbolic namesSourabh Jain2021-09-131-10/+11
* arm64/crashdump-arm64: deduce the paddr of _textPingfan Liu2021-06-061-2/+10
* kexec-tools: Remove duplicate definition of ramdiskPetr Tesarik2021-05-021-1/+0
* kexec-tools 2.0.21.gitSimon Horman2021-05-021-1/+1
* kexec-tools 2.0.22v2.0.22Simon Horman2021-05-021-1/+1
* kexec-tools 2.0.22-rc1v2.0.22-rc1Simon Horman2021-04-261-1/+1
* arm: do not copy magic 4 bytes of appended DTB in zImageAlexander Egorenkov2021-04-171-1/+11
* kexec: Remove the error prone kernel_version functionEric W. Biederman2021-04-176-85/+11
* Shrink segments to fit alignment instead of throwing them awayHongyan Xia2021-04-071-3/+12
* Fix where the real mode interrupt vector endsHongyan Xia2021-04-071-2/+8
* github: initial workflowSimon Horman2021-04-021-0/+72