summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c
AgeCommit message (Expand)AuthorFilesLines
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...Huang, 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
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying1-0/+11
2008-06-05x86: split out common code into find_overlapped_early()Huang, Ying1-20/+30
2008-06-04x86: e820 max_arch_pfn typo fix for 64 bitYinghai Lu1-1/+1
2008-06-04x86: move e820_register_active() to e820.cYinghai Lu1-0/+109
2008-06-03x86: update mptableYinghai Lu1-0/+25
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu1-0/+32
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu1-0/+214
2008-05-25x86 boot: longer comment explaining sanitize_e820_map routinePaul Jackson1-38/+56
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson1-2/+3
2008-05-25x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson1-4/+4
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson1-4/+5
2008-05-25x86: make e820.c to have common functionsYinghai Lu1-0/+475