aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava1-1/+1
2008-09-04x86: split e820 reserved entries record to late, v7Yinghai Lu1-1/+1
2008-09-04x86: split e820 reserved entries record to late v4Ingo Molnar1-3/+9
2008-09-04x86: split e820 reserved entries record to late v2Yinghai Lu1-2/+18
2008-08-21x86, e820: add support for AddressRangeUnusuable ACPI memory typeCihula, Joseph1-0/+4
2008-07-20x86: introduce x86_quirksYinghai Lu1-7/+2
2008-07-20x86: improve debug printout: add target bootmem range in early_res_to_bootmem()Yinghai Lu1-1/+2
2008-07-18x86: remove arch_get_ram_rangeYinghai Lu1-21/+0
2008-07-13x86, e820: remove end_user_pfnYinghai Lu1-17/+2
2008-07-11Merge branch 'x86/generalize-visws' into x86/coreIngo Molnar1-0/+11
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-3/+20
2008-07-11x86: e820: user-defined memory maps: remove the range instead of update it to reservedYinghai Lu1-6/+5
2008-07-10x86: add early quirk supportIngo Molnar1-0/+11
2008-07-10x86: make e820_end return end_of_ram again for 64bitYinghai Lu1-2/+0
2008-07-09x86: e820 memmap - add checking for NULL early paramCyrill Gorcunov1-0/+3
2008-07-09x86: make e820_end return max ram type only for 32 bitYinghai Lu1-0/+5
2008-07-09x86: make max_pfn cover acpi table below 4gYinghai Lu1-6/+12
2008-07-09x86: let early_reserve_e820 update e820_saved tooYinghai Lu1-3/+28
2008-07-09x86: move saving e820_saved to setup_memory_mapYinghai Lu1-3/+5
2008-07-08x86: use FIRMWARE_MEMMAP on x86/E820Bernhard Walle1-7/+37
2008-07-08x86: make early_res_to_bootmem print out less 80 width charsYinghai Lu1-2/+2
2008-07-08x86: change copy_e820_map to append_e820_mapYinghai Lu1-5/+6
2008-07-08x86: cleanup e820_setup_gap(), v2Alok Kataria1-5/+7
2008-07-08x86: move reserve_setup_data to setup.cYinghai Lu1-1/+3
2008-07-08x86: fix warning in e820_reserve_resources with 32bitYinghai Lu1-3/+6
2008-07-08x86: early res print out alignment v2Yinghai Lu1-5/+15