summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/crashdump-x86.c
AgeCommit message (Expand)Author
2017-03-10Only print debug message when failed to serach for kernel symbol from /proc/k...Baoquan He
2016-12-08kexec-tools/x86: get_kernel_vaddr_and_size off-by-one fixDave Young
2016-09-29kexec/arch/i386: Add support for KASLR memory randomizationThomas Garnier
2015-12-01Revert "crashdump/x86: Add option to get crash kernel region size"Simon Horman
2015-11-30crashdump/x86: Add option to get crash kernel region sizeDaniel Kiper
2015-10-06kexec-tools: fix build error with glibc 2.19 and earlier versionDave Young
2015-10-06Load crash kernel high on x86Petr Tesarik
2015-09-02Add persistent memory supportBaoquan He
2015-08-13kexec: use _DEFAULT_SOURCE instead to remove compiling warningBaoquan He
2015-02-25kexec: iomem: fix callbacks params for sh and x86 archsRoman Pen
2014-05-30kdump: pass acpi_rsdp to 2nd kernel if kernel does not export efi runtime mapsDave Young
2014-05-28kexec-tools: add noefi arch cmdline optionDave Young
2014-05-22x86, cleanup: remove cmdline_add_memmap_acpiWANG Chao
2014-05-11cleanup duplicate codeWANG Chao
2014-05-11condition check fixWANG Chao
2014-04-29kdump: pass e820 reserved region to 2nd kernel via e820 table or setup_dataWANG Chao
2014-04-23x86: Pass memory range via E820 for kdumpWANG Chao
2014-04-23x86, cleanup: Store crash memory ranges kexec_infoWANG Chao
2014-04-23x86, cleanup: use dbgprint_mem_range for memory range debuggingWANG Chao
2014-04-23x86, cleanup: add other types of memory range for 2nd kernel boot to memmap_pWANG Chao
2014-04-23x86, cleanup: add_memmap() only do alignment check on RANGE_RAMWANG Chao
2014-04-23x86, cleanup: add extra arguments to add_memmap() and delete_memmap()WANG Chao
2014-04-14x86, cleanup: fix indentWANG Chao
2014-03-28x86, kaslr: add alternative way to locate kernel text mapping areaWANG Chao
2014-02-06i386: fix redefinition error for e820entryTony Jones
2014-01-21Add efi_info in x86 setup headerDave Young
2013-12-13kexec: Let slurp_file_len() return the number of bytes readGeert Uytterhoeven
2013-12-03kexec-tools/xen: Do not call xc_interface_close() if xc_interface_open() failedDaniel Kiper
2013-11-19kexec/xen: directly load images images into XenDavid Vrabel
2013-11-19kexec/xen: require libxc from Xen 4.4David Vrabel
2013-04-30Revert "kexec: include reserved e820 sections in crash kernel"Zhang Yanfei
2013-04-26kdump, x86: Process multiple Crash kernel in /proc/iomemYinghai Lu
2013-03-29kexec: i386: Add cmdline_add_memmap_internal() to reduce the code duplicationZhang Yanfei
2013-03-14kexec: i386: use _ALIGN* to make the logic clearZhang Yanfei
2013-03-05kexec: fix some compiler warningsZhang Yanfei
2013-03-05kexec: include reserved e820 sections in crash kernelCliff Wickman
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