summaryrefslogtreecommitdiff
path: root/kexec
Commit message (Expand)AuthorAgeFilesLines
...
* Refer FDT tokens with symbolic namesSourabh Jain2021-09-131-10/+11
* arm64/crashdump-arm64: deduce the paddr of _textPingfan Liu2021-06-061-2/+10
* kexec-tools: Remove duplicate definition of ramdiskPetr Tesarik2021-05-021-1/+0
* arm: do not copy magic 4 bytes of appended DTB in zImageAlexander Egorenkov2021-04-171-1/+11
* kexec: Remove the error prone kernel_version functionEric W. Biederman2021-04-176-85/+11
* Shrink segments to fit alignment instead of throwing them awayHongyan Xia2021-04-071-3/+12
* Fix where the real mode interrupt vector endsHongyan Xia2021-04-071-2/+8
* crashdump/x86: increase CRASH_MAX_MEMORY_RANGES to 32kDavid Hildenbrand2021-04-022-3/+6
* crashdump/x86: iterate only over actual crash memory rangesDavid Hildenbrand2021-04-021-1/+1
* crashdump/x86: dump any kind of "System RAM"David Hildenbrand2021-04-021-2/+8
* kexec-xen: Use correct image type for Live UpdateRaphael Ning2021-04-021-9/+14
* kexec: Make --status work with normal kexec imagesRaphael Ning2021-04-021-1/+3
* kexec: Fix description of --status exit codeRaphael Ning2021-04-022-4/+5
* kexec: Use %llu/%llx and casts to format uint64_tGeert Uytterhoeven2021-04-021-1/+2
* mips: Fix the increased mem parameter sizeYouling Tang2021-04-021-1/+1
* i386: fix build on pre 4.4 kernelsFederico Pellegrin2021-04-021-0/+4
* mips: Fix typo in commentYouling Tang2021-04-021-1/+1
* mips: Add '--reuse-cmdline' optional parameter supportYouling Tang2021-04-022-5/+11
* kexec: mips: Fix mem parametersJinyang He2020-12-091-0/+29
* dt-ops: fix memory leak when new_node malloc failsqiuguorui12020-12-091-1/+2
* zlib: fix resource leak when gzdirect failedqiuguorui12020-11-301-2/+2
* x86_64: allow ELFCLASS32 for x32 supportAhelenia Ziemiańska2020-11-161-1/+2
* i386: fix string formatting-related warningsAhelenia Ziemiańska2020-11-161-2/+14
* i386/kexec-mb2-x86.c: cast ints to uintptr_t before pointers to avoid warningsAhelenia Ziemiańska2020-11-161-3/+3
* arm64: Add purgatory printingMatthias Brugger2020-10-232-1/+76
* kexec: Fix snprintf related compilation warningsBhupesh Sharma2020-09-292-6/+32
* kexec-tools: Add some missing free() callsYouling Tang2020-09-293-8/+27
* kexec-tools: Fix a prompt message when crashkernel is not reservedYouling Tang2020-09-291-1/+1
* kexec-tools: mips: Remove commandline parameter "mem"Youling Tang2020-09-251-29/+0
* kexec/kexec.c: Add missing close() callYouling Tang2020-09-021-0/+3
* MIPS: Fix compile warnnings in kexec-elf-mips.cYouling Tang2020-08-201-1/+1
* mips: kexec-elf-mips: fix not free in elf_mips_load()Jinyang He2020-08-101-0/+3
* kexec-tools: Check callback first in kexec_iomem_for_each_line()Jinyang He2020-08-101-7/+8
* arm: Increase zImage length after getting the tagŁukasz Stelmach2020-06-061-7/+8
* kexec-tools: fix the unintended fallthrough when '-d' option is usedHari Bathini2020-06-061-0/+1
* arm: redefine OPT_APPEND and OPT_RAMDISKŁukasz Stelmach2020-04-244-6/+6
* kexec-tools: s390: Reset kernel command line on syscall fallbackPetr Tesarik2020-04-071-0/+1
* kexec-xen: Introduce --exec-live-update to trigger a live updateVarad Gautam2020-04-073-7/+22
* kexec: Introduce --load-live-update for xenVarad Gautam2020-04-075-10/+125
* kexec-xen: Introduce xen_get_kexec_range to wrap xc_kexec_get_rangeVarad Gautam2020-04-073-33/+41
* kexec-tools: Remove duplicated variable declarationsKairui Song2020-04-014-7/+4
* Removing condition that will never be met after calls xmalloc and xreallocLeonidas S. Barbosa2020-04-011-12/+0
* kexec: support parsing the string "Reserved" to get the correct e820 reserved...Lianbo Jiang2020-04-011-1/+1
* kexec-tools: Reset getopt before falling back to legacy syscallPetr Tesarik2020-04-011-2/+10
* kexec-tools: Fix kexec_file_load(2) error handlingPetr Tesarik2020-04-012-54/+61
* crashdump-ppc64: crashkernel-base and crashkernel-size are big-endianThadeu Lima de Souza Cascardo2020-04-011-2/+2
* kexec: build multiboot2 for i386Chris Packham2020-01-032-1/+6
* ARM: Use mmap for zImage initrdBrandon Maier2020-01-031-1/+1
* arm64: kdump: deal with a lot of resource entries in /proc/iomemAKASHI Takahiro2020-01-031-15/+10
* arm64: kexec: allocate memory space avoiding reserved regionsAKASHI Takahiro2020-01-031-59/+94