summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
AgeCommit message (Expand)Author
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
2008-04-24Simplify initialization of argument list for `shutdown`.Jamey Sharp
2008-04-24Replace weak definitions with source filename overriding.Jamey Sharp
2008-04-24Fix all gcc warnings for ARCH=i386 builds.Jamey Sharp
2008-03-06kexec-tools: mipsel: Remove #ifdef __MIPSEL__ from kexec/kexec.cSimon Horman
2008-03-06kexec-tools: mipsel: mipsel portFrancesco Chiechi
2008-02-27fix valid_memory_range region mergingMichael Neuling
2008-02-19Use zlib if presentSimon Horman
2007-12-19Use config.h for definesJeremy Kerr
2007-10-08Use fclose() to close the file pointerBernhard Walle
2007-06-11minor cleanup in check_reuse_initrdMichael Neuling
2007-05-01kexec: Added generic --reuseinitrd optionMichael Neuling
2007-03-19Move memory range variablesMagnus Damm
2007-02-13Patch from Bernhard Walle to fix up the help message a bit.Bernhard Walle
2007-02-02Use xmalloc instead of malloc in locate_hole() to standardise behaviour on errorSimon Horman
2007-02-02xmalloc; empty memory rangesRoman Kononov
2007-02-01Clean up memory allocations in locate_hole()Horms
2006-12-18kexec-tools: Make kexec/kexec.c 80col wide or lessSimon Horman