summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/e820.c
AgeCommit message (Expand)Author
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
2010-03-31x86: Make e820_remove_range to handle all covered caseYinghai Lu
2010-02-16core: Move early_res from arch/x86 to kernel/Yinghai Lu
2010-02-12x86: Add find_fw_memmap_areaYinghai Lu
2010-02-12x86: Move back find_e820_area to e820.cYinghai Lu
2010-02-12x86: Separate early_res related code from e820.cYinghai Lu
2010-02-12x86: Move bios page reserve early to head32/64.cYinghai Lu
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu
2010-02-10x86: Dynamically increase early_res array sizeYinghai Lu
2010-02-10x86: Introduce max_early_res and early_res_countYinghai Lu
2010-02-10x86: Print out RAM buffer informationYinghai Lu
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin
2010-02-01x86: Remove BIOS data range from e820Yinghai Lu
2010-01-04x86: Fix size for ex trampoline with 32bitYinghai Lu
2009-12-16x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu
2009-10-11pci: increase alignment to make more space for hidden codeYinghai Lu
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-14Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner
2009-08-26x86, e820: Guard against array overflowed in __e820_add_region()Cyrill Gorcunov
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-07-02x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu
2009-05-11x86/pci: remove rounding quirk from e820_setup_gap()Yinghai Lu
2009-05-11x86, e820, pci: reserve extra free space near end of RAMLinus Torvalds
2009-05-07x86: fix boot hang in early_reserve_e820()Jan Beulich
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput
2009-03-15x86: print out more info in e820_update_range()Yinghai Lu
2009-03-14x86: make e820_update_range() handle small range updateYinghai Lu
2009-03-13x86: fix e820_update_range()Yinghai Lu
2009-03-13x86: fix code paths used by update_mptableJan Beulich
2009-02-24x86: check range in reserve_early()Yinghai Lu
2009-01-09Merge branch 'linus' into releaseLen Brown
2008-12-19x86 hibernate: Mark ACPI NVS memory region at startupRafael J. Wysocki
2008-12-08x86: change static allocation of trampoline areaRafael J. Wysocki
2008-11-01x86: Clean up late e820 resource allocationLinus Torvalds
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar
2008-09-14generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge
2008-09-10Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava