Merge branch 'core/xen' into x86/xen
[safe/jmp/linux-2.6] / arch / x86 / kernel / e820.c
2008-09-09 Prarit Bhargavax86: fix memmap=exactmap boot argument
2008-07-20 Yinghai Lux86: introduce x86_quirks
2008-07-20 Yinghai Lux86: improve debug printout: add target bootmem range...
2008-07-19 Yinghai Lux86: remove arch_get_ram_range
2008-07-13 Yinghai Lux86, e820: remove end_user_pfn
2008-07-11 Ingo MolnarMerge branch 'x86/generalize-visws' into x86/core
2008-07-11 Yinghai Lux86: introduce max_low_pfn_mapped for 64-bit
2008-07-11 Yinghai Lux86: e820: user-defined memory maps: remove the range...
2008-07-10 Ingo Molnarx86: add early quirk support
2008-07-10 Yinghai Lux86: make e820_end return end_of_ram again for 64bit
2008-07-09 Cyrill Gorcunovx86: e820 memmap - add checking for NULL early param
2008-07-09 Yinghai Lux86: make e820_end return max ram type only for 32 bit
2008-07-09 Yinghai Lux86: make max_pfn cover acpi table below 4g
2008-07-09 Yinghai Lux86: let early_reserve_e820 update e820_saved too
2008-07-09 Yinghai Lux86: move saving e820_saved to setup_memory_map
2008-07-08 Bernhard Wallex86: use FIRMWARE_MEMMAP on x86/E820
2008-07-08 Yinghai Lux86: make early_res_to_bootmem print out less 80 width...
2008-07-08 Yinghai Lux86: change copy_e820_map to append_e820_map
2008-07-08 Alok Katariax86: cleanup e820_setup_gap(), v2
2008-07-08 Yinghai Lux86: move reserve_setup_data to setup.c
2008-07-08 Yinghai Lux86: fix warning in e820_reserve_resources with 32bit
2008-07-08 Yinghai Lux86: early res print out alignment v2
2008-07-08 Bernhard Wallex86: limit E820 map when a user-defined memory map...
2008-07-08 Paul Jacksonmm, generic, x86 boot: more tweaks to hex prints of...
2008-07-08 Alok Katariax86: cleanup e820_setup_gap(), add e820_search_gap...
2008-07-08 Yinghai Lux86: remove end_pfn in 64bit
2008-07-08 Yinghai Lux86: change size if e820_update/remove_range
2008-07-08 Yinghai Lux86: fix e820_update_range size when overlapping
2008-07-08 Paul Jacksonx86 boot: show pfn addresses in hex not decimal in...
2008-07-08 Paul Jacksonx86 boot: allow overlapping early reserve memory ranges
2008-07-08 Paul Jacksonx86 boot: e820 code indentation fix
2008-07-08 Yinghai Lux86: add e820_remove_range
2008-07-08 Yinghai Lux86: cleanup machine_specific_memory_setup, v2
2008-07-08 Yinghai Lux86: merge setup_memory_map with e820
2008-07-08 Yinghai Lux86: move e820_resource_resources to e820.c
2008-07-08 Huang, Yingx86 boot: pass E820 memory map entries more than 128...
2008-07-08 Yinghai Lux86, mm: use add_highpages_with_active_regions() for...
2008-07-08 Yinghai Lux86: rename two e820 related functions
2008-07-08 Yinghai Lux86: clean up reserve_bootmem_generic() and port it...
2008-07-08 Yinghai Lux86: e820 merge parsing of the mem=/memmap= boot parameters
2008-07-08 Ingo Molnarx86: unify the reserve_bootmem() behavior of early_res_...
2008-06-05 Huang, Yingx86: reserve highmem pages via reserve_early
2008-06-05 Huang, Yingx86: split out common code into find_overlapped_early()
2008-06-04 Yinghai Lux86: e820 max_arch_pfn typo fix for 64 bit
2008-06-04 Yinghai Lux86: move e820_register_active() to e820.c
2008-06-03 Yinghai Lux86: update mptable
2008-05-25 Yinghai Lux86: move e820_mark_nosave_regions to e820.c
2008-05-25 Yinghai Lux86: extend e820 ealy_res support 32bit
2008-05-25 Paul Jacksonx86 boot: longer comment explaining sanitize_e820_map...
2008-05-25 Paul Jacksonx86 boot: change sanitize_e820_map parameter from byte...
2008-05-25 Paul Jacksonx86 boot: extend some internal memory map arrays to...
2008-05-25 Paul Jacksonx86 boot: proper use of ARRAY_SIZE instead of repeated...
2008-05-25 Yinghai Lux86: make e820.c to have common functions