summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson1-1/+1
2008-07-08x86 boot: allow overlapping early reserve memory rangesPaul Jackson2-10/+132
2008-07-08x86 boot: x86_64 efi compiler warning fixPaul Jackson1-5/+9
2008-07-08x86 boot: e820 code indentation fixPaul Jackson1-4/+4
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 Lu2-32/+31
2008-07-08x86: numa32 pfn print out using hex insteadYinghai Lu2-26/+34
2008-07-08x86: fix compile warning in init_64.cYinghai Lu1-2/+2
2008-07-08x86: build fixIngo Molnar1-0/+2
2008-07-08x86: clean up min_low_pfnYinghai Lu2-7/+7
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu3-37/+26
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu2-34/+34
2008-07-08x86: move find_max_low_pfn to init_32.cYinghai Lu2-78/+88
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu3-12/+6
2008-07-08x86: introduce reserve_initrdYinghai Lu2-10/+12
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu3-94/+94
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu2-1/+17
2008-07-08x86: move elfcorehdr parsing to setup.cYinghai Lu2-16/+19
2008-07-08x86: move reserve_standard_io_resource to setup.cYinghai Lu2-56/+33
2008-07-08x86: remove two duplicated funcs in setup_32.cYinghai Lu1-1/+0
2008-07-08x86: merge setup64.c into common_64.cYinghai Lu3-289/+277
2008-07-08x86: seperate probe_roms into another fileYinghai Lu3-146/+167
2008-07-08x86: add e820_remove_rangeYinghai Lu1-0/+35
2008-07-08x86: change identify_cpu to staticYinghai Lu2-2/+2
2008-07-08x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu3-824/+407
2008-07-08x86: remove some acpi ifdefs in setup_32/64Yinghai Lu2-8/+1
2008-07-08x86: clean up init_amd()Yinghai Lu2-12/+14
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu5-1/+33
2008-07-08xen: set max_pfn_mappedJeremy Fitzhardinge1-0/+1
2008-07-08xen: reserve ISA space in e820 mapJeremy Fitzhardinge1-2/+10
2008-07-08xen: reserve Xen-specific memory in e820 mapJeremy Fitzhardinge1-0/+13
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-2/+4
2008-07-08x86: fix sleep.c build errorIngo Molnar1-0/+2
2008-07-08x86: take load_sp0 out of smpboot.cGlauber Costa2-1/+1
2008-07-08x86: move cpu_exit_clear to process_32.cGlauber Costa2-18/+17
2008-07-08x86: remove cpu from mapsGlauber Costa1-2/+0
2008-07-08x86: change naming to match x86_64Glauber Costa1-6/+2
2008-07-08x86: provide connect_bsp_APIC for x86_64Glauber Costa2-4/+11
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa3-10/+15
2008-07-08x86: remove ifdef from steppingGlauber Costa1-2/+0
2008-07-08x86: clearing io_apic harmless for x86_64Glauber Costa1-2/+1
2008-07-08x86: boot secondary cpus through initial_codeGlauber Costa2-25/+2
2008-07-08x86: use initial_code for i386Glauber Costa1-1/+4
2008-07-08x86: move x86_64 gdt closer to i386Glauber Costa5-63/+26
2008-07-08x86: don't use gdt_page openly.Glauber Costa1-1/+1
2008-07-08x86: use stack_start in x86_64Glauber Costa3-9/+5
2008-07-08build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge2-3/+2
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle3-93/+61