aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: rename setup_32.c to setup.cYinghai Lu1-671/+0
2008-07-08x86: space to tab in setup_archYinghai Lu1-4/+4
2008-07-08x86: merge 64bit setup_arch into setup_32Yinghai Lu1-8/+91
2008-07-08x86: add extra includes for 64bit supportYinghai Lu1-3/+47
2008-07-08x86: put global variable for 32bit all togetherYinghai Lu1-24/+33
2008-07-08x86: update reserve_initrd to support 64bitYinghai Lu1-54/+55
2008-07-08x86: we can use full bootmem after have init_memory_mappingYinghai Lu1-9/+0
2008-07-08x86: fix memory setup bugYinghai Lu1-1/+1
2008-07-08x86: introduce init_memory_mapping for 32bit #2Yinghai Lu1-15/+7
2008-07-08x86: introduce init_memory_mapping for 32bit #1Yinghai Lu1-4/+6
2008-07-08x86: setup_arch 32bit move kvm_guest_init laterYinghai Lu1-2/+7
2008-07-08x86: setup_arch 32bit move command line copying earlyYinghai Lu1-3/+3
2008-07-08x86: setup_arch 32bit move efi check laterYinghai Lu1-9/+8
2008-07-08x86: move some func calling from setup_arch to paging_initYinghai Lu1-32/+2
2008-07-08x86: build fixIngo Molnar1-0/+2
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu1-6/+10
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu1-33/+0
2008-07-08x86: move find_max_low_pfn to init_32.cYinghai Lu1-77/+0
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu1-6/+0
2008-07-08x86: introduce reserve_initrdYinghai Lu1-6/+10
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu1-92/+2
2008-07-08x86: move elfcorehdr parsing to setup.cYinghai Lu1-16/+0
2008-07-08x86: move reserve_standard_io_resource to setup.cYinghai Lu1-56/+1
2008-07-08x86: remove two duplicated funcs in setup_32.cYinghai Lu1-1/+0
2008-07-08x86: seperate probe_roms into another fileYinghai Lu1-146/+0
2008-07-08x86: remove some acpi ifdefs in setup_32/64Yinghai Lu1-4/+1
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu1-0/+5
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle1-53/+0
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-24/+0
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-24/+0
2008-07-08x86: use acpi_numa_init to parse on 32-bit numaYinghai Lu1-11/+25
2008-07-08x86: move some function out of setup_bootmem_allocYinghai Lu1-15/+16
2008-07-08x86: kill bad_pproYinghai Lu1-0/+9
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu1-33/+175
2008-07-08x86: clean up relocate_initrdYinghai Lu1-4/+7
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-2/+8
2008-06-19x86: use BOOTMEM_EXCLUSIVE on 32-bitBernhard Walle1-2/+8
2008-06-10x86: update mptable, fixYinghai Lu1-0/+2
2008-06-10x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu1-6/+5
2008-06-05x86: linked list of setup_data for i386Huang, Ying1-0/+3
2008-06-05x86: reserve EFI memory map with reserve_earlyHuang, Ying1-1/+4
2008-06-04x86: make 32-bit use e820_register_active_regions()Yinghai Lu1-6/+18
2008-06-04x86: change propagate_e820_map() back to find_max_pfn(), 32-bit, fixYinghai Lu1-0/+2
2008-06-03x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu1-1/+3
2008-06-03x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu1-2/+2
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu1-1/+0
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu1-0/+7
2008-05-27x86: extend e820 ealy_res support 32bit - fix #2Yinghai Lu1-5/+9
2008-05-25x86: allow MPPARSE to be deselected in SMP configsAlexey Starikovskiy1-1/+1
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu1-1/+1