summaryrefslogtreecommitdiff
path: root/kexec/arch
AgeCommit message (Expand)Author
2021-04-02mips: Fix the increased mem parameter sizeYouling Tang
2021-04-02i386: fix build on pre 4.4 kernelsFederico Pellegrin
2021-04-02mips: Fix typo in commentYouling Tang
2021-04-02mips: Add '--reuse-cmdline' optional parameter supportYouling Tang
2020-12-09kexec: mips: Fix mem parametersJinyang He
2020-11-16x86_64: allow ELFCLASS32 for x32 supportAhelenia Ziemiańska
2020-11-16i386: fix string formatting-related warningsAhelenia Ziemiańska
2020-11-16i386/kexec-mb2-x86.c: cast ints to uintptr_t before pointers to avoid warningsAhelenia Ziemiańska
2020-10-23arm64: Add purgatory printingMatthias Brugger
2020-09-29kexec-tools: Add some missing free() callsYouling Tang
2020-09-25kexec-tools: mips: Remove commandline parameter "mem"Youling Tang
2020-08-20MIPS: Fix compile warnnings in kexec-elf-mips.cYouling Tang
2020-08-10mips: kexec-elf-mips: fix not free in elf_mips_load()Jinyang He
2020-06-06arm: Increase zImage length after getting the tagŁukasz Stelmach
2020-04-24arm: redefine OPT_APPEND and OPT_RAMDISKŁukasz Stelmach
2020-04-07kexec-tools: s390: Reset kernel command line on syscall fallbackPetr Tesarik
2020-04-07kexec: Introduce --load-live-update for xenVarad Gautam
2020-04-01kexec-tools: Remove duplicated variable declarationsKairui Song
2020-04-01Removing condition that will never be met after calls xmalloc and xreallocLeonidas S. Barbosa
2020-04-01kexec: support parsing the string "Reserved" to get the correct e820 reserved...Lianbo Jiang
2020-04-01crashdump-ppc64: crashkernel-base and crashkernel-size are big-endianThadeu Lima de Souza Cascardo
2020-01-03kexec: build multiboot2 for i386Chris Packham
2020-01-03ARM: Use mmap for zImage initrdBrandon Maier
2020-01-03arm64: kdump: deal with a lot of resource entries in /proc/iomemAKASHI Takahiro
2020-01-03arm64: kexec: allocate memory space avoiding reserved regionsAKASHI Takahiro
2019-10-01kexec: add support for PARISC architectureSven Schnelle
2019-09-16i386/kexec-mb2-x86.c: Fix compilation warningBhupesh Sharma
2019-09-08Cleanup: remove the read_elf_kcore()Lianbo Jiang
2019-09-03x86: Fix PAGE_OFFSET for kernels since 4.20Donald Buczek
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