summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross2015-02-241-1/+1
* x86, e820: Clean up sanitize_e820_map() usersWANG Chao2015-01-231-18/+8Star
* x86/mm: Use min() instead of min_t() in the e820 printout codeXishi Qiu2014-12-111-2/+2
* x86/mm, hibernate: Do not assume the first e820 area to be RAMLee, Chun-Yi2014-09-161-4/+3Star
* x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko2014-01-221-1/+1
* x86: avoid remapping data in parse_setup_data()Linn Crosetto2013-08-141-1/+4
* x86, mm: Let "memmap=" take more entries one timeYinghai Lu2012-11-171-1/+15
* x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-241-0/+3
* firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu2012-07-311-1/+1
* x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-301-26/+27
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-191-2/+2
|\
| * ACPI, Record ACPI NVS regionsHuang Ying2012-01-171-2/+2
| * Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-121-2/+1Star
| * x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-091-1/+2
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-121-35/+24Star
|\ \
| * | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten2011-12-051-1/+1
| * | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map()Mike Ditto2011-12-051-35/+24Star
| |/
* | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-2/+1Star
* | Merge branch 'master' into x86/memblockTejun Heo2011-11-281-0/+1
|\|
| * x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* | memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo2011-07-141-5/+20
* | x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo2011-07-141-24/+6Star
* | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-141-1/+1
|/
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-241-0/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-161-7/+1Star
|\
| * x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior2011-02-231-7/+1Star
* | x86: Emit "mem=nopentium ignored" warning when not supportedKamal Mostafa2011-02-141-2/+5
* | x86: Fix panic when handling "mem={invalid}" paramKamal Mostafa2011-02-141-0/+3
|/
* PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki2011-01-071-0/+1
* x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu2010-08-271-0/+16
* x86: Remove not used early_res codeYinghai Lu2010-08-271-52/+0Star
* x86: Use memblock to replace early_resYinghai Lu2010-08-271-106/+53Star
* suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-101-1/+1
* x86: Make e820_remove_range to handle all covered caseYinghai Lu2010-04-011-4/+20
* core: Move early_res from arch/x86 to kernel/Yinghai Lu2010-02-171-1/+9
* x86: Add find_fw_memmap_areaYinghai Lu2010-02-121-0/+4
* x86: Move back find_e820_area to e820.cYinghai Lu2010-02-121-0/+53
* x86: Separate early_res related code from e820.cYinghai Lu2010-02-121-540/+1Star
* x86: Move bios page reserve early to head32/64.cYinghai Lu2010-02-121-20/+2Star
* x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-13/+146
* x86: Dynamically increase early_res array sizeYinghai Lu2010-02-111-0/+53
* x86: Introduce max_early_res and early_res_countYinghai Lu2010-02-111-15/+32
* x86: Print out RAM buffer informationYinghai Lu2010-02-111-0/+2
* Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin2010-02-111-2/+11
|\
| * x86: Fix size for ex trampoline with 32bitYinghai Lu2010-01-041-2/+2
| * x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu2009-12-171-1/+1
| * x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-111-1/+10
* | x86: Remove BIOS data range from e820Yinghai Lu2010-02-021-0/+8
|/
* pci: increase alignment to make more space for hidden codeYinghai Lu2009-10-111-2/+2
* mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-1/+1