summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
AgeCommit message (Expand)Author
2023-02-07kexec: make -a the defaultAhelenia ZiemiaƄska
2022-10-10LoongArch: Remove redundant cmdline parameters when using --reuse-cmdline optionYouling Tang
2022-03-23kexec-xen: Allow xen_kexec_exec() to return in case of Live UpdateRaphael Ning
2022-03-23kexec-tools: print error if kexec_file_load failsHari Bathini
2022-01-14use slurp_proc_file() in get_command_line()Sven Schnelle
2022-01-14add slurp_proc_file()Sven Schnelle
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
2020-09-29kexec-tools: Fix a prompt message when crashkernel is not reservedYouling Tang
2020-09-02kexec/kexec.c: Add missing close() callYouling Tang
2020-06-06kexec-tools: fix the unintended fallthrough when '-d' option is usedHari Bathini
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-01kexec-tools: Reset getopt before falling back to legacy syscallPetr Tesarik
2020-04-01kexec-tools: Fix kexec_file_load(2) error handlingPetr Tesarik
2019-07-16kexec/arm64: Add support for handling zlib compressed (Image.gz) imageBhupesh Sharma
2019-07-16kexec/kexec.c: Add the missing close() for fd used for kexec_file_load()Bhupesh Sharma
2018-04-19kexec: Add --no-checks optionGeoff Levand
2018-04-19kexec: Fix printf warningGeoff Levand
2018-04-10Fix a segmentation fault when trying to run "kexec -p"Petr Tesarik
2018-03-30kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supp...Michal Suchanek
2018-03-30kexec: Add option to revert -sMichal Suchanek
2018-03-30kexec: Do not special-case the -s optionMichal Suchanek
2018-03-30kexec: Fix option checks to take KEXEC_FILE_LOAD into accountMichal Suchanek
2018-03-30kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOADMichal Suchanek
2017-03-02kexec: Add option to get crash kernel region sizeDaniel Kiper
2017-01-31kexec: Remove redundant space from help messageDaniel Kiper
2017-01-26kexec: implemented XEN KEXEC STATUS to determine if an image is loadedEric DeVolder
2016-06-08kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platformsRussell King
2015-12-01Revert "crashdump/x86: Add option to get crash kernel region size"Simon Horman
2015-11-30crashdump/x86: Add option to get crash kernel region sizeDaniel Kiper
2015-11-27kexec: fix mmap return code handlingMichael Holzheu
2015-11-11kexec: determine size of block deviceAndreas Fenkart
2015-11-09kexec/s390x: use mmap instead of read for slurp_file()Michael Holzheu
2015-10-26Revert "kexec: use mmap instead of read for slurp_file()"Dave Young
2015-09-07kexec: use mmap instead of read for slurp_file()Michael Holzheu
2015-09-02Drop release date from kexec-tools version outputDave Young
2015-04-15kexec: remove ordering constraints from -x (--no-ifdown) and -y (--no-sync)Tejun Heo
2015-04-15kexec: implement -y (--no-sync) optionTejun Heo
2015-01-05Revert "kexec, remove panic_on_warn kernel parameter from kdump situations"Simon Horman
2015-01-01kexec, remove panic_on_warn kernel parameter from kdump situationsPrarit Bhargava
2014-12-02kexec: remove some re zero-assignmentHuKeping
2014-09-04Return error code in case of invalid command line optionVivek Goyal
2014-08-27kexec: Provide an option to use new kexec system callVivek Goyal
2014-03-20cleanup: add dbgprint_mem_range functionWANG Chao
2014-03-06Fix an off-by-one in locate_hole()Matthew Fleming
2014-02-06kernel image probe function return value checking fixDave Young
2013-12-13kexec: Extract slurp_fd()Geert Uytterhoeven
2013-12-13kexec: Let slurp_file_len() return the number of bytes readGeert Uytterhoeven