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
/
arch
/
i386
/
kexec-bzImage.c
Age
Commit message (
Expand
)
Author
2023-02-23
x86: add devicetree support
Julian Winkler
2015-02-25
i386: bzImage: Fix -Wunused-but-set-variable compilation warning
Ameya Palande
2014-02-06
i386: fix build failure (bzImage_support_efi_boot)
Tony Jones
2013-10-03
kexec: Remove unused -? option handling
Geoff Levand
2013-04-17
kexec, i386, bzImage: Remove unnecessary symbol value get
Zhang Yanfei
2013-04-17
kexec:i386/kexec-[bzImage|elf-x86]:x86_64/kexec-bzImage64: Use "\0" as comman...
Wang YanQing
2013-03-27
kexec: i386: bzImage: fix memory leak caused by get_command_line
Zhang Yanfei
2013-03-14
kexec: i386: use _ALIGN* to make the logic clear
Zhang Yanfei
2013-03-05
kexec, x86: Fix bzImage real-mode booting
Yinghai Lu
2013-03-05
kexec, x86: clean boot_params area for entry-32bit path
Yinghai Lu
2013-01-30
kexec,x86: remove duplicate get_memory_ranges
Zhang Yanfei
2013-01-11
kexec,i386: Remove unnecessary if condition check
Zhang Yanfei
2012-12-14
fix comment typo in do_bzImage_load on x86
Olaf Hering
2012-06-13
Load bzImages smaller than 32 KiB
Eric Biggers
2012-03-15
Add generic debug option
Cong Wang
2011-02-10
kexec-tools: Don't duplicate the bzImage header area
Ahmed S. Darwish
2010-09-09
x86 bzImage: Optimize the panic kernel memory layout.
Eric W. Biederman
2010-05-19
kexec-tools: Fix option/argument parsing
Matt Evans
2010-02-02
Consistently use signed char buffers throughout
Simon Horman
2010-02-02
Make purgatory a signed char buffer
Simon Horman
2010-02-02
Use casts to avoid ambiguity when comparing off_t and size_t
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
2008-10-31
kexec jump support for kexec-tools
Huang Ying
2008-05-21
Add --reuse-cmdline
Bernhard Walle
2008-04-24
<sys/mman.h> is not needed by any kexec/ source, at least on i386.
Jamey Sharp
2008-04-24
Fix all gcc warnings for ARCH=i386 builds.
Jamey Sharp
2008-04-24
Conform more closely to Documentation/i386/boot.txt for bzImages.
Jamey Sharp
2008-02-20
Kexec command line length
Neil Horman
2007-05-10
kexec rename dprintf to dbgprintf
Geoff Levand
2007-05-09
use dprintf
Simon Horman
2007-03-07
kexec-tools: x86_64 bzImage load purgatory below 2G
Vivek Goyal
2007-02-02
kexec i386 real mode patch
Roman Kononov
2006-11-08
kexec-tools: Enable use of relocatable bzImage to capture crash kernel core d...
Vivek Goyal
2006-11-08
kexec-tools: Support loading relocatable bzImage
Vivek Goyal
2006-10-06
kexec-tools: i386 fix compilation issues due to new parameter
Vivek Goyal
2006-07-27
crashdump backup region handling
Vivek Goyal
2006-07-27
kexec-tools-1.101
Eric W. Biederman