summaryrefslogtreecommitdiff
path: root/kexec
AgeCommit message (Expand)Author
2021-09-14x86: Consolidate elf_x86_probe routinesZhaofeng Li
2021-09-13Refer FDT tokens with symbolic namesSourabh Jain
2021-06-06arm64/crashdump-arm64: deduce the paddr of _textPingfan Liu
2021-05-02kexec-tools: Remove duplicate definition of ramdiskPetr Tesarik
2021-04-17arm: do not copy magic 4 bytes of appended DTB in zImageAlexander Egorenkov
2021-04-17kexec: Remove the error prone kernel_version functionEric W. Biederman
2021-04-07Shrink segments to fit alignment instead of throwing them awayHongyan Xia
2021-04-07Fix where the real mode interrupt vector endsHongyan Xia
2021-04-02crashdump/x86: increase CRASH_MAX_MEMORY_RANGES to 32kDavid Hildenbrand
2021-04-02crashdump/x86: iterate only over actual crash memory rangesDavid Hildenbrand
2021-04-02crashdump/x86: dump any kind of "System RAM"David Hildenbrand
2021-04-02kexec-xen: Use correct image type for Live UpdateRaphael Ning
2021-04-02kexec: Make --status work with normal kexec imagesRaphael Ning
2021-04-02kexec: Fix description of --status exit codeRaphael Ning
2021-04-02kexec: Use %llu/%llx and casts to format uint64_tGeert Uytterhoeven
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-12-09dt-ops: fix memory leak when new_node malloc failsqiuguorui1
2020-11-30zlib: fix resource leak when gzdirect failedqiuguorui1
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: Fix snprintf related compilation warningsBhupesh Sharma
2020-09-29kexec-tools: Add some missing free() callsYouling Tang
2020-09-29kexec-tools: Fix a prompt message when crashkernel is not reservedYouling Tang
2020-09-25kexec-tools: mips: Remove commandline parameter "mem"Youling Tang
2020-09-02kexec/kexec.c: Add missing close() callYouling 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-08-10kexec-tools: Check callback first in kexec_iomem_for_each_line()Jinyang He
2020-06-06arm: Increase zImage length after getting the tagŁukasz Stelmach
2020-06-06kexec-tools: fix the unintended fallthrough when '-d' option is usedHari Bathini
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-xen: Introduce --exec-live-update to trigger a live updateVarad Gautam
2020-04-07kexec: Introduce --load-live-update for xenVarad Gautam
2020-04-07kexec-xen: Introduce xen_get_kexec_range to wrap xc_kexec_get_rangeVarad 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-01kexec-tools: Reset getopt before falling back to legacy syscallPetr Tesarik
2020-04-01kexec-tools: Fix kexec_file_load(2) error handlingPetr Tesarik
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