summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-13uImage: fix realloc() pointer confusionDavid Woodhouse
2017-03-13build_mem_phdrs(): check if p_paddr is invalidPratyush Anand
2017-03-10Only print debug message when failed to serach for kernel symbol from /proc/k...Baoquan He
2017-03-06gitignore: add two generated files in purgatoryEric DeVolder
2017-03-02crashdump/sh: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/s390: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/ppc64: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/ppc: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/mips: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/m68k: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/ia64: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/cris: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02crashdump/arm64: Add get_crash_kernel_load_range() functionEric DeVolder
2017-03-02crashdump/arm: Add get_crash_kernel_load_range() functionDaniel Kiper
2017-03-02kexec: Add option to get crash kernel region sizeDaniel Kiper
2017-01-31purgatory: Add purgatory.map and purgatory.ro.sym to clean recipeDaniel Kiper
2017-01-31kexec: Remove redundant space from help messageDaniel Kiper
2017-01-26kexec: implemented XEN KEXEC STATUS to determine if an image is loadedEric DeVolder
2017-01-24alpha: add missing __NR_kexec_load definitionSimon Horman
2017-01-24kexec: Increase the upper limit for RAM segmentsSameer Goel
2017-01-24ppc64: Reduce number of ELF LOAD segmentsPetr Tesarik
2016-12-20kexec-tools 2.0.14.gitSimon Horman
2016-12-20kexec-tools 2.0.14Simon Horman
2016-12-12kexec-tools 2.0.14-rc1Simon Horman
2016-12-12arm: do not build iomem.o target with no soruceSimon Horman
2016-12-09ia64: ehdr is not UNUSED in machine_apply_elf_relSimon Horman
2016-12-09arm64: Fix initrd requierementsMatthias Brugger
2016-12-09mips: add option to load initrd from a specified fileMarcin Nowakowski
2016-12-09mips: add dtb loading supportMarcin Nowakowski
2016-12-09mips: crashdump: add little-endian supportMarcin Nowakowski
2016-12-09mips: move arch option parsing from elf loader to common arch codeMarcin Nowakowski
2016-12-09mips: use arch_options for both 32 and 64 bit variantsMarcin Nowakowski
2016-12-09mips: remove incorrect arch_usage stringMarcin Nowakowski
2016-12-08kexec-tools/x86: get_kernel_vaddr_and_size off-by-one fixDave Young
2016-12-02purgatory: Change default sha256 optimization to -O2Geoff Levand
2016-11-07arm64: Add support of R_AARCH64_PREL32 relocation in purgatoryPratyush Anand
2016-11-07arm64: Add support for additional relocations in the kexec purgatory codeCatalin Marinas
2016-10-13arm64: Add missing kexec dist filesGeoff Levand
2016-10-13arm64: Cleanup kexec MakefileGeoff Levand
2016-10-07kexec/fs2dt: Check for NULL pointer in dt_copy_old_root_param()Madhavan Srinivasan
2016-10-07multiboot: Use the "reserved" type for non-ram zonesSylvain Munaut
2016-10-07multiboot: Fix length computation for the memory zonesSylvain Munaut
2016-10-07kexec elf: Sanity check on the note header before accessing itSylvain Munaut
2016-09-29arm: include phys_to_virt.h and iomem.h in distributionDave Young
2016-09-29kexec: socket not released when error situation occur.YoungHyun Yoo
2016-09-29kexec: fix mem_regions_sort()Pratyush Anand
2016-09-29kexec/arch/i386: Add support for KASLR memory randomizationThomas Garnier
2016-09-29arm64: Add support for binary image filesPratyush Anand
2016-09-29arm64: Add arm64 kexec supportGeoff Levand
2016-09-29kexec: Add common device tree routinesGeoff Levand