aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-17x86, apic: separate 32-bit setup functionality out of apic_32.cIngo Molnar1-0/+124
2009-02-17x86, apic: rename 'genapic' to 'apic'Ingo Molnar1-2/+2
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-1/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: add x2apic configYinghai Lu1-2/+1
2009-02-11x86, apic: make generic_apic_probe() generally availableIngo Molnar1-2/+0
2009-02-11x86, apic: fix initialization of wakeup_cpuAlok Kataria1-1/+1
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar1-1/+1
2009-02-05x86: fix grammar in user-visible BIOS warningAlex Chiang1-1/+1
2009-01-30x86: don't treat bigsmp as non-standardYinghai Lu1-1/+1
2009-01-29x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar1-1/+1
2009-01-29x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirkIngo Molnar1-2/+1
2009-01-29x86: generalize boot_cpu_idIngo Molnar1-0/+14
2009-01-29x86: replace CONFIG_X86_SMP with CONFIG_SMPIngo Molnar1-1/+1
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-28x86, smp: refactor ->wake_cpuIngo Molnar1-3/+2
2009-01-28x86: rename 'genapic' to 'apic'Ingo Molnar1-1/+1
2009-01-07x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput1-1/+1
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/coreIngo Molnar1-8/+6
2008-12-23Merge branch 'x86/iommu' into x86/coreIngo Molnar1-0/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-148/+20
2008-12-16x86: setup.c find_and_reserve_crashkernel should be staticJaswinder Singh1-0/+1
2008-12-14x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden1-7/+5
2008-12-08Merge branch 'linus' into x86/quirksIngo Molnar1-1/+1
2008-12-08x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu1-1/+1
2008-12-01Merge branch 'x86/urgent' into x86/iommuIngo Molnar1-1/+1
2008-11-28x86: move GART specific stuff from iommu.h to gart.hJoerg Roedel1-0/+1
2008-11-20x86: fix arch/x86/kernel/setup.c build warning when !CONFIG_X86_RESERVE_LOW_64KRichard A. Holden III1-0/+2
2008-11-20Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar1-1/+1
2008-11-18x86: fix wakeup_cpu with numaq/es7000, v2, fix #2Ingo Molnar1-2/+4
2008-11-18x86: more general identifier for Phoenix BIOSPhilipp Kohlbecher1-1/+1
2008-11-18x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu1-1/+12
2008-11-01x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria1-0/+7
2008-10-27x86: corruption check: move the corruption checks into their own fileArjan van de Ven1-152/+0
2008-10-27x86: corruption-check: fix some style issuesArjan van de Ven1-4/+5
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-1/+7
2008-10-16x86: probe nr_irqs even only mptable is usedYinghai Lu1-3/+3
2008-10-16x86: remove first_free_entry/pin_map_sizeYinghai Lu1-4/+0
2008-10-16irq: sparse irqs, fix #3Ingo Molnar1-0/+2
2008-10-16x86: use dyn_array in io_apic_xx.cYinghai Lu1-0/+6
2008-10-13x86, uv: add early detection of UV system typesJack Steiner1-0/+2
2008-10-13x86: use early_memremap() in setup.cJeremy Fitzhardinge1-4/+4
2008-10-12Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar1-1/+22
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar1-0/+2
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-0/+16
2008-09-23x86: fix macro with bad_bios_dmi_tableYinghai Lu1-1/+1
2008-09-22x86: fix CONFIG_X86_RESERVE_LOW_64K=yYinghai Lu1-5/+6