aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/e820_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu1-92/+0
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu1-24/+0
2008-07-08x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu1-69/+0
2008-06-04x86: move e820_register_active() to e820.cYinghai Lu1-97/+0
2008-06-03x86: clean up max_pfn_mapped usage - 64-bitYinghai Lu1-12/+3
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu1-32/+0
2008-05-25x86: include pci.h in e820_64.cThomas Gleixner1-0/+1
2008-05-25x86: fix shadow variables of global end_pnf in e820_64.cThomas Gleixner1-18/+18
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu1-196/+0
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger memory mapsPaul Jackson1-2/+5
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson1-2/+4
2008-05-25x86 boot: minor code format fixes in e820 and efi routinesPaul Jackson1-1/+1
2008-05-25x86: make e820.c to have common functionsYinghai Lu1-444/+0
2008-05-25x86: fix trimming e820 with MTRR holes. - fixYinghai Lu1-1/+2
2008-05-25x86: fix trimming e820 with MTRR holes.Yinghai Lu1-1/+5
2008-04-29bootprotocol: cleanupIngo Molnar1-1/+1
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu1-4/+9
2008-04-26x86, boot: add free_early to early reservation machanismHuang, Ying1-0/+22
2008-04-19x86: e820_64, fix section mismatch warningJacek Luczak1-2/+2
2008-04-17x86: move suspend wakeup code to CPavel Machek1-2/+3
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner1-14/+14
2008-04-17x86: memtest bootparamYinghai Lu1-5/+5
2008-04-17x86: allocate e820 resource struct all togetherYinghai Lu1-2/+4
2008-04-17x86: early memtest to find bad ramYinghai Lu1-1/+69
2008-04-17x86: reserve end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum1-4/+4
2008-04-17x86: clean up e820_reserve_resources on 64-bitYinghai Lu1-17/+2
2008-04-17x86: clean up find_e820_area(), 64-bitYinghai Lu1-10/+12
2008-03-21x86: trim mtrr don't close gap for resource allocation.Yinghai Lu1-0/+27
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu1-3/+5
2008-02-01x86_64: add debug name for early_resYinghai Lu1-5/+10
2008-01-30x86: fix overlap between pagetable with bss sectionYinghai Lu1-2/+2
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic tableAndi Kleen1-43/+52
2008-01-30x86: disable the GART early, 64-bitYinghai Lu1-0/+12
2008-01-30x86: prepare 64-bit architecture initialization for paravirtGlauber de Oliveira Costa1-2/+7
2008-01-30x86: sanitize user specified e820 memmap valuesVladimir Berezniker1-0/+8
2008-01-30x86: remove extern declarations for code, data, bss resourcesBernhard Walle1-6/+5
2008-01-30x86 e820_64.c: make 2 functions staticAdrian Bunk1-2/+2
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
2008-01-30x86: move debug related declarations to kdebug.hThomas Gleixner1-0/+1
2008-01-30x86: clean up arch/x86/kernel/e820_64.cThomas Gleixner1-128/+177
2007-10-22kexec: add BSS to resource treeBernhard Walle1-1/+2
2007-10-22Intel IOMMU: Iommu Gfx workaroundKeshavamurthy, Anil S1-0/+19
2007-10-19Use extended crashkernel command line on x86_64Bernhard Walle1-1/+2
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-7/+12
2007-10-11x86_64: move kernelThomas Gleixner1-0/+725