summaryrefslogtreecommitdiff
path: root/kexec/arch/i386
AgeCommit message (Expand)Author
2017-05-22kexec: generalize and rename get_kernel_stext_sym()Pratyush Anand
2017-03-24x86: Support large number of memory rangesXunlei Pang
2017-03-14x86/x86_64: Fix format warning with die()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-10-07multiboot: Use the "reserved" type for non-ram zonesSylvain Munaut
2016-10-07multiboot: Fix length computation for the memory zonesSylvain Munaut
2016-09-29kexec/arch/i386: Add support for KASLR memory randomizationThomas Garnier
2016-03-24Pass struct mem_sym into machine_apply_elf_rel()Anton Blanchard
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-11-27x86: Make sure E820_PM[AE]M are defined if neededSimon Horman
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-03-19x86: Remove unnecessary res variable from efi_map_addedSimon Horman
2015-02-25kexec: iomem: fix callbacks params for sh and x86 archsRoman Pen
2015-02-25i386: elf: Fix -Wunused-but-set-variable compilation warningAmeya Palande
2015-02-25i386: bzImage: Fix -Wunused-but-set-variable compilation warningAmeya Palande
2015-02-12multiboot: fix crash on NULL kernel command lineAmeya Palande
2014-05-30kdump: pass acpi_rsdp to 2nd kernel if kernel does not export efi runtime mapsDave Young
2014-05-28kexec-tools: usage text fixDave 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: add --pass-memmap-cmdline optionWANG Chao
2014-04-23x86, cleanup: kexec memory range .end to be inclusiveWANG 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: increase CRASH_MAX_MEMMAP_NR up to 1024WANG 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: Add a funtion add_setup_data()WANG Chao
2014-04-14x86, cleanup: fix indentWANG Chao
2014-03-28x86, kaslr: add alternative way to locate kernel text mapping areaWANG Chao
2014-03-28i386: fix erroneous memory descriptor messageTony Jones
2014-03-25kexec-tools: handle 64bit efi memmap address correctlyDave Young
2014-03-20cleanup: add dbgprint_mem_range functionWANG Chao
2014-02-06i386: fix redefinition error for e820entryTony Jones
2014-02-06i386: fix build failure (bzImage_support_efi_boot)Tony Jones
2014-01-21Passing efi related data via setup_dataDave Young
2014-01-21Add efi_info in x86 setup headerDave Young
2014-01-21Add function get_bootparamDave Young
2014-01-21build fix: include x86-linux.h in x86-linux-setup.hDave Young