summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kexec-tools 2.0.20-rc2v2.0.20-rc2Simon Horman2019-07-161-1/+1
* kexec/arm64: Add support for handling zlib compressed (Image.gz) imageBhupesh Sharma2019-07-166-3/+250
* kexec/kexec-zlib.h: Add 'is_zlib_file()' helper functionBhupesh Sharma2019-07-162-0/+39
* kexec-uImage-arm64.c: Fix return value of uImage_arm64_probe()Bhupesh Sharma2019-07-161-1/+12
* kexec/kexec.c: Add the missing close() for fd used for kexec_file_load()Bhupesh Sharma2019-07-161-0/+2
* kexec-tools 2.0.20-rc1v2.0.20-rc1Simon Horman2019-07-101-1/+1
* x86: Include kexec-mb2-x86.c and multiboot2.h in distributionSimon Horman2019-07-102-1/+4
* x86: re-order includes to avoid duplicate struct e820entrySimon Horman2019-07-031-1/+1
* x86: Support multiboot2 imagesVarad Gautam2019-07-037-0/+993
* elf: Support ELF loading with relocationVarad Gautam2019-07-032-65/+141
* crashdump/x86: Use new introduce helper for getting RSDPKairui Song2019-05-311-25/+9
* x86: Always try to fill acpi_rsdp_addr in boot paramsKairui Song2019-05-311-0/+3
* x86: Introduce helpers for getting RSDP addressKairui Song2019-05-314-2/+46
* x86: Update boot parameters definationKairui Song2019-05-311-2/+4
* x86: Find mounts by FS type, not nameNiklas Hambüchen2019-05-151-4/+8
* x86: Check /proc/mounts before mtab for mountsNiklas Hambüchen2019-05-151-2/+6
* xen: Avoid overlapping segments in low memoryDavid Woodhouse2019-05-151-19/+54
* x86: Introduce a new option --reuse-video-typeKairui Song2019-03-064-2/+14
* kexec-tools 2.0.19.gitSimon Horman2019-03-061-1/+1
* kexec-tools 2.0.19v2.0.19Simon Horman2019-03-041-1/+1
* kexec-tools 2.0.19-rc1v2.0.19-rc1Simon Horman2019-02-251-1/+1
* arm64: wipe old initrd addresses when patching the DTBJean-Philippe Brucker2019-02-053-0/+12
* purgatory: Use standalond CFLAGSKairui Song2019-02-051-1/+1
* x86: Handle 64bit framebuffer memory address properlyKairui Song2019-01-282-3/+11
* multiboot-x86: pass framebuffer information when requestedFriedemann Gerold2019-01-282-10/+109
* multiboot-x86: pass ACPI reserved memory information in memory mapFriedemann Gerold2019-01-281-2/+11
* multiboot-x86: support for non-elf kernelsFriedemann Gerold2019-01-281-18/+45
* arm64: add kexec_file_load supportAKASHI Takahiro2019-01-155-2/+55
* arm64: Add support to read PHYS_OFFSET from 'kcore' - pt_note or pt_load (if ...Bhupesh Sharma2019-01-092-9/+200
* util_lib: Add functionality to read elf notesBhupesh Sharma2019-01-095-741/+900
* kexec/dt-ops.c: Fix '/chosen' v/s 'chosen' node being passed to fdt helper fu...Bhupesh Sharma2019-01-091-4/+27
* kexec/dt-ops.c: Fix adding '/chosen' node for cases where it is not available...Bhupesh Sharma2019-01-091-2/+3
* kexec/kexec-arm64.c: Add error handling check against return value of 'set_bo...Bhupesh Sharma2019-01-091-0/+5
* kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return valueBhupesh Sharma2019-01-091-1/+1
* kexec-tools 2.0.18.gitSimon Horman2018-11-151-1/+1
* kexec-tools 2.0.18v2.0.18Simon Horman2018-10-301-1/+1
* arm64: If 'getrandom' syscall fails, don't error out - just warn and proceed.Bhupesh Sharma2018-10-291-3/+14
* x86: fix BAD_FREE in get_efi_runtime_map()Pingfan Liu2018-10-291-2/+2
* kexec-tools 2.0.18-rc1v2.0.18-rc1Simon Horman2018-10-101-1/+1
* kdump: fix an error that can not parse the e820 reserved regionLianbo Jiang2018-10-021-0/+2
* kexec: fix for "Unhandled rela relocation: R_X86_64_PLT32" errorChris Clayton2018-08-241-0/+1
* arm64: error out if kernel command line is too longMunehisa Kamata2018-06-291-1/+8
* arm64: increase command line size to 2048Munehisa Kamata2018-06-291-1/+1
* arm64: Add support to supply 'kaslr-seed' to secondary kernelBhupesh Sharma2018-06-191-38/+100
* Remove obsolete kdump toolBhupesh Sharma2018-05-295-405/+2
* Makefile.in: Add uninstall ruleBhupesh Sharma2018-05-251-2/+81
* vmcore-dmesg: fix infinite loop if log buffer wraps aroundOmar Sandoval2018-05-251-1/+1
* kexec/s390: Add support for kexec_file_loadPhilipp Rudo2018-05-222-0/+49
* kexec: Add --no-checks optionGeoff Levand2018-04-194-4/+27
* purgatory/ppc64: Fix uninitialized warningGeoff Levand2018-04-191-1/+1