summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
AgeCommit message (Expand)Author
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
2010-02-02Cast when making signed/unsigned comparison in locate_hole()Simon Horman
2010-02-02don't leak in concat_cmdlineSimon Horman
2010-02-02Fix --reuse-cmdline so it is usable.Eric W. Biederman
2009-11-30add support for loading lzma compressed kernelsFlorian Fainelli
2009-11-27kexec.c: workaround getline and fscanf to make it *libc agnostic. Tested agai...Andrea Adami
2009-03-18kexec jump: use add_segment_phys_virt()Magnus Damm
2009-01-16entry wants to be void *Milton Miller
2008-11-17Fix spell error in help outputBernhard Walle
2008-10-31kexec jump support for kexec-toolsHuang Ying
2008-06-13Fix wrong remove_parameter() callsBernhard Walle
2008-05-28Specify the arch on kexec_unload.Bernhard Walle
2008-05-21Factor uname-based native architecture detection into a common function.Jamey Sharp
2008-05-21Open slurped files in binary mode, on systems where that matters.Jamey Sharp
2008-05-21Prototype ifdown() in kexec.h, not nested in main().Jamey Sharp
2008-05-21Add --reuse-cmdlineBernhard Walle
2008-04-24Die on early EOF in slurp_file, instead of infinite-looping.Jamey Sharp