summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* kexec-elf-rel-ppc64: Fix cast from pointer warningGeoff Levand2018-04-191-1/+1
* crashdump-ppc64: Fix integer truncation warningGeoff Levand2018-04-191-1/+1
* kexec: Fix printf warningGeoff Levand2018-04-191-1/+2
* kexec-tools 2.0.17.gitSimon Horman2018-04-191-1/+1
* kexec-tools 2.0.17v2.0.17Simon Horman2018-04-191-1/+1
* arm64: Set -fno-PIC along with -mcmodel=largeDavid Michael2018-04-191-0/+1
* Merge branch 'master' of git://git.armlinux.org.uk/~rmk/kexec-toolsSimon Horman2018-04-191-32/+91
|\
| * ARM: Include stack and malloc space in zImage sizeRussell King2018-03-201-0/+6
| * ARM: add further debugRussell King2018-03-201-0/+11
| * ARM: read kernel size from zImageRussell King2018-03-201-32/+74
* | kexec-tools 2.0.17-rc1v2.0.17-rc1Simon Horman2018-04-101-1/+1
* | Fix a segmentation fault when trying to run "kexec -p"Petr Tesarik2018-04-101-0/+1
* | arm64: fix an issue with kaslr-enabled vmlinuxAKASHI Takahiro2018-04-102-2/+7
* | kexec: Document -s, -c and -a options in the man pageMichal Suchanek2018-03-301-0/+20
* | kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supp...Michal Suchanek2018-03-302-6/+63
* | kexec: Add option to revert -sMichal Suchanek2018-03-302-1/+8
* | kexec: Do not special-case the -s optionMichal Suchanek2018-03-301-21/+4
* | kexec: Fix option checks to take KEXEC_FILE_LOAD into accountMichal Suchanek2018-03-301-1/+9
* | kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOADMichal Suchanek2018-03-301-1/+1
* | kexec/ppc64: leverage kexec_file_load supportHari Bathini2018-03-302-0/+87
|/