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