Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | x86: rename setup_32.c to setup.c | Yinghai Lu | 1 | -671/+0 |
2008-07-08 | x86: space to tab in setup_arch | Yinghai Lu | 1 | -4/+4 |
2008-07-08 | x86: merge 64bit setup_arch into setup_32 | Yinghai Lu | 1 | -8/+91 |
2008-07-08 | x86: add extra includes for 64bit support | Yinghai Lu | 1 | -3/+47 |
2008-07-08 | x86: put global variable for 32bit all together | Yinghai Lu | 1 | -24/+33 |
2008-07-08 | x86: update reserve_initrd to support 64bit | Yinghai Lu | 1 | -54/+55 |
2008-07-08 | x86: we can use full bootmem after have init_memory_mapping | Yinghai Lu | 1 | -9/+0 |
2008-07-08 | x86: fix memory setup bug | Yinghai Lu | 1 | -1/+1 |
2008-07-08 | x86: introduce init_memory_mapping for 32bit #2 | Yinghai Lu | 1 | -15/+7 |
2008-07-08 | x86: introduce init_memory_mapping for 32bit #1 | Yinghai Lu | 1 | -4/+6 |
2008-07-08 | x86: setup_arch 32bit move kvm_guest_init later | Yinghai Lu | 1 | -2/+7 |
2008-07-08 | x86: setup_arch 32bit move command line copying early | Yinghai Lu | 1 | -3/+3 |
2008-07-08 | x86: setup_arch 32bit move efi check later | Yinghai Lu | 1 | -9/+8 |
2008-07-08 | x86: move some func calling from setup_arch to paging_init | Yinghai Lu | 1 | -32/+2 |
2008-07-08 | x86: build fix | Ingo Molnar | 1 | -0/+2 |
2008-07-08 | x86: clean up using max_low_pfn on 32-bit | Yinghai Lu | 1 | -6/+10 |
2008-07-08 | x86: move reservetop and vmalloc parsing to pgtable_32.c | Yinghai Lu | 1 | -33/+0 |
2008-07-08 | x86: move find_max_low_pfn to init_32.c | Yinghai Lu | 1 | -77/+0 |
2008-07-08 | x86: move boot_params declaring to setup.c | Yinghai Lu | 1 | -6/+0 |
2008-07-08 | x86: introduce reserve_initrd | Yinghai Lu | 1 | -6/+10 |
2008-07-08 | x86: introduce initmem_init for 32 bit | Yinghai Lu | 1 | -92/+2 |
2008-07-08 | x86: move elfcorehdr parsing to setup.c | Yinghai Lu | 1 | -16/+0 |
2008-07-08 | x86: move reserve_standard_io_resource to setup.c | Yinghai Lu | 1 | -56/+1 |
2008-07-08 | x86: remove two duplicated funcs in setup_32.c | Yinghai Lu | 1 | -1/+0 |
2008-07-08 | x86: seperate probe_roms into another file | Yinghai Lu | 1 | -146/+0 |
2008-07-08 | x86: remove some acpi ifdefs in setup_32/64 | Yinghai Lu | 1 | -4/+1 |
2008-07-08 | x86: check command line when CONFIG_X86_MPPARSE is not set, v2 | Yinghai Lu | 1 | -0/+5 |
2008-07-08 | x86: unify crashkernel reservation for 32 and 64 bit | Bernhard Walle | 1 | -53/+0 |
2008-07-08 | Merge branch 'x86/numa' into x86/devel | Ingo Molnar | 1 | -24/+0 |
2008-07-08 | x86: cleanup early per cpu variables/accesses v4 | Mike Travis | 1 | -24/+0 |
2008-07-08 | x86: use acpi_numa_init to parse on 32-bit numa | Yinghai Lu | 1 | -11/+25 |
2008-07-08 | x86: move some function out of setup_bootmem_alloc | Yinghai Lu | 1 | -15/+16 |
2008-07-08 | x86: kill bad_ppro | Yinghai Lu | 1 | -0/+9 |
2008-07-08 | x86: move e820_resource_resources to e820.c | Yinghai Lu | 1 | -33/+175 |
2008-07-08 | x86: clean up relocate_initrd | Yinghai Lu | 1 | -4/+7 |
2008-07-08 | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 1 | -2/+8 |
2008-06-19 | x86: use BOOTMEM_EXCLUSIVE on 32-bit | Bernhard Walle | 1 | -2/+8 |
2008-06-10 | x86: update mptable, fix | Yinghai Lu | 1 | -0/+2 |
2008-06-10 | x86: introduce max_physical_apicid for bigsmp switching | Yinghai Lu | 1 | -6/+5 |
2008-06-05 | x86: linked list of setup_data for i386 | Huang, Ying | 1 | -0/+3 |
2008-06-05 | x86: reserve EFI memory map with reserve_early | Huang, Ying | 1 | -1/+4 |
2008-06-04 | x86: make 32-bit use e820_register_active_regions() | Yinghai Lu | 1 | -6/+18 |
2008-06-04 | x86: change propagate_e820_map() back to find_max_pfn(), 32-bit, fix | Yinghai Lu | 1 | -0/+2 |
2008-06-03 | x86: clean up max_pfn_mapped usage - 32-bit | Yinghai Lu | 1 | -1/+3 |
2008-06-03 | x86, 32-bit: change propagate_e820_map() back to find_max_pfn() | Yinghai Lu | 1 | -2/+2 |
2008-05-31 | x86: extend e820 early_res support 32bit -fix #5 | Yinghai Lu | 1 | -1/+0 |
2008-05-31 | x86: extend e820 early_res support 32bit -fix #3 | Yinghai Lu | 1 | -0/+7 |
2008-05-27 | x86: extend e820 ealy_res support 32bit - fix #2 | Yinghai Lu | 1 | -5/+9 |
2008-05-25 | x86: allow MPPARSE to be deselected in SMP configs | Alexey Starikovskiy | 1 | -1/+1 |
2008-05-25 | x86: move e820_mark_nosave_regions to e820.c | Yinghai Lu | 1 | -1/+1 |