summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c
Commit message (Expand)AuthorAgeFilesLines
* x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-26/+27
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-181-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/+1
| * 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-111-35/+24
|\ \
| * | 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/+24
| |/
* | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-2/+1
* | Merge branch 'master' into x86/memblockTejun Heo2011-11-281-0/+1
|\|
| * x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-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/+6
* | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-131-1/+1
|/
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-0/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-7/+1
|\
| * x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior2011-02-231-7/+1
* | 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/+0
* x86: Use memblock to replace early_resYinghai Lu2010-08-271-106/+53
* 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-03-311-4/+20
* core: Move early_res from arch/x86 to kernel/Yinghai Lu2010-02-161-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/+1
* x86: Move bios page reserve early to head32/64.cYinghai Lu2010-02-121-20/+2
* 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-101-0/+53
* x86: Introduce max_early_res and early_res_countYinghai Lu2010-02-101-15/+32
* x86: Print out RAM buffer informationYinghai Lu2010-02-101-0/+2
* Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin2010-02-101-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-161-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-011-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
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-18/+1
|\
| * x86: Move memory_setup to x86_init_opsThomas Gleixner2009-08-271-18/+1
* | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-141-1/+1
|\ \ | |/ |/|
| * x86, e820: Guard against array overflowed in __e820_add_region()Cyrill Gorcunov2009-08-261-1/+1
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-4/+3
* | x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu2009-07-021-6/+10
|/
* x86/pci: remove rounding quirk from e820_setup_gap()Yinghai Lu2009-05-111-8/+3
* x86, e820, pci: reserve extra free space near end of RAMLinus Torvalds2009-05-111-0/+35
* x86: fix boot hang in early_reserve_e820()Jan Beulich2009-05-071-5/+6