index
:
kexec-tools.git
arm
master
ti-keystone2
Fixed kexec-tools for 32-bit ARM
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kexec
/
kexec.c
Age
Commit message (
Expand
)
Author
2014-03-20
cleanup: add dbgprint_mem_range function
WANG Chao
2014-03-06
Fix an off-by-one in locate_hole()
Matthew Fleming
2014-02-06
kernel image probe function return value checking fix
Dave Young
2013-12-13
kexec: Extract slurp_fd()
Geert Uytterhoeven
2013-12-13
kexec: Let slurp_file_len() return the number of bytes read
Geert Uytterhoeven
2013-11-19
kexec/xen: directly load images images into Xen
David Vrabel
2013-10-03
kexec: Fix off-by-one errors in locate_hole()
Geert Uytterhoeven
2013-09-19
kexec/kexec.c: Prefix hex numbers by 0x
Geert Uytterhoeven
2013-06-10
add description for entry option in help and man page
Baoquan He
2013-05-15
kexec: check if memory is reserved only when loading kdump kernel.
WANG Chao
2013-05-14
kexec: Replace printf() with die() to error out to stderr
WANG Chao
2013-04-30
kexec: cleanup: make add_backup_segments static
Zhang Yanfei
2013-03-27
kexec: fix a minor mistake in an error message
Zhang Yanfei
2013-03-27
kexec: fix possible memory leak in check_reuse_initrd
Zhang Yanfei
2013-03-15
kexec: use _ALIGN* to make the logic clear
Zhang Yanfei
2013-03-14
kexec: check size before trying the malloc
Zhang Yanfei
2013-03-05
kexec: use dbgprintf instead of #if 0 for debug printing
Zhang Yanfei
2013-01-30
kexec: add additional check when getting memory info
Zhang Yanfei
2012-12-23
die: Use const for fmt
Simon Horman
2012-12-14
fix comment typo in locate_hole
Olaf Hering
2012-07-13
kexec: simply pass LINUX_REBOOT_CMD_KEXEC to reboot
maximilian attems
2012-06-27
Fix format strings of die()
Aleksey Makarov
2012-03-29
Add a descriptive error message for kexec load failure
Khalid Aziz
2012-03-15
Add generic debug option
Cong Wang
2012-02-01
kexec: make some functions static
Cong Wang
2011-11-09
remove unnecessary check code for hole_align
Dave Young
2011-03-30
Remove assigned but otherwise unused variables
Simon Horman
2010-09-08
kexec: Kill arch_init
Eric W. Biederman
2010-05-19
kexec-tools: Fix option/argument parsing
Matt Evans
2010-04-01
Merge branch 'ppc32' of git://git.breakpoint.cc/bigeasy/kexec-tools
Simon Horman
2010-03-11
kexec: Figure out our native architecture before load
Eric W. Biederman
2010-03-11
Refix concat_cmdline
Eric W. Biederman
2010-03-07
slurpfile: use lseek() on character nodes instead of fstat() for file size
Sebastian Andrzej Siewior
2010-02-18
x86_64: use correct PAGE_OFFSET
Simon Horman
2010-02-02
Cast when making signed/unsigned comparison in locate_hole()
Simon Horman
2010-02-02
don't leak in concat_cmdline
Simon Horman
2010-02-02
Fix --reuse-cmdline so it is usable.
Eric W. Biederman
2009-11-30
add support for loading lzma compressed kernels
Florian Fainelli
2009-11-27
kexec.c: workaround getline and fscanf to make it *libc agnostic. Tested agai...
Andrea Adami
2009-03-18
kexec jump: use add_segment_phys_virt()
Magnus Damm
2009-01-16
entry wants to be void *
Milton Miller
2008-11-17
Fix spell error in help output
Bernhard Walle
2008-10-31
kexec jump support for kexec-tools
Huang Ying
2008-06-13
Fix wrong remove_parameter() calls
Bernhard Walle
2008-05-28
Specify the arch on kexec_unload.
Bernhard Walle
2008-05-21
Factor uname-based native architecture detection into a common function.
Jamey Sharp
2008-05-21
Open slurped files in binary mode, on systems where that matters.
Jamey Sharp
2008-05-21
Prototype ifdown() in kexec.h, not nested in main().
Jamey Sharp
2008-05-21
Add --reuse-cmdline
Bernhard Walle
2008-04-24
Die on early EOF in slurp_file, instead of infinite-looping.
Jamey Sharp
[next]