summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-30kexec-tools-testing 20070330 releasev20070330Simon Horman1-2/+2
2007-03-19kexec-tools-testing 20070319-rcv20070319-rcSimon Horman1-2/+2
2007-03-19Fix a cut and paste error in the --without-zlib configure option help.Ian Campbell1-1/+1
2007-03-19Default to --with_xenSimon Horman1-2/+2
2007-03-19Set crash dump ELF header e_machine field based on underlying hypervisor arch...Ian Campbell5-1/+63
2007-03-19Ignore PT_NOTE program headers with offset 0.Ian Campbell1-1/+8
2007-03-19Move memory range variablesMagnus Damm3-25/+25
2007-03-16kexec-tools: arch_options seems to be unused on shHorms1-3/+0
2007-03-16Fix wrong max_memory_ranges valueBernhard Walle1-1/+2
2007-03-16Remove duplicate MAX_LINEMagnus Damm2-3/+0
2007-03-16Kdump is not supported on ppc, s390, shMagnus Damm3-14/+3
2007-03-07kexec-tools: x86_64 bzImage load purgatory below 2GVivek Goyal1-1/+5
2007-03-07kexec-tools: x86_64 Print correct info in reloc_name functionVivek Goyal1-1/+1
2007-03-07kexec-tools: Use EFI_LOADER_DATA for ELF core header (ia64)Magnus Damm2-6/+1
2007-03-02kexec-tools: ppc64: Check return value of setup_memory_ranges()Michael Ellerman1-1/+2
2007-02-27kexec-tools : fix compile time error on x86-64Sachin P. Sant1-2/+1
2007-02-16Make sure max_memory_ranges are cleared before incrementedMagnus Damm1-0/+1
2007-02-16Keep alignment comment in elf code and use ELF_CORE_HEADER_ALIGNMagnus Damm5-5/+27
2007-02-14Kexec-tools: Fix physcal address value in vmcore ELF segment headerZou Nan hai1-1/+2
2007-02-14kexec-tools: load_crashdump_segments(): size should really be an unsigned longSimon Horman1-1/+2
2007-02-14kexec-tools: Make cmdline_add_elfcorehdr() <= 80colSimon Horman1-3/+5
2007-02-14kexec-tools: Add alignment parameter to crash_create_XXX_headersSimon Horman6-18/+14
2007-02-13Patch from Bernhard Walle to fix up the help message a bit.Bernhard Walle1-6/+6
2007-02-08Trivial change adding sh4a to the sh targets.Paul Mundt2-4/+6
2007-02-03IA64 kexec-tools: memory_ranges arrays scalability issueJay Lan4-10/+22
2007-02-02Use xmalloc instead of malloc in locate_hole() to standardise behaviour on errorSimon Horman1-5/+1
2007-02-02xmalloc; empty memory rangesRoman Kononov1-1/+3
2007-02-02kexec i386 real mode patchRoman Kononov1-2/+2
2007-02-01Remove 9bc3f8f7df46d8253bccaede1ea5ad3f21678f80, which is bogusSimon Horman2-1/+7
2007-02-01Clean up memory allocations in locate_hole()Horms1-0/+5
2007-02-01Missing portions of the sh codeSimon Horman2-7/+1
2007-02-01kexec-tools: Upport for sh supportSimon Horman1-4/+14
2007-02-01kexec-tools: Add sh support to configure.acSimon Horman1-1/+4
2007-02-01kexec-tools: Remove trailing whitespace in sh codeSimon Horman5-20/+19
2007-02-01kexec-tools: Add sh supportSimon Horman12-0/+622
2007-02-01Add maintainer information to AUTHORS fileSimon Horman1-1/+8
2007-02-01IA64 kexec-tools: efi_memmap overflow on large systemsJay Lan2-2/+5
2007-01-29ppc64 kexec tools code cleanup.Sachin P. Sant2-13/+8
2007-01-29cp /proc/vmcore fails on core generated using latest kexec tools.Sachin P. Sant2-6/+23
2006-12-25ppc64: Dynamic mem allocation kexec tools Cleanup updateSachin P. Sant2-13/+20
2006-12-22kexec-tools: Add -git to version so it doesn't look like a releaseSimon Horman1-1/+1
2006-12-21kexec-tool: Use the appropriate format in debug print statementsSachin P. Sant1-3/+4
2006-12-21kexec-tool: Use the appropriate format in debug print statementsHorms2-16/+29
2006-12-21kexec-tool: Use the appropriate format in debug print statementsHorms3-9/+14
2006-12-20fix ppc64 kexec tools build failure when DEBUG is enabled.Sachin P. Sant1-4/+4
2006-12-18kexec-tools: Make kexec/kexec.c 80col wide or lessSimon Horman1-46/+63
2006-12-18kexec-tools: fix spelling of address in help textHorms1-2/+2
2006-12-18kexec-tools: Move defines to the top of kexec/arch/ia64/kexec-elf-ia64.cSimon Horman1-4/+5
2006-12-18kexec-tools: Make kexec/arch/ia64/kexec-elf-ia64.c <= 80col wideSimon Horman1-9/+16
2006-12-18kexec-tools: ia64: fix bogus mem_max = ULONG_MAXHorms1-1/+1
2006-12-15Dynamic memory allocation : ppc64 kexec tools CleanupSachin P. Sant5-19/+124
2006-12-14Release kexec-tools-testing 20061214v20061214Simon Horman1-3/+3
2006-12-14Put .spec file inside the release directorySimon Horman1-3/+2
2006-12-14Set package name in help text from MakefileSimon Horman2-2/+2
2006-12-12kexec-tools: Add a note about cmdline_add_elfcorehdr() allocating memorySimon Horman1-0/+4
2006-12-12send slave cpus to SAL slave loop on crash (IA64)Horms3-32/+32
2006-12-12send slave cpus to SAL slave loop on crash (IA64)Zou Nan hai3-5/+55
2006-12-12kexec-tools: Make sure base and end do not overflowHorms1-2/+4
2006-12-12kexec-tools: check for underun and only read required dataSachin P. Sant1-1/+5
2006-12-12kexec-tools: don't rely on errno to detect errorsHorms1-6/+0
2006-12-12kexec-tools: Detect scandir errorsHorms1-1/+4
2006-12-12kexec-tools: ppc64: Check lseek return for errorsHorms1-1/+3
2006-12-12kexec-tools: Use die() instead of err()Horms1-30/+16
2006-12-12kexec-tools: Remove useless variable end from checkprop()Horms1-8/+2
2006-12-12kexec-tools: Fix potential overrun of mem_rsrvHorms1-7/+9
2006-12-12kexec-tools: ppc fix used of propnamesHorms1-1/+4
2006-12-12kexec-tools: ppc64: Make functions and variables staticHorms1-14/+15
2006-12-12kexec-tools: Don't typedef dvtHorms1-7/+6
2006-12-12kexec-tools: ppc64: tidy up use of statbufHorms1-6/+7
2006-12-12kexec-tools: Make kexec/arch/ppc64/fs2dt.c <= 80 columns wideHorms1-56/+57
2006-11-27kexec-tools: 1k alignment commentMagnus Damm1-2/+8
2006-11-27kexec-tools: Remove commented-out variables from load_crashdump_segments()Simon Horman1-1/+0
2006-11-27kexec-tools: Initialis load_loc to keep gcc quietSimon Horman1-1/+1
2006-11-27kexec-tool: i386: Only load known segmentsSimon Horman1-0/+5
2006-11-27kexec-tools: make sure written is initialised in write_all()Simon Horman1-1/+1
2006-11-27kexec-tools: nc_cpus is no longer needed in load_crashdump_segments()Simon Horman1-1/+0
2006-11-27kexec-tools: Allow load_crashdump_segments() to accept const char **Simon Horman2-5/+5
2006-11-27kexec-tools: Xen on x86_64 fixMagnus Damm1-0/+6
2006-11-27kexec-tools: Get rid of unused variables on ppcSimon Horman1-5/+0
2006-11-27kexec-tools: Include crashdump.h in crashdump-ia64.cSimon Horman1-0/+1
2006-11-27kexec-tools: Introduce crashdump-xen.c and Xen support V2Magnus Damm4-3/+95
2006-11-27kexec-tools: Use generic /proc/iomem code (ia64) V2Magnus Damm1-5/+4
2006-11-27kexec-tools: Use generic /proc/iomem code (x86_64) V2Magnus Damm1-55/+9
2006-11-27kexec-tools: Use generic /proc/iomem code (i386) V2Magnus Damm1-25/+3
2006-11-27kexec-tools: Introduce kexec-iomem.c and /proc/iomem parsing code V2Magnus Damm3-0/+112
2006-11-27kexec-tools: Make use of crash_create_elf32/64_headers() (ppc64) V2Magnus Damm1-111/+31
2006-11-27kexec-tools: Make use of crash_create_elf64_headers() (ia64) V2Magnus Damm1-103/+25
2006-11-27kexec-tools: Make use of crash_create_elf32/64_headers() (i386) V2Magnus Damm1-208/+29
2006-11-27kexec-tools: Make use of crash_create_elf64_headers() (x86_64) V2Magnus Damm1-146/+13
2006-11-27kexec-tools: Introduce crashdump-elf.c and crash_create_elf32/64_headers() V2Magnus Damm3-0/+229
2006-11-27kexec-tools: Continue instead of returning (i386)Magnus Damm1-1/+1
2006-11-27kexec-tools: Use get_crash_notes_per_cpu() (ia64)Magnus Damm1-27/+5
2006-11-27kexec-tools: Add length parameter to get_crash_notes_per_cpu()Magnus Damm6-29/+30
2006-11-20kexec-tools: Remove spurious blank line (x86_64)Vivek Goyal1-1/+0
2006-11-20kexec-tools: Drop hardcoding the kernel start addr to 2MB (x86_64)Vivek Goyal1-21/+2
2006-11-20kexec-tools: Don't create hardcoded PT_LOAD header (x86_64)Vivek Goyal1-2/+8
2006-11-20kexec-tools: remove bogus stderr from die() callHorms1-2/+2
2006-11-17kexec-tools: remove unneccessary includes in kexec/crashdump.cHorms1-3/+0
2006-11-17kexec-tools: fix various bugs in get_crash_notes_per_cpuHorms1-13/+27
2006-11-17kexec-tools: brief documention on how to build and installSimon Horman1-0/+29
2006-11-17Help message for --noio optionSimon Horman1-0/+1
2006-11-16s390: set KEXEC_ARCH_S390 in arch_compat_trampolineHeiko Carstens1-0/+1
2006-11-16kexec-tools: bug fix to --noio optionJay Lan1-1/+1
2006-11-08Make sure that elf headers are created for all physical memoryManeesh Soni2-5/+9
2006-11-08kexec-tools: Enable use of relocatable bzImage to capture crash kernel core d...Vivek Goyal2-3/+58
2006-11-08kexec-tools: Support loading relocatable bzImageVivek Goyal3-8/+53
2006-11-08kexec-tools: Introduce dfprintf macro for debugging statementsVivek Goyal1-0/+7
2006-10-13Check for crashkernel reservation in x86_64Mohan Kumar M1-0/+30
2006-10-13Check for crashkernel reservation in i386Mohan Kumar M1-0/+30
2006-10-13Add headers for open()Simon Horman1-0/+3
2006-10-13Check for crashkernel reservation in PPC64Mohan Kumar M1-0/+11
2006-10-13Check for crashkernel memory reservationMohan Kumar M5-1/+33
2006-10-12kexec-tools: ia64: icache flush should align to 32-bytesTerry Loftin1-1/+3
2006-10-06ia64-vmmSimon Horman3-8/+40
2006-10-06build-util_lib-optimisation-flagsSimon Horman1-1/+6
2006-10-06build-cpp-and-ld-flagsSimon Horman7-21/+20
2006-10-06kexec-tools: x86_64 read kernel vaddr and size from /proc/kcoreVivek Goyal8-26/+263
2006-10-06kexec-tools: ia64 fix compilation issues due to new parameterVivek Goyal1-3/+3
2006-10-06kexec-tools: ppc64 fix compilation issues due to new parameterVivek Goyal1-3/+3
2006-10-06kexec-tools: x86_64 fix compilation issues due to new parameterVivek Goyal1-3/+3
2006-10-06kexec-tools: ppc fix compilation issues due to new parameterVivek Goyal1-2/+2
2006-10-06kexec-tools: i386 fix compilation issues due to new parameterVivek Goyal3-6/+7
2006-10-06kexec-tools: Add a new parameter to generic elf parsing functionsVivek Goyal4-22/+35
2006-10-06kexec-tools: Explain dummy set_virtual_address_map more clearlySimon Horman1-1/+16
2006-10-06kexec-tools: Use consistent comment style patch_efi_memmap()Simon Horman1-3/+2
2006-10-06kexec-tools: Slightly less nested logic in patch_efi_memmap()Simon Horman1-9/+8
2006-10-06kexec-tools: Use memdesc_size directly in patch_efi_memmap()Simon Horman1-5/+5
2006-10-06kexec-ktools: Use efi_memmap_size directly in patch_efi_memmap()Simon Horman1-2/+1
2006-10-06kexec-tools: less confusing variable names in patch_efi_memmap()Simon Horman1-32/+32
2006-10-06kexec-ktools: simplify segment walk logic in patch_efi_memmap()Simon Horman1-11/+5
2006-10-06kexec-ktools: remove duplicated code in patch_efi_memmap()Simon Horman1-8/+3
2006-10-06kexec-ktools: somewhat less nested code in patch_efi_memmap()Simon Horman1-39/+39
2006-10-06kexec-tools: Make purgatory code 80 columns wideSimon Horman1-13/+19
2006-10-06kexec-tools: Remove .orig filesSimon Horman2-20/+0
2006-10-06build-no-partial-rebuild-on-cleanSimon Horman1-3/+20
2006-10-06build-no-configureSimon Horman1-5562/+0
2006-10-06kexec man page update for unload option.Sachin P. Sant2-1/+3
2006-10-06kexec-tools: --noio option to disable I/O in purgatory code.Zou Nan hai4-50/+50
2006-10-06kexec-tools: Fix physcal address value in vmcore ELF segment headerZou Nan hai1-1/+1
2006-10-06kexec-tools: x86_64 move debugging code under #ifdef DEBUGVivek Goyal3-10/+10
2006-10-06kexec-tools: cleanup DEBUG macro usage in codeVivek Goyal4-34/+34
2006-10-06x86_64: Load vmcore elf headers away from kernelVivek Goyal1-1/+1
2006-10-06ia64: kdump: patch clone ia64_boot_param area for crashZou Nan hai3-11/+24
2006-10-06ia64: kdump: reserve efi memmap and boot param regionZou Nan hai1-1/+39
2006-10-06x86_64: Setup CS when booting vmlinuxMagnus Damm1-2/+8
2006-10-06x86: fix triple underscore typoMagnus Damm2-2/+2
2006-10-06teach elf_rel_load() about section namesMagnus Damm1-7/+14
2006-10-06make elf_rel_build_load() use buffer from argumentMagnus Damm1-1/+1
2006-10-06ppc: support 64k page sizeSachin Sant2-17/+14
2006-10-06x86_64: kdump: remove elf32 core header supportVivek Goyal3-133/+6
2006-07-28kexec-tools: ppc64 fix for multiple backup region definitonVivek Goyal3-10/+9
2006-07-28kexec-tools: x86_64 backup region naming convention fixVivek Goyal2-6/+6
2006-07-28kexec-tools: i386 backup region naming convention fixVivek Goyal3-12/+11
2006-07-27ppc64 kdump device_tree sortHaren Myneni2-12/+41
2006-07-27ppc64 initrd optionHaren Myneni1-0/+1
2006-07-27kexec-tools in git...Maneesh Soni2-3/+1
2006-07-27kexec & vesafbGerd Hoffmann1-0/+54
2006-07-27kexec-tools: Fix for loading files of type ET_DYN through kexecVivek Goyal2-4/+8
2006-07-27Update TODO now that kexec on panic worksEric W. Biederman1-3/+0
2006-07-27Set the expected release dateEric W. Biederman1-1/+1
2006-07-27Rebuild configure from configure.acEric W. Biederman1-1523/+2235
2006-07-27s390: Fix the arguments to arch_compat_trampolineEric W. Biederman1-1/+1
2006-07-27ppc64 ignore args-linuxDavid Wilder1-0/+4
2006-07-27Do no shutdown if we know we do not have a kernel loadedEric W. Biederman1-9/+7
2006-07-27ifdown checkManeesh Soni1-2/+21
2006-07-27kdump ia64Zou Nan hai17-65/+975
2006-07-27fix ACPI NVS reservationBenjamin Romer1-1/+4
2006-07-27ppc64 kdump tools ELF header fixManeesh Soni4-118/+61
2006-07-27ppc64 add missing usage infoMichael Neuling1-0/+4
2006-07-27ppc64 fix segv when missing root optionMichael Neuling1-4/+6
2006-07-27- kexec man pageDavid Wilder1-56/+207
2006-07-27ia64 use /proc/iomemKhalid Aziz2-24/+70
2006-07-27ppc64 kexec-tools rm platform prop fixDavid Wilder1-40/+15
2006-07-27ia64 supportKhalid Aziz12-55/+456
2006-07-27Fix kexec load for more than 4GVivek Goyal1-4/+4
2006-07-27Cleanup the warnings in gcc-4.1.0 compilationMohan7-15/+20
2006-07-27gcc 4.1.0 ppc64 fixMohan1-1/+2
2006-07-27patch for REL errorsMohan Kumar M1-0/+1
2006-07-27kexec-tools: x86_64 vmcore copy operation failure fixVivek Goyal1-0/+4
2006-07-27Missing powerpc64 and s390 support in configure.ac scriptHaren Myneni1-0/+9
2006-07-27ppc64 kdump purgatory backup supportR Sharada13-189/+398
2006-07-27ppc64 kdump elf hdr generationR Sharada4-3/+110
2006-07-27ppc64 kdump crash segments supportR Sharada3-103/+188
2006-07-27ppc64 kdump crash memory supportR Sharada4-25/+443
2006-07-27ppc64 kdump prepare device treeR Sharada4-28/+158
2006-07-27ppc64 fix function parametersR Sharada2-10/+10
2006-07-27kexec-tools: i386 sys interface changes compatibilityVivek Goyal10-84/+107
2006-07-27kexec-tools: x86_84 pass acpi table map to second kernelVivek Goyal1-1/+53
2006-07-27kexec-tools: kexec increase max segments limitVivek Goyal1-1/+1
2006-07-27kexec-tools: i386 dynamic crash notes memory allocationVivek Goyal1-24/+34
2006-07-27kexec-tools: x86_64 load crashdump segmentsVivek Goyal2-0/+89
2006-07-27kexec-tools: x86_64 backup first 640kVivek Goyal4-2/+16
2006-07-27kexec-tools: x86_64 append command line optionsVivek Goyal2-0/+414
2006-07-27kexec-tools: x86_64 elf header generationVivek Goyal5-2/+324
2006-07-27kexec-tools: x86_64 read proc iomemVivek Goyal1-0/+14
2006-07-27x86-64 compilation failure fixVivek Goyal4-3/+4
2006-07-27Update the s390 code to allow kexec_flags to be passed to get_memory_rangesEric W. Biederman1-1/+1
2006-07-27kdump-kexec-tools: x86 elf32-core-header option fixVivek Goyal1-3/+3
2006-07-27kexec tools: devicetreeblob optionMichael Neuling2-1/+30
2006-07-27kexec tools: device tree blob reserveMichael Neuling1-21/+18