summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
AgeCommit message (Expand)Author
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
2013-11-19kexec/xen: directly load images images into XenDavid Vrabel
2013-10-03kexec: Fix off-by-one errors in locate_hole()Geert Uytterhoeven
2013-09-19kexec/kexec.c: Prefix hex numbers by 0xGeert Uytterhoeven
2013-06-10add description for entry option in help and man pageBaoquan He
2013-05-15kexec: check if memory is reserved only when loading kdump kernel.WANG Chao
2013-05-14kexec: Replace printf() with die() to error out to stderrWANG Chao
2013-04-30kexec: cleanup: make add_backup_segments staticZhang Yanfei
2013-03-27kexec: fix a minor mistake in an error messageZhang Yanfei
2013-03-27kexec: fix possible memory leak in check_reuse_initrdZhang Yanfei
2013-03-15kexec: use _ALIGN* to make the logic clearZhang Yanfei
2013-03-14kexec: check size before trying the mallocZhang Yanfei
2013-03-05kexec: use dbgprintf instead of #if 0 for debug printingZhang Yanfei
2013-01-30kexec: add additional check when getting memory infoZhang Yanfei
2012-12-23die: Use const for fmtSimon Horman
2012-12-14fix comment typo in locate_holeOlaf Hering
2012-07-13kexec: simply pass LINUX_REBOOT_CMD_KEXEC to rebootmaximilian attems
2012-06-27Fix format strings of die()Aleksey Makarov
2012-03-29Add a descriptive error message for kexec load failureKhalid Aziz
2012-03-15Add generic debug optionCong Wang
2012-02-01kexec: make some functions staticCong Wang
2011-11-09remove unnecessary check code for hole_alignDave Young
2011-03-30Remove assigned but otherwise unused variablesSimon Horman
2010-09-08kexec: Kill arch_initEric W. Biederman
2010-05-19kexec-tools: Fix option/argument parsingMatt Evans
2010-04-01Merge branch 'ppc32' of git://git.breakpoint.cc/bigeasy/kexec-toolsSimon Horman
2010-03-11kexec: Figure out our native architecture before loadEric W. Biederman
2010-03-11Refix concat_cmdlineEric W. Biederman
2010-03-07slurpfile: use lseek() on character nodes instead of fstat() for file sizeSebastian Andrzej Siewior
2010-02-18x86_64: use correct PAGE_OFFSETSimon Horman