summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
Commit message (Expand)AuthorAgeFilesLines
* kexec: make -a the defaultAhelenia ZiemiaƄska2023-02-071-4/+4
* LoongArch: Remove redundant cmdline parameters when using --reuse-cmdline optionYouling Tang2022-10-101-1/+1
* kexec-xen: Allow xen_kexec_exec() to return in case of Live UpdateRaphael Ning2022-03-231-4/+19
* kexec-tools: print error if kexec_file_load failsHari Bathini2022-03-231-0/+1
* use slurp_proc_file() in get_command_line()Sven Schnelle2022-01-141-16/+10
* add slurp_proc_file()Sven Schnelle2022-01-141-0/+51
* kexec: Make --status work with normal kexec imagesRaphael Ning2021-04-021-1/+3
* kexec: Fix description of --status exit codeRaphael Ning2021-04-021-1/+2
* kexec: Use %llu/%llx and casts to format uint64_tGeert Uytterhoeven2021-04-021-1/+2
* kexec-tools: Fix a prompt message when crashkernel is not reservedYouling Tang2020-09-291-1/+1
* kexec/kexec.c: Add missing close() callYouling Tang2020-09-021-0/+3
* kexec-tools: fix the unintended fallthrough when '-d' option is usedHari Bathini2020-06-061-0/+1
* kexec-xen: Introduce --exec-live-update to trigger a live updateVarad Gautam2020-04-071-1/+10
* kexec: Introduce --load-live-update for xenVarad Gautam2020-04-071-1/+30
* 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-011-54/+60
* kexec/arm64: Add support for handling zlib compressed (Image.gz) imageBhupesh Sharma2019-07-161-0/+12
* kexec/kexec.c: Add the missing close() for fd used for kexec_file_load()Bhupesh Sharma2019-07-161-0/+2
* kexec: Add --no-checks optionGeoff Levand2018-04-191-2/+17
* kexec: Fix printf warningGeoff Levand2018-04-191-1/+2
* Fix a segmentation fault when trying to run "kexec -p"Petr Tesarik2018-04-101-0/+1
* kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supp...Michal Suchanek2018-03-301-5/+60
* kexec: Add option to revert -sMichal Suchanek2018-03-301-0/+5
* kexec: Do not special-case the -s optionMichal Suchanek2018-03-301-21/+4
* kexec: Fix option checks to take KEXEC_FILE_LOAD into accountMichal Suchanek2018-03-301-1/+9
* kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOADMichal Suchanek2018-03-301-1/+1
* kexec: Add option to get crash kernel region sizeDaniel Kiper2017-03-021-0/+16
* kexec: Remove redundant space from help messageDaniel Kiper2017-01-311-1/+1
* kexec: implemented XEN KEXEC STATUS to determine if an image is loadedEric DeVolder2017-01-261-33/+79
* kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platformsRussell King2016-06-081-2/+2
* Revert "crashdump/x86: Add option to get crash kernel region size"Simon Horman2015-12-011-4/+0
* crashdump/x86: Add option to get crash kernel region sizeDaniel Kiper2015-11-301-0/+4
* kexec: fix mmap return code handlingMichael Holzheu2015-11-271-1/+1
* kexec: determine size of block deviceAndreas Fenkart2015-11-111-0/+8
* kexec/s390x: use mmap instead of read for slurp_file()Michael Holzheu2015-11-091-3/+28
* Revert "kexec: use mmap instead of read for slurp_file()"Dave Young2015-10-261-5/+3
* kexec: use mmap instead of read for slurp_file()Michael Holzheu2015-09-071-3/+5
* Drop release date from kexec-tools version outputDave Young2015-09-021-1/+1
* kexec: remove ordering constraints from -x (--no-ifdown) and -y (--no-sync)Tejun Heo2015-04-151-8/+9
* kexec: implement -y (--no-sync) optionTejun Heo2015-04-151-1/+7
* Revert "kexec, remove panic_on_warn kernel parameter from kdump situations"Simon Horman2015-01-051-3/+1
* kexec, remove panic_on_warn kernel parameter from kdump situationsPrarit Bhargava2015-01-011-1/+3
* kexec: remove some re zero-assignmentHuKeping2014-12-021-4/+0
* Return error code in case of invalid command line optionVivek Goyal2014-09-041-0/+2
* kexec: Provide an option to use new kexec system callVivek Goyal2014-08-271-3/+129
* cleanup: add dbgprint_mem_range functionWANG Chao2014-03-201-0/+10
* Fix an off-by-one in locate_hole()Matthew Fleming2014-03-061-1/+1
* kernel image probe function return value checking fixDave Young2014-02-061-1/+1
* kexec: Extract slurp_fd()Geert Uytterhoeven2013-12-131-49/+43
* kexec: Let slurp_file_len() return the number of bytes readGeert Uytterhoeven2013-12-131-1/+3