aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 memory mapsPaul 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