summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kexec-tools 2.0.22v2.0.22Simon Horman2021-05-021-1/+1
* kexec-tools 2.0.22-rc1v2.0.22-rc1Simon Horman2021-04-261-1/+1
* 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
* github: initial workflowSimon Horman2021-04-021-0/+72
* build: add distcheck targetSimon Horman2021-04-022-1/+39
* build: simplify uninstall targetSimon Horman2021-04-021-64/+17
* build: use DESTDIR in uninstall targetSimon Horman2021-04-021-21/+21
* build: uninstall kexec_testSimon Horman2021-04-021-1/+5
* build: add dist make targetSimon Horman2021-04-021-1/+3
* build: create tarball without self-referential hard linksSimon Horman2021-04-021-6/+5
* 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
* printk: Use %zu to format size_tGeert Uytterhoeven2021-04-021-2/+2
* printk: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2021-04-021-2/+2
* 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-tools 2.0.21.gitSimon Horman2020-12-171-1/+1
* kexec-tools 2.0.21v2.0.21Simon Horman2020-12-171-1/+1
* kexec-tools 2.0.21-rc1v2.0.21-rc1Simon Horman2020-12-091-1/+1
* 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
* printk: add support for lockless ringbufferJohn Ogness2020-11-301-1/+437
* 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
* configure.ac, arch/x86_64: handle x32 as subarch of x86_64 and don't specify ...Ahelenia Ziemiańska2020-11-162-0/+13
* config: update to latest config.{sub,guess}, install-shAhelenia Ziemiańska2020-11-163-1924/+2128
* arm64: Add purgatory printingMatthias Brugger2020-10-233-2/+92
* kexec: Fix snprintf related compilation warningsBhupesh Sharma2020-09-292-6/+32
* vmcore-dmesg/man page: Update the vmcore-dmesg man pageBhupesh Sharma2020-09-291-4/+4
* 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
* AUTHORS: Update email address for KhalidKhalid Aziz2020-09-021-1/+1
* 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