aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Merge branch 'x86/crashdump' into x86/urgentIngo Molnar1-4/+9
2008-07-24x86: call early_cpu_init at the same pointJeremy Fitzhardinge1-4/+1
2008-07-22x86: use setup_clear_cpu_cap with disable_apic, fixYinghai Lu1-1/+1
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-14/+8
2008-07-20x86: add ->pre_time_init to x86_quirksYinghai Lu1-8/+0
2008-07-20x86: introduce x86_quirksYinghai Lu1-0/+4
2008-07-18x86: move dma32_reserve_bootmem() after reserve_crashkernel()Bernhard Walle1-4/+9
2008-07-18x86 setup.c: cleanup includesAlexander Beregalov1-5/+0
2008-07-17Merge branch 'linus' into xen-64bitIngo Molnar1-0/+5
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+5
2008-07-16pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost1-0/+1
2008-07-16x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost1-0/+2
2008-07-13x86: fix numaq_tsc_disable callingYinghai Lu1-0/+8
2008-07-11Merge branch 'x86/generalize-visws' into x86/coreIngo Molnar1-0/+1
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori1-1/+1
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-4/+18
2008-07-10x86: add early quirk supportIngo Molnar1-0/+1
2008-07-09x86: make max_pfn cover acpi table below 4gYinghai Lu1-10/+3
2008-07-09x86: make e820_saved have update from setup_dataYinghai Lu1-5/+23
2008-07-08x86: move prefill_possible_map calling earlyYinghai Lu1-0/+1
2008-07-08x86: move init_cpu_to_node after get_smp_configYinghai Lu1-4/+4
2008-07-08x86: merge zones_sizes_init for numa and non numa on 32-bitYinghai Lu1-2/+0
2008-07-08x86: do not printout if we do not find setup_dataYinghai Lu1-0/+5
2008-07-08x86: find offset for crashkernel reservation automaticallyBernhard Walle1-18/+52
2008-07-08x86: move reserve_setup_data to setup.cYinghai Lu1-6/+28
2008-07-08x86: setup_arch() && early_ioremap_init()Jeremy Fitzhardinge1-1/+2
2008-07-08x86: use disable_apic in 32bitYinghai Lu1-4/+0
2008-07-08x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu1-4/+2
2008-07-08x86: move fix mapping page table range earlyYinghai Lu1-14/+9
2008-07-08x86: clean up ARCH_SETUPYinghai Lu1-4/+4
2008-07-08x86: build fixIngo Molnar1-3/+0
2008-07-08x86: remove extra newline from setup.cIngo Molnar1-1/+0
2008-07-08x86: we only have init_pg_tables_end for 32bitYinghai Lu1-6/+6
2008-07-08x86: change some functions in setup.c to staticYinghai Lu1-4/+4
2008-07-08x86: make x86_find_smp_config depends on 64 bit tooYinghai Lu1-2/+1
2008-07-08x86: move parse elfvorehdr back to setup.cYinghai Lu1-0/+16
2008-07-08x86: move reserve_standard_io_resources back to setup.cYinghai Lu1-0/+33
2008-07-08x86: move back crashkernel back to setup.cYinghai Lu1-0/+58
2008-07-08x86: move parse_setup_data back to setup.cYinghai Lu1-0/+25
2008-07-08x86: move boot_params back to setup.cYinghai Lu1-0/+6
2008-07-08x86: rename setup_32.c to setup.cYinghai Lu1-0/+672
2008-07-08x86: rename setup.c to setup_percpu.cYinghai Lu1-528/+0
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu1-0/+6
2008-07-08x86: move elfcorehdr parsing to setup.cYinghai Lu1-0/+19
2008-07-08x86: move reserve_standard_io_resource to setup.cYinghai Lu1-0/+32
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu1-0/+4
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle1-0/+61
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-28/+269
2008-07-08x86: fix setup.c printk format warningRandy Dunlap1-1/+1
2008-07-08x86: don't return invalid pointers from node_to_cpumask()Vegard Nossum1-0/+2