summaryrefslogtreecommitdiff
path: root/kexec/arch
AgeCommit message (Expand)Author
2019-07-16kexec/arm64: Add support for handling zlib compressed (Image.gz) imageBhupesh Sharma
2019-07-16kexec-uImage-arm64.c: Fix return value of uImage_arm64_probe()Bhupesh Sharma
2019-07-10x86: Include kexec-mb2-x86.c and multiboot2.h in distributionSimon Horman
2019-07-03x86: re-order includes to avoid duplicate struct e820entrySimon Horman
2019-07-03x86: Support multiboot2 imagesVarad Gautam
2019-05-31crashdump/x86: Use new introduce helper for getting RSDPKairui Song
2019-05-31x86: Always try to fill acpi_rsdp_addr in boot paramsKairui Song
2019-05-31x86: Introduce helpers for getting RSDP addressKairui Song
2019-05-15x86: Find mounts by FS type, not nameNiklas Hambüchen
2019-05-15x86: Check /proc/mounts before mtab for mountsNiklas Hambüchen
2019-03-06x86: Introduce a new option --reuse-video-typeKairui Song
2019-02-05arm64: wipe old initrd addresses when patching the DTBJean-Philippe Brucker
2019-01-28x86: Handle 64bit framebuffer memory address properlyKairui Song
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