aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/e820.c
AgeCommit message (Expand)Author
2008-07-08x86: early res print out alignment v2Yinghai Lu
2008-07-08x86: limit E820 map when a user-defined memory map is specifiedBernhard Walle
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson
2008-07-08x86: cleanup e820_setup_gap(), add e820_search_gap(), v2Alok Kataria
2008-07-08x86: remove end_pfn in 64bitYinghai Lu
2008-07-08x86: change size if e820_update/remove_rangeYinghai Lu
2008-07-08x86: fix e820_update_range size when overlappingYinghai Lu
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson
2008-07-08x86 boot: allow overlapping early reserve memory rangesPaul Jackson
2008-07-08x86 boot: e820 code indentation fixPaul Jackson
2008-07-08x86: add e820_remove_rangeYinghai Lu
2008-07-08x86: cleanup machine_specific_memory_setup, v2Yinghai Lu
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu
2008-07-08x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu
2008-07-08x86: rename two e820 related functionsYinghai Lu
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu
2008-07-08x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu
2008-07-08x86: unify the reserve_bootmem() behavior of early_res_to_bootmem()Ingo Molnar
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying
2008-06-05x86: split out common code into find_overlapped_early()Huang, Ying
2008-06-04x86: e820 max_arch_pfn typo fix for 64 bitYinghai Lu
2008-06-04x86: move e820_register_active() to e820.cYinghai Lu
2008-06-03x86: update mptableYinghai Lu
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu
2008-05-25x86 boot: longer comment explaining sanitize_e820_map routinePaul Jackson
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson
2008-05-25x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson
2008-05-25x86: make e820.c to have common functionsYinghai Lu