summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/crashdump-x86.c
AgeCommit message (Expand)Author
2022-07-19kexec-tools: Remove duplicate ultoa() definitions and redefine itTiezhu Yang
2021-09-24i386: Remove unused local variable in get_kernel_page_offset()Kai Song
2021-04-17kexec: Remove the error prone kernel_version functionEric W. Biederman
2021-04-07Shrink segments to fit alignment instead of throwing them awayHongyan Xia
2021-04-02crashdump/x86: increase CRASH_MAX_MEMORY_RANGES to 32kDavid Hildenbrand
2021-04-02crashdump/x86: iterate only over actual crash memory rangesDavid Hildenbrand
2021-04-02crashdump/x86: dump any kind of "System RAM"David Hildenbrand
2020-09-29kexec-tools: Add some missing free() callsYouling Tang
2019-09-03x86: Fix PAGE_OFFSET for kernels since 4.20Donald Buczek
2019-05-31crashdump/x86: Use new introduce helper for getting RSDPKairui Song
2018-10-02kdump: fix an error that can not parse the e820 reserved regionLianbo Jiang
2018-01-24kexec-tools: Perform run-time linking of libxenctrl.soEric DeVolder
2017-05-22kexec: generalize and rename get_kernel_stext_sym()Pratyush Anand
2017-03-14Don't use %L width specifier with integer valuesPhilip Prindeville
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