summaryrefslogtreecommitdiff
path: root/kexec/arch
AgeCommit message (Expand)Author
2019-01-28multiboot-x86: pass framebuffer information when requestedFriedemann Gerold
2019-01-28multiboot-x86: pass ACPI reserved memory information in memory mapFriedemann Gerold
2019-01-28multiboot-x86: support for non-elf kernelsFriedemann Gerold
2019-01-15arm64: add kexec_file_load supportAKASHI Takahiro
2019-01-09arm64: Add support to read PHYS_OFFSET from 'kcore' - pt_note or pt_load (if ...Bhupesh Sharma
2019-01-09kexec/kexec-arm64.c: Add error handling check against return value of 'set_bo...Bhupesh Sharma
2018-10-29arm64: If 'getrandom' syscall fails, don't error out - just warn and proceed.Bhupesh Sharma
2018-10-29x86: fix BAD_FREE in get_efi_runtime_map()Pingfan Liu
2018-10-02kdump: fix an error that can not parse the e820 reserved regionLianbo Jiang
2018-08-24kexec: fix for "Unhandled rela relocation: R_X86_64_PLT32" errorChris Clayton
2018-06-29arm64: error out if kernel command line is too longMunehisa Kamata
2018-06-29arm64: increase command line size to 2048Munehisa Kamata
2018-06-19arm64: Add support to supply 'kaslr-seed' to secondary kernelBhupesh Sharma
2018-05-22kexec/s390: Add support for kexec_file_loadPhilipp Rudo
2018-04-19kexec-elf-rel-ppc64: Fix cast from pointer warningGeoff Levand
2018-04-19crashdump-ppc64: Fix integer truncation warningGeoff Levand
2018-04-19Merge branch 'master' of git://git.armlinux.org.uk/~rmk/kexec-toolsSimon Horman
2018-03-30kexec/ppc64: leverage kexec_file_load supportHari Bathini
2018-03-20ARM: Include stack and malloc space in zImage sizeRussell King
2018-03-20ARM: add further debugRussell King
2018-03-20ARM: read kernel size from zImageRussell King
2018-02-22kexec/ppc64: add support to parse ibm, dynamic-memory-v2 propertyHari Bathini
2018-01-29x86: use old screen_info if neededDave Young
2018-01-24kexec-tools: Perform run-time linking of libxenctrl.soEric DeVolder
2017-11-01ARM: read kernel size from zImageRussell King
2017-11-01ARM: cleanup initrd and dtb handingRussell King
2017-10-18kexec-tools: mips: Use proper page_offset for OCTEON CPUs.David Daney
2017-10-18kexec-tools: mips: Merge adjacent memory ranges.David Daney
2017-10-16kexec-tools: mips: Try to include bss in kernel vmcore file.David Daney
2017-10-16kexec-tools: mips: Don't set lowmem_limit to 2G for 64-bit systems.David Daney
2017-08-30kexec-tools: ppc64: fix leak while checking for coherent device memoryHari Bathini
2017-08-28kexec-tools: ppc64: avoid adding coherent memory regions to crash memory rangesHari Bathini
2017-08-10kexec-tools: powerpc: fix command line overflow errorHari Bathini
2017-08-04kexec-tools: ppc64: fix how RMA top is deducedHari Bathini
2017-05-22arm64: kdump: Add support for binary image filesPratyush Anand
2017-05-22arm64: kdump: add DT properties to crash dump kernel's dtbAKASHI Takahiro
2017-05-22arm64: kdump: set up other segmentsAKASHI Takahiro
2017-05-22arm64: kdump: set up kernel image segmentAKASHI Takahiro
2017-05-22arm64: kdump: add elf core header segmentAKASHI Takahiro
2017-05-22arm64: kdump: identify memory regionsAKASHI Takahiro
2017-05-22arm64: change return values on error to negativeAKASHI Takahiro
2017-05-22arm64: identify PHYS_OFFSET correctlyAKASHI Takahiro
2017-05-22kexec: generalize and rename get_kernel_stext_sym()Pratyush Anand
2017-03-24x86: Support large number of memory rangesXunlei Pang
2017-03-20ppc: Fix format warning with die()Jussi Kukkonen
2017-03-14x86/x86_64: Fix format warning with die()Pratyush Anand
2017-03-14Don't use %L width specifier with integer valuesPhilip Prindeville
2017-03-13arm64: add uImage supportDavid Woodhouse
2017-03-13uImage: use 'char *' instead of 'unsigned char *' for uImage_probe()David Woodhouse
2017-03-13uImage: use 'char *' instead of 'unsigned char *' for uImage_load()David Woodhouse