aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering1-0/+1
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+1
2011-02-23x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior1-7/+1
2011-02-14x86: Emit "mem=nopentium ignored" warning when not supportedKamal Mostafa1-2/+5
2011-02-14x86: Fix panic when handling "mem={invalid}" paramKamal Mostafa1-0/+3
2011-01-07PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki1-0/+1
2010-08-27x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserveYinghai Lu1-0/+16
2010-08-27x86: Remove not used early_res codeYinghai Lu1-52/+0
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-106/+53
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett1-1/+1
2010-03-31x86: Make e820_remove_range to handle all covered caseYinghai Lu1-4/+20
2010-02-16core: Move early_res from arch/x86 to kernel/Yinghai Lu1-1/+9
2010-02-12x86: Add find_fw_memmap_areaYinghai Lu1-0/+4
2010-02-12x86: Move back find_e820_area to e820.cYinghai Lu1-0/+53
2010-02-12x86: Separate early_res related code from e820.cYinghai Lu1-540/+1
2010-02-12x86: Move bios page reserve early to head32/64.cYinghai Lu1-20/+2
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-13/+146
2010-02-10x86: Dynamically increase early_res array sizeYinghai Lu1-0/+53
2010-02-10x86: Introduce max_early_res and early_res_countYinghai Lu1-15/+32
2010-02-10x86: Print out RAM buffer informationYinghai Lu1-0/+2
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin1-2/+11
2010-02-01x86: Remove BIOS data range from e820Yinghai Lu1-0/+8
2010-01-04x86: Fix size for ex trampoline with 32bitYinghai Lu1-2/+2
2009-12-16x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu1-1/+1
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu1-1/+10
2009-10-11pci: increase alignment to make more space for hidden codeYinghai Lu1-2/+2
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-18/+1
2009-09-14Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner1-18/+1
2009-08-26x86, e820: Guard against array overflowed in __e820_add_region()Cyrill Gorcunov1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-4/+3
2009-07-02x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu1-6/+10
2009-05-11x86/pci: remove rounding quirk from e820_setup_gap()Yinghai Lu1-8/+3
2009-05-11x86, e820, pci: reserve extra free space near end of RAMLinus Torvalds1-0/+35
2009-05-07x86: fix boot hang in early_reserve_e820()Jan Beulich1-5/+6
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput1-5/+5
2009-03-15x86: print out more info in e820_update_range()Yinghai Lu1-21/+35
2009-03-14x86: make e820_update_range() handle small range updateYinghai Lu1-4/+19
2009-03-13x86: fix e820_update_range()Yinghai Lu1-21/+24
2009-03-13x86: fix code paths used by update_mptableJan Beulich1-7/+25
2009-02-24x86: check range in reserve_early()Yinghai Lu1-0/+3
2009-01-09Merge branch 'linus' into releaseLen Brown1-16/+0
2008-12-19x86 hibernate: Mark ACPI NVS memory region at startupRafael J. Wysocki1-0/+21
2008-12-08x86: change static allocation of trampoline areaRafael J. Wysocki1-16/+0
2008-11-01x86: Clean up late e820 resource allocationLinus Torvalds1-3/+5
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar1-3/+1
2008-09-14generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge1-3/+1
2008-09-10Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar1-1/+1