summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
Commit message (Expand)AuthorAgeFilesLines
...
* kexec/xen: directly load images images into XenDavid Vrabel2013-11-191-5/+19
* kexec: Fix off-by-one errors in locate_hole()Geert Uytterhoeven2013-10-031-2/+2
* kexec/kexec.c: Prefix hex numbers by 0xGeert Uytterhoeven2013-09-191-8/+8
* add description for entry option in help and man pageBaoquan He2013-06-101-0/+4
* kexec: check if memory is reserved only when loading kdump kernel.WANG Chao2013-05-151-1/+2
* kexec: Replace printf() with die() to error out to stderrWANG Chao2013-05-141-7/+7
* kexec: cleanup: make add_backup_segments staticZhang Yanfei2013-04-301-2/+3
* kexec: fix a minor mistake in an error messageZhang Yanfei2013-03-271-1/+1
* kexec: fix possible memory leak in check_reuse_initrdZhang Yanfei2013-03-271-3/+5
* kexec: use _ALIGN* to make the logic clearZhang Yanfei2013-03-151-8/+7
* kexec: check size before trying the mallocZhang Yanfei2013-03-141-1/+1
* kexec: use dbgprintf instead of #if 0 for debug printingZhang Yanfei2013-03-051-9/+9
* kexec: add additional check when getting memory infoZhang Yanfei2013-01-301-1/+1
* die: Use const for fmtSimon Horman2012-12-231-1/+1
* fix comment typo in locate_holeOlaf Hering2012-12-141-1/+1
* kexec: simply pass LINUX_REBOOT_CMD_KEXEC to rebootmaximilian attems2012-07-131-1/+2
* Fix format strings of die()Aleksey Makarov2012-06-271-1/+1
* Add a descriptive error message for kexec load failureKhalid Aziz2012-03-291-4/+14
* Add generic debug optionCong Wang2012-03-151-0/+4
* kexec: make some functions staticCong Wang2012-02-011-4/+4
* remove unnecessary check code for hole_alignDave Young2011-11-091-4/+0
* Remove assigned but otherwise unused variablesSimon Horman2011-03-301-3/+1
* kexec: Kill arch_initEric W. Biederman2010-09-081-2/+0
* kexec-tools: Fix option/argument parsingMatt Evans2010-05-191-3/+3
* Merge branch 'ppc32' of git://git.breakpoint.cc/bigeasy/kexec-toolsSimon Horman2010-04-011-2/+21
|\
| * slurpfile: use lseek() on character nodes instead of fstat() for file sizeSebastian Andrzej Siewior2010-03-071-2/+21
* | kexec: Figure out our native architecture before loadEric W. Biederman2010-03-111-5/+7
* | Refix concat_cmdlineEric W. Biederman2010-03-111-2/+2
|/
* x86_64: use correct PAGE_OFFSETSimon Horman2010-02-181-0/+2
* Cast when making signed/unsigned comparison in locate_hole()Simon Horman2010-02-021-1/+1
* don't leak in concat_cmdlineSimon Horman2010-02-021-6/+14
* Fix --reuse-cmdline so it is usable.Eric W. Biederman2010-02-021-0/+16
* add support for loading lzma compressed kernelsFlorian Fainelli2009-11-301-59/+9
* kexec.c: workaround getline and fscanf to make it *libc agnostic. Tested agai...Andrea Adami2009-11-271-15/+36
* kexec jump: use add_segment_phys_virt()Magnus Damm2009-03-181-1/+2
* entry wants to be void *Milton Miller2009-01-161-9/+6
* Fix spell error in help outputBernhard Walle2008-11-171-1/+1
* kexec jump support for kexec-toolsHuang Ying2008-10-311-2/+175
* Fix wrong remove_parameter() callsBernhard Walle2008-06-131-2/+2
* Specify the arch on kexec_unload.Bernhard Walle2008-05-281-0/+8
* Factor uname-based native architecture detection into a common function.Jamey Sharp2008-05-211-0/+6
* Open slurped files in binary mode, on systems where that matters.Jamey Sharp2008-05-211-2/+5
* Prototype ifdown() in kexec.h, not nested in main().Jamey Sharp2008-05-211-2/+1
* Add --reuse-cmdlineBernhard Walle2008-05-211-12/+73
* Die on early EOF in slurp_file, instead of infinite-looping.Jamey Sharp2008-04-241-0/+2
* Simplify initialization of argument list for `shutdown`.Jamey Sharp2008-04-241-7/+6
* Replace weak definitions with source filename overriding.Jamey Sharp2008-04-241-31/+0
* Fix all gcc warnings for ARCH=i386 builds.Jamey Sharp2008-04-241-1/+1
* kexec-tools: mipsel: Remove #ifdef __MIPSEL__ from kexec/kexec.cSimon Horman2008-03-061-100/+35
* kexec-tools: mipsel: mipsel portFrancesco Chiechi2008-03-061-0/+104