aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-08x86: limit E820 map when a user-defined memory map is specifiedBernhard Walle1-0/+5
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson1-1/+1
2008-07-08x86: cleanup e820_setup_gap(), add e820_search_gap(), v2Alok Kataria1-15/+28
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-1/+1
2008-07-08x86: change size if e820_update/remove_rangeYinghai Lu1-0/+6
2008-07-08x86: fix e820_update_range size when overlappingYinghai Lu1-0/+5
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson1-1/+1
2008-07-08x86 boot: allow overlapping early reserve memory rangesPaul Jackson1-9/+131
2008-07-08x86 boot: e820 code indentation fixPaul Jackson1-4/+4
2008-07-08x86: add e820_remove_rangeYinghai Lu1-0/+35
2008-07-08x86: cleanup machine_specific_memory_setup, v2Yinghai Lu1-6/+7
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu1-0/+72
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu1-0/+32
2008-07-08x86 boot: pass E820 memory map entries more than 128 via linked list of setup dataHuang, Ying1-13/+46
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu1-11/+0
2008-07-08x86: rename two e820 related functionsYinghai Lu1-8/+8
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu1-1/+1
2008-07-08x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu1-0/+86
2008-07-08x86: unify the reserve_bootmem() behavior of early_res_to_bootmem()Ingo Molnar1-4/+0