aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* x86: fix grammar in user-visible BIOS warningAlex Chiang2009-02-051-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-301-1/+1
|\
| *-. Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-251-8/+6
| |\ \
| | * | x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-081-1/+1
| |/ /
* | | Merge branch 'x86/iommu' into x86/coreIngo Molnar2008-12-231-0/+1
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/iommuIngo Molnar2008-12-011-1/+1
| |\ \ \ | | |/ /
| * | | x86: move GART specific stuff from iommu.h to gart.hJoerg Roedel2008-11-281-0/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-148/+20
|\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | / / | | | |_|_|_|/ / | | |/| | | | / | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * Merge branch 'linus' into x86/quirksIngo Molnar2008-12-081-1/+1
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |
| | | | | | * x86: fix wakeup_cpu with numaq/es7000, v2, fix #2Ingo Molnar2008-11-181-2/+4
| | | | | | * x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu2008-11-181-1/+12
| | | | |_|/ | | | |/| |
| | | | | * x86: fix arch/x86/kernel/setup.c build warning when !CONFIG_X86_RESERVE_LOW_64KRichard A. Holden III2008-11-201-0/+2
| | | | | * Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-11-201-1/+1
| | | | | |\ | | | |_|_|/ | | |/| | |
| | | | | * x86: corruption check: move the corruption checks into their own fileArjan van de Ven2008-10-271-152/+0
| | | | | * x86: corruption-check: fix some style issuesArjan van de Ven2008-10-271-4/+5
| | | | |/ | | | |/|
| | | | * x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria2008-11-011-0/+7
| | | |/
| * | | x86: setup.c find_and_reserve_crashkernel should be staticJaswinder Singh2008-12-161-0/+1
| |/ /
* | | x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-141-7/+5
|/ /
* | x86: more general identifier for Phoenix BIOSPhilipp Kohlbecher2008-11-181-1/+1
|/
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-0/+4
|\
| * x86: probe nr_irqs even only mptable is usedYinghai Lu2008-10-161-3/+3
| * x86: remove first_free_entry/pin_map_sizeYinghai Lu2008-10-161-4/+0
| * irq: sparse irqs, fix #3Ingo Molnar2008-10-161-0/+2
| * x86: use dyn_array in io_apic_xx.cYinghai Lu2008-10-161-0/+6
* | kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-201-1/+7
|/
* x86, uv: add early detection of UV system typesJack Steiner2008-10-131-0/+2
* x86: use early_memremap() in setup.cJeremy Fitzhardinge2008-10-131-4/+4
* Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-121-1/+22
|\
| * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-0/+2
| |\
| | * Merge branch 'linus' into x86/coreIngo Molnar2008-08-141-18/+17
| | |\
| | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-251-5/+2
| | |\ \
| | * \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-14/+8
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-0/+13
| | |\ \ \ \
| | * | | | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-121-0/+2
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------. \ \ \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-0/+16
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|/ / | | | | | | |/| | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | * | | | | | x86, bootup: add built-in kernel command line for x86 (v2)Tim Bird2008-08-151-0/+16
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | x86: fix possible x86_64 and EFI regressionJeremy Fitzhardinge2008-09-121-1/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | x86: fix macro with bad_bios_dmi_tableYinghai Lu2008-09-231-1/+1
* | | | | | | | x86: fix CONFIG_X86_RESERVE_LOW_64K=yYinghai Lu2008-09-221-5/+6
* | | | | | | | x86: use round_jiffies() for the corruption check timerArjan van de Ven2008-09-221-1/+1
* | | | | | | | x86: add X86_RESERVE_LOW_64KIngo Molnar2008-09-161-1/+3
* | | | | | | | x86: reserve low 64K on AMI and Phoenix BIOS boxenIngo Molnar2008-09-161-2/+9
* | | | | | | | x86: add DMI quirk for AMI BIOS which corrupts address 0xc000 during resumeIngo Molnar2008-09-161-0/+27
* | | | | | | | x86: default corruption check to off, but put parameter default in KconfigJeremy Fitzhardinge2008-09-071-1/+12
* | | | | | | | x86: clean up memory corruption check and add more kernel parametersJeremy Fitzhardinge2008-09-071-20/+60
* | | | | | | | x86: add periodic corruption checkHugh Dickins2008-09-071-0/+17
* | | | | | | | x86: check for and defend against BIOS memory corruptionJeremy Fitzhardinge2008-09-071-0/+87
|/ / / / / / /
* | | | | | | x86: fix VMI for early paramsAlok Kataria2008-08-221-8/+8
| |/ / / / / |/| | | | |
* | | | | | x86: fix 2 section mismatch warnings - find_and_reserve_crashkernelMarcin Slusarz2008-08-131-1/+1
|/ / / / /
* | | | | x86: fix 2.6.27rc1 cannot boot more than 8CPUsYinghai Lu2008-08-111-6/+0