summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/crashdump-x86.c
AgeCommit message (Expand)Author
2013-03-05kexec,x86: Use macro CRASH_MAX_MEMMAP_NR for clarificationZhang Yanfei
2013-03-05kexec, x86: handle Crash low kernel rangeYinghai Lu
2012-10-19kdump: pass acpi_rsdp= to 2nd kernel for efi bootingDave Young
2012-09-18xen: Fix Xen kdump supportDaniel Kiper
2012-09-18kexec: Move crash memory ranges loggingDaniel Kiper
2012-09-18kexec: Get backup area start address and size directly from mem_rangeDaniel Kiper
2012-09-18kexec: Add segregate_lowmem_region()Daniel Kiper
2012-09-18kexec: Move crash kernel area placement and size detection to is_crashkernel_...Daniel Kiper
2012-03-29Add a descriptive error message for kexec load failureKhalid Aziz
2012-03-15Add generic debug optionCong Wang
2011-11-21kexec: fix several issues in get_crash_notes()Cong Wang
2011-04-27kexec: remove duplicated backup_src_start field from struct crash_elf_infoAmerigo Wang
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...Simon Horman
2011-03-03i386: Mark unused parametersSimon Horman
2011-03-03get the backup area dynamicallyAmerigo Wang
2010-10-31make /proc/vmcore accessible on x86_64Jiri Olsa
2010-09-10x86 crashdump: On x86_64 generate EM_X86_64 crashdump headers.Eric W. Biederman
2010-09-09i386 crashdump: Preserve credits of x86_64 versionEric W. Biederman
2010-09-09i386 crashdump: Compute page_offset paddr vaddr and size like x86_64.Eric W. Biederman
2010-09-09i386 crashdump: pass acpi info, and generalize hackEric W. Biederman
2010-09-09i386 crashdump: move crashdump debugging code under #ifdef DEBUGEric W. Biederman
2010-09-09i386 crashdump: Unify get_crash_memory_ranges.Eric W. Biederman
2010-09-09i386 crashdump: Rename and include the x86_64 constants.Eric W. Biederman
2010-09-09i386 crashdump: Keep elf_info on the stack.Eric W. Biederman
2010-03-11x86: Fix biarch crashdump setup.Eric W. Biederman
2010-02-02Use C99 initialisersSimon Horman
2010-02-02unsigned values are always at least 0Simon Horman
2010-02-02Avoid possible overflows from signed/unsigned comparisonsSimon Horman
2010-02-02Use %llx to format mem_max as it is an unsigned long longSimon Horman
2009-01-19Fix missing FILE argument in fprintf()Bernhard Walle
2008-10-31kexec jump support for kexec-toolsHuang Ying
2008-04-24Fix all gcc warnings for ARCH=i386 builds.Jamey Sharp
2008-03-04kexec-tools: no machine machine to proc_iomem()Simon Horman
2007-11-14Fix the feature determining ELF32/ELF64 automaticallyKen'ichi Ohmichi
2007-10-17Allow architectures to specify the location of /proc/iomemSimon Horman
2007-07-27Determine ELF32/ELF64 automatically on i386Bernhard Walle
2007-05-10kexec rename dprintf to dbgprintfGeoff Levand
2007-05-09use dprintfSimon Horman
2007-02-16Keep alignment comment in elf code and use ELF_CORE_HEADER_ALIGNMagnus Damm
2007-02-14kexec-tools: Add alignment parameter to crash_create_XXX_headersSimon Horman
2006-11-27kexec-tools: Use generic /proc/iomem code (i386) V2Magnus Damm
2006-11-27kexec-tools: Make use of crash_create_elf32/64_headers() (i386) V2Magnus Damm
2006-11-27kexec-tools: Continue instead of returning (i386)Magnus Damm
2006-11-27kexec-tools: Add length parameter to get_crash_notes_per_cpu()Magnus Damm
2006-11-08Make sure that elf headers are created for all physical memoryManeesh Soni
2006-11-08kexec-tools: Enable use of relocatable bzImage to capture crash kernel core d...Vivek Goyal
2006-10-13Check for crashkernel reservation in i386Mohan Kumar M
2006-07-28kexec-tools: i386 backup region naming convention fixVivek Goyal
2006-07-27kexec-tools: i386 sys interface changes compatibilityVivek Goyal
2006-07-27kexec-tools: i386 dynamic crash notes memory allocationVivek Goyal