summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/e820.c
AgeCommit message (Expand)Author
2017-01-12x86/e820/32: Fix e820_search_gap() error handling on x86-32Arnd Bergmann
2016-12-28x86/e820: Make e820_search_gap() static and remove unused variablesWei Yang
2016-10-16x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams
2016-09-22x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulationDan Williams
2016-09-21x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko
2016-09-21x86/e820: Mark some static functions __initDenys Vlasenko
2016-09-08x86/e820: Fix very large 'size' handling boundary conditionWei Yang
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-30x86/e820: Set System RAM type and descriptorToshi Kani
2015-09-30x86/e820: Deinline e820_type_to_string, save 126 bytesDenys Vlasenko
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams
2015-04-18Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-01x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig
2015-02-24x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross
2015-01-23x86, e820: Clean up sanitize_e820_map() usersWANG Chao
2014-12-11x86/mm: Use min() instead of min_t() in the e820 printout codeXishi Qiu
2014-09-16x86/mm, hibernate: Do not assume the first e820 area to be RAMLee, Chun-Yi
2014-01-21x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko
2013-08-13x86: avoid remapping data in parse_setup_data()Linn Crosetto
2012-11-17x86, mm: Let "memmap=" take more entries one timeYinghai Lu
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu
2012-07-30firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu
2012-05-29x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-01-17ACPI, Record ACPI NVS regionsHuang Ying
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo
2011-12-05arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten
2011-12-05arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map()Mike Ditto
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-07-14memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo
2011-07-14x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-02-23x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior
2011-02-14x86: Emit "mem=nopentium ignored" warning when not supportedKamal Mostafa
2011-02-14x86: Fix panic when handling "mem={invalid}" paramKamal Mostafa
2011-01-07PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki
2010-08-27x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu
2010-08-27x86: Remove not used early_res codeYinghai Lu
2010-08-27x86: Use memblock to replace early_resYinghai Lu
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett