summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge2009-03-151-0/+2
* x86: use brk allocation for DMIJeremy Fitzhardinge2009-03-151-6/+0Star
* x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-151-6/+0Star
* x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin2009-03-151-28/+29
* x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-5/+34
* x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state testsJeremy Fitzhardinge2009-03-051-1/+3
* Merge branch 'x86/urgent' into x86/mmIngo Molnar2009-03-041-2/+3
|\
| * x86: fix DMI on EFIBrian Maly2009-03-041-2/+3
* | x86: don't compile vsmp_64 for 32bitYinghai Lu2009-02-261-2/+0Star
* | x86: remove update_apic from x86_quirksYinghai Lu2009-02-261-13/+1Star
* | x86: refactor x86_quirks supportIngo Molnar2009-02-231-11/+12
* | x86: remove various unused subarch hooksIngo Molnar2009-02-231-34/+0Star
* | Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-1/+1
|\|
* | x86, apic: separate 32-bit setup functionality out of apic_32.cIngo Molnar2009-02-171-0/+124
* | x86, apic: rename 'genapic' to 'apic'Ingo Molnar2009-02-171-2/+2
* | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0Star
* | x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* | x86: add x2apic configYinghai Lu2009-02-171-2/+1Star
* | x86, apic: make generic_apic_probe() generally availableIngo Molnar2009-02-111-2/+0Star
* | x86, apic: fix initialization of wakeup_cpuAlok Kataria2009-02-111-1/+1
* | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-1/+1
|\|
| * x86: fix grammar in user-visible BIOS warningAlex Chiang2009-02-051-1/+1
* | x86: don't treat bigsmp as non-standardYinghai Lu2009-01-301-1/+1
* | x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar2009-01-291-1/+1
* | x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirkIngo Molnar2009-01-291-2/+1Star
* | x86: generalize boot_cpu_idIngo Molnar2009-01-291-0/+14
* | x86: replace CONFIG_X86_SMP with CONFIG_SMPIngo Molnar2009-01-291-1/+1
* | x86: move mach-default/*.h files to asm/Ingo Molnar2009-01-291-1/+1
* | x86: remove mach_apic.hIngo Molnar2009-01-291-1/+1
* | x86, smp: refactor ->wake_cpuIngo Molnar2009-01-281-3/+2Star
* | x86: rename 'genapic' to 'apic'Ingo Molnar2009-01-281-1/+1
* | x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput2009-01-071-1/+1
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-311-1/+1
|\
| *-. Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-251-8/+6Star
| |\ \
| | * | 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/+20Star
|\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | / / | | | |_|_|_|/ / | | |/| | | | / | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * 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/+0Star
| | | | | * 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-021-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-151-7/+5Star
|/ /
* / x86: more general identifier for Phoenix BIOSPhilipp Kohlbecher2008-11-181-1/+1
|/