summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-05kexec-tools 2.0.1v2.0.2-rc1Simon Horman1-1/+1
2010-06-18kexec: Unusable memory range typeCliff Wickman1-0/+2
2010-06-17kexec: extend for large cpu count and memoryCliff Wickman2-5/+12
2010-05-19kexec-tools: Fix option/argument parsingMatt Evans30-99/+341
2010-05-19kexec: implement ARM crashdump supportMika Westerberg6-7/+409
2010-05-19kexec: introduce phys_to_virt() functionMika Westerberg4-1/+22
2010-05-19ppc: Fix gamecube buildSimon Horman2-13/+14
2010-05-19kexec-tools, ppc64: Fix segfault parsing DR memory propertyMatt Evans1-12/+70
2010-05-13powerpc new toolchains fix (crt.S)Maxim Uvarov3-0/+273
2010-05-13Fix kexec on powerpc32Maxim Uvarov12-109/+1524
2010-05-13kexec-tools: remove unused code from arch_process_options (arm, cris, ia64, m...Matt Evans5-86/+3
2010-05-12build: Don't modify CFLAGS in kexec/arch/mips/MakefileSimon Horman1-2/+0
2010-05-11arm: place initrd to safer place according to zImage lengthEric Miao1-6/+10
2010-05-10kexec-tools, ppc64: Fix segfault on parsing of large device trees.Matt Evans1-9/+53
2010-05-05kexec-tools, ppc64: fix build error on ppc64Michael Neuling1-1/+2
2010-04-01Merge branch 'ppc32' of git://git.breakpoint.cc/bigeasy/kexec-toolsSimon Horman34-62/+4470
2010-03-31Let SH adn ARM use common uImage probe codeSebastian Andrzej Siewior4-26/+6
2010-03-31Split Powerpc's uImage codeSebastian Andrzej Siewior4-192/+236
2010-03-30kexec-tools: Use the build date for package releaseAmeya Palande1-1/+1
2010-03-24kexec-tools: Fix a typo in rpm spec descriptionAmeya Palande1-1/+1
2010-03-24kexec-tools: Fix unused return value warning for freadAmeya Palande1-1/+5
2010-03-24kexec-tools: Use default rpmbuild definationsAmeya Palande1-13/+3
2010-03-24kexec-tools: Add rpm spec file to the dist-clean targetAmeya Palande1-2/+1
2010-03-24kexec-tools: Add kdump and kexec_test to rpm specAmeya Palande1-0/+2
2010-03-24kexec-tools: Add missing include files in dist targetAmeya Palande2-0/+2
2010-03-24kexec-tools: Use same source in rpm spec and Makefile.inAmeya Palande1-2/+2
2010-03-24kexec-tools: Fix rpm Version tagAmeya Palande1-1/+1
2010-03-15kexec-tools: Fix unused return value warningsAmeya Palande1-3/+10
2010-03-13kexec-tools: Replace obsolate Copyright tag in rpm specAmeya Palande1-1/+1
2010-03-11x86: Fix biarch crashdump setup.Eric W. Biederman1-1/+10
2010-03-11kexec: Figure out our native architecture before loadEric W. Biederman1-5/+7
2010-03-11Refix concat_cmdlineEric W. Biederman1-2/+2
2010-03-08some kexec MIPS improvementsMaxim Uvarov10-215/+510
2010-03-07powerpc32: add support for uImageSebastian Andrzej Siewior4-1/+356
2010-03-07powerpc32: add support to fixup the dtbSebastian Andrzej Siewior4-4/+137
2010-03-07powerpc32: pull in libfdtSebastian Andrzej Siewior17-1/+3303
2010-03-07powerpc: dtb and purgatory support for ppc32Sebastian Andrzej Siewior7-33/+608
2010-03-07slurpfile: use lseek() on character nodes instead of fstat() for file sizeSebastian Andrzej Siewior1-2/+21
2010-03-03kexec/kdump: RMO region does not exist in drconf memoryChandru1-26/+1
2010-02-18x86_64: use correct PAGE_OFFSETSimon Horman8-11/+111
2010-02-02cris: cast trampoline_baseSimon Horman1-1/+1
2010-02-02arm: Initialise initrd_start in zImage_arm_load()Simon Horman1-1/+1
2010-02-02arm: Include unistd.h for getpagesize()Simon Horman1-0/+1
2010-02-02sh: netbsd_booter extern qualifier should come firstSimon Horman1-1/+1
2010-02-02sh: Use size_t for zero_page_size parameter of kexec_sh_setup_zero_page()Simon Horman3-4/+4
2010-02-02Don't discard the const qualifier of proc_iomem()Simon Horman1-1/+1
2010-02-02ia64: move_loaded_segments: handle no matching regionSimon Horman1-1/+5
2010-02-02Cast 64bit pointer to a 64bit int then a 32bit intSimon Horman1-1/+1
2010-02-02Consistently use signed char buffers throughoutSimon Horman7-11/+10
2010-02-02Make purgatory a signed char bufferSimon Horman6-7/+7
2010-02-02x86_64: initialise temp_region in exclude_region() and delete_memmap()Simon Horman1-2/+2
2010-02-02Use C99 initialisersSimon Horman10-12/+12
2010-02-02Cast when making signed/unsigned comparison in locate_hole()Simon Horman1-1/+1
2010-02-02unsigned values are always at least 0Simon Horman2-2/+2
2010-02-02Use casts to avoid ambiguity when comparing off_t and size_tSimon Horman7-15/+19
2010-02-02Avoid possible overflows from signed/unsigned comparisonsSimon Horman17-35/+48
2010-02-02ppc: memory_range global is only used in conjunction with WITH_GAMECUBESimon Horman1-0/+2
2010-02-02Use %llx to format mem_max as it is an unsigned long longSimon Horman1-2/+3
2010-02-02Remove some unused variablesSimon Horman2-4/+0
2010-02-02ia64: Remove unused range parameter from get_crash_memory_ranges()Simon Horman1-2/+2
2010-02-02ia64: Remove unused info parameter from add_loaded_segments_info()Simon Horman1-3/+2
2010-02-02ia64: Remove unused info parameter from {move,update}_loaded_segments()Simon Horman3-9/+7
2010-02-02i386: Remove unused kexec_flags parameter from setup_edd_info()Simon Horman1-3/+2
2010-02-02sh: Remove unused len parameter from zImage_head32()Simon Horman1-3/+3
2010-02-02sh: make zImage_head32() staticSimon Horman1-1/+1
2010-02-02Remove unused parameters from build_mem() and related functionsSimon Horman1-14/+10
2010-02-02Mark unused parametersSimon Horman34-60/+89
2010-02-02don't leak in concat_cmdlineSimon Horman6-15/+35
2010-02-02Fix --reuse-cmdline so it is usable.Eric W. Biederman6-15/+34
2009-12-16kexec-sh: uImage support.Paul Mundt4-3/+46
2009-12-16kexec: Bring the uImage definitions in sync with upstream.Paul Mundt1-19/+22
2009-12-16kexec: Move the uImage header to a better place.Paul Mundt4-2/+2
2009-12-10kexec jump support for x86_64Huang Ying3-14/+48
2009-11-30lzma: Move the bulk of kexec-lzma.h into lzma.cSimon Horman2-24/+20
2009-11-30add support for loading lzma compressed kernelsFlorian Fainelli7-59/+325
2009-11-27kexec.c: workaround getline and fscanf to make it *libc agnostic. Tested agai...Andrea Adami1-15/+36
2009-11-26arm: fix architecture detectionSimon Horman2-3/+6
2009-11-26Write to HVC terminal from purgatory codeM. Mohan Kumar7-1/+118
2009-11-21kexec-arm: add uImage supportMarc Andre Tanner5-0/+203
2009-11-19add kexec-tools support for armv7l processorsMagnus Damm1-0/+1
2009-11-19add kexec-tools support for armv6l processorsMagnus Damm1-0/+1
2009-09-10Fix a problem caused by autoconf 2.64 which redefined AC_MSG_ERRORKhalid Aziz1-17/+17
2009-08-13Increase kernel text size for x86_64Hannes Reinecke1-1/+1
2009-08-13kexec-tools 2.0.1-gitSimon Horman1-1/+1
2009-08-13kexec-tools 2.0.1v2.0.1Simon Horman1-2/+2
2009-08-13Support R_PPC64_REL32 relocation typeM. Mohan Kumar1-0/+4
2009-08-13Make dtstruct variable to be 8 byte alignedM. Mohan Kumar1-1/+1
2009-07-28kexec: Handle datarootdir for newer autoconf versions.Paul Mundt1-0/+1
2009-07-22kexec-tools 2.0.1-rc1-gitSimon Horman1-1/+1
2009-07-22kexec-tools 2.0.1-rc1v2.0.1-rc1Simon Horman1-2/+2
2009-07-22Include kexec/arch/cris/kexec-cris.h in distribution tarballSimon Horman1-1/+1
2009-07-22Include kexec/arch/sh/crashdump-sh.h in distribution tarballSimon Horman1-0/+1
2009-06-23kexec: Fix printed symbol valueGeoff Levand1-3/+3
2009-03-19sh: use physical address for zImage entryMagnus Damm1-1/+1
2009-03-18kexec jump: SuperH vmlinux supportMagnus Damm1-2/+2
2009-03-18kexec jump: use add_segment_phys_virt()Magnus Damm1-1/+2
2009-02-10Correct email addressesBernhard Walle2-2/+2
2009-02-08x86_64 : exclude gart memory region in kexec toolsChandru1-16/+23
2009-02-08powerpc: initialize drconf variablesChandru1-1/+24
2009-01-19printf() consolidationBernhard Walle1-4/+3
2009-01-19Fix memory corruption when using realloc_memory_ranges()Bernhard Walle1-1/+10
2009-01-19Fix typo in realloc_memory_ranges()Bernhard Walle1-1/+1
2009-01-19Fix missing FILE argument in fprintf()Bernhard Walle1-1/+1
2009-01-16ppc64: cleanupsMilton Miller4-41/+15
2009-01-16entry wants to be void *Milton Miller1-9/+6
2009-01-16ppc64: segments may be reorderedMilton Miller1-24/+15
2009-01-16ppc64: update kdump for 2.6.28 relocatable kernelMilton Miller3-12/+28
2009-01-16ppc64: always check number of ranges when adding themMilton Miller1-1/+11
2008-11-28Make x86_setup_jump_back_entry() static with a void argument listSimon Horman1-8/+6
2008-11-28Fix compile warnings in get_memory_ranges()Bernhard Walle1-1/+1
2008-11-28Don't use /sys/firmware/memmap for XenBernhard Walle1-1/+9
2008-11-26Fix kexec x86_64 load failed bugHuang Ying1-0/+2
2008-11-17Fix spell error in help outputBernhard Walle1-1/+1
2008-11-10Add include for offsetof macroStefan Assmann2-0/+2
2008-11-03ppc64: kexec memory ranges dynamic allocationMaxim Uvarov1-78/+35
2008-10-31core dump file support for ELF loaderHuang Ying1-1/+2
2008-10-31kexec jump support for kexec-toolsHuang Ying14-33/+291
2008-10-23kdump: check flags field from drconf memoryChandru2-1/+12
2008-10-23IA64: better calculate PT_LOAD segment sizeJay Lan1-7/+8
2008-10-10Fix declaration of get_dyn_reconf_crash_memory_ranges()Simon Horman1-1/+1
2008-10-10Use return value of count_dyn_reconf_memory_ranges()Bernhard Walle1-1/+4
2008-10-09kexec/kdump : get details of ibm, dynamic-reconfiguration-memory node of devi...Chandru1-16/+131
2008-10-09kexec/kdump : add a new linux, usable-drconf-memory node to the device treeChandru1-0/+72
2008-10-09kexec/kdump: read crash memory ranges from drconf memoryChandru2-34/+90
2008-10-08Relocatable kdump kernel support in kexec-toolsMohan Kumar M1-0/+8
2008-10-08cris: add cris architecture to configureSimon Horman1-1/+1
2008-10-08cris: Add CRISv32 supportEdgar E. Iglesias11-1/+377
2008-10-08cris: add kexc_load syscallEdgar E. Iglesias1-0/+5
2008-10-08Only use -fno-zero-initialized-in-bss if it is availableSimon Horman3-3/+18
2008-10-08ia64: use generic put_unaligned()Simon Horman1-10/+1
2008-10-07ia64: make PA() work for both physical identity-mapped virtual addressesBjorn Helgaas1-1/+1
2008-09-24IA64: do not include uncached memory to vmcoreJay Lan4-2/+11
2008-09-12Fix ppc64 build warningsGeoff Levand3-15/+17
2008-09-12Fix build warningsGeoff Levand2-3/+7
2008-09-05sh: Add ELF relocation support for R_SH_DIR32/R_SH_REL32 relocs.Paul Mundt1-5/+40
2008-09-05kexec/kexec.h: Bring put/get_unaligned() back from the dead.Paul Mundt1-11/+10
2008-09-05sh: Add vmlinux crash dump supportMagnus Damm6-10/+249
2008-09-05sh: Fix help text spellingMagnus Damm1-1/+1
2008-08-27Let kexec work on IBM QS2x blade serversMaxim Shchetynin1-0/+1
2008-08-27sh: Add vmlinux supportMagnus Damm4-0/+121
2008-08-27sh: Use dynamic zImage load addressMagnus Damm1-4/+9
2008-08-27sh: Autodetect zImage zero page addressMagnus Damm3-46/+74
2008-08-27sh: Add virtual addresses supportMagnus Damm3-2/+35
2008-08-27sh: Get system memory ranges from /proc/iomemMagnus Damm1-7/+19
2008-08-27sh: Add support for sh4al-dsp processorsMagnus Damm1-0/+1
2008-08-27arm: asm/page.h is no longer exported to userspaceMarc Kleine-Budde1-1/+1
2008-08-27Update INSTALLBernhard Walle1-22/+61
2008-08-27Add INSTALL to tarballBernhard Walle1-1/+1
2008-08-27Move $(LIBS) on the endBernhard Walle1-2/+1
2008-07-19kexec-tools 2.0.0-gitSimon Horman1-1/+1
2008-07-19kexec-tools 2.0.0v2.0.0Simon Horman1-2/+2
2008-07-16Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at configure timeJeremy Kerr2-3/+8
2008-07-16Add .gitignore to ignore auto genrated files.Isaku Yamahata2-0/+20
2008-07-15Use CFLAGS for compiling bin2hexBernhard Walle1-2/+2
2008-07-14kexec-tools 2.0.0-gitSimon Horman1-1/+1
2008-07-14kexec-tools 2.0.0-rc1v2.0.0-rc1Simon Horman1-2/+2
2008-07-14Include firmware_memmap.h in the distribution tarballSimon Horman1-1/+2
2008-07-11Use get_memory_ranges() on x86-64.Bernhard Walle5-258/+209
2008-07-11Remove redundancy between get_memory_ranges_proc_iomem() and get_memory_range...Bernhard Walle1-60/+36
2008-07-11Parse /sys/firmware/memmap.Bernhard Walle4-3/+463
2008-07-11kexec/crashdump.c: remove useless codeWANG Cong1-3/+1
2008-07-07Fix compiler warning in kexec-x86.cBernhard Walle1-6/+6
2008-07-07Remove trailing whitespaceBernhard Walle2-27/+27
2008-07-04[ppc64] Allow 32 bit kexec binary to boot kdump kernel on ppc64 architectureSachin P. Sant5-23/+24
2008-06-27'make dist-clean' should clean more filesWANG Cong1-0/+2
2008-06-27kexec/crashdump.c: remove file descriptor leaks; make kdump_info argument to ...WANG Cong1-1/+3
2008-06-13Fix wrong remove_parameter() callsBernhard Walle1-2/+2
2008-06-12Fix implicit declaration of inb/outbBernhard Walle2-51/+31
2008-05-28EDD fixBernhard Walle1-2/+2
2008-05-28Don't run libtoolize and automake in bootstrap.Bernhard Walle1-2/+0
2008-05-28Specify the arch on kexec_unload.Bernhard Walle1-0/+8
2008-05-28Use 'long long' for printf() format string and ELF64 numbers.Bernhard Walle1-6/+6
2008-05-28Fix build without cross compilationBernhard Walle1-7/+8
2008-05-21Update KEXEC_ARCH_* constants from Linux kernel headers.Jamey Sharp1-1/+4
2008-05-21Factor uname-based native architecture detection into a common function.Jamey Sharp13-172/+109
2008-05-21Open slurped files in binary mode, on systems where that matters.Jamey Sharp1-2/+5
2008-05-21Prototype ifdown() in kexec.h, not nested in main().Jamey Sharp2-2/+3
2008-05-21Use target CC and LD to build kdump and kexec_test.Jamey Sharp4-2/+6
2008-05-21Add --reuse-cmdlineBernhard Walle7-28/+132
2008-05-21Implement EDD support for 32 bit bootBernhard Walle2-6/+277
2008-05-21Update 32 bit boot protocolBernhard Walle2-3/+2
2008-05-21Add x86-bzImage to manpageBernhard Walle1-0/+35
2008-05-21Add bootstrap fileSimon Horman1-0/+29
2008-05-21Document kexec without -e/-l/-f/-p and clarify -fBernhard Walle1-1/+19
2008-05-21Remove the 'bzImage' warning from manpageBernhard Walle1-4/+0
2008-05-21PPC64: Initialise modified_cmdline in elf_ppc64_load()Simon Horman1-1/+1
2008-05-21PPC64: ensure that extra rtas segment is a multiple of PAGE_SIZENeil Horman1-0/+14
2008-04-29Allow building for ppc32 platforms.Tony Breeds1-47/+6
2008-04-24Die on early EOF in slurp_file, instead of infinite-looping.Jamey Sharp1-0/+2
2008-04-24Simplify initialization of argument list for `shutdown`.Jamey Sharp1-7/+6
2008-04-24Replace weak definitions with source filename overriding.Jamey Sharp12-44/+69
2008-04-24<sys/mman.h> is not needed by any kexec/ sourceSimon Horman10-10/+0
2008-04-24<sys/mman.h> is not needed by any kexec/ source, at least on i386.Jamey Sharp5-5/+0
2008-04-24Fix all gcc warnings for ARCH=i386 builds.Jamey Sharp7-18/+17
2008-04-24Fix "Warning: indirect jmp without `*'".Jamey Sharp1-1/+1
2008-04-24Conform more closely to Documentation/i386/boot.txt for bzImages.Jamey Sharp1-1/+4
2008-04-24Fix copy-paste bug: entry16 does not start at entry16_debug.Jamey Sharp1-1/+1
2008-04-24Fix undefined symbol errors on readw/writew: arch/io.h, not sys/io.h.Jamey Sharp1-1/+1
2008-04-02extract vmcoreinfo from /proc/vmcore for XenItsuro ODA3-6/+37
2008-03-24Give installed files user-writable permissionJeremy Kerr1-21/+21