summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-101-0/+12
|\
| * x86: clean up and and print out initial max_pfn_mappedYinghai Lu2009-05-111-0/+4
| * x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg2009-04-301-0/+8
* | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-2/+8
|\ \
| * | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-111-2/+8
| |/
* | x86: move x86_quirk_pre_intr_init() to irqinit_32.cPekka Enberg2009-04-101-18/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-1/+0
|\
| * cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-301-1/+0
| * Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-27/+112
| |\
* | | x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge2009-03-141-0/+2
* | | x86: use brk allocation for DMIJeremy Fitzhardinge2009-03-141-6/+0
* | | x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-141-6/+0
* | | x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin2009-03-141-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/+0
* | x86: remove update_apic from x86_quirksYinghai Lu2009-02-261-13/+1
* | x86: refactor x86_quirks supportIngo Molnar2009-02-231-11/+12
* | x86: remove various unused subarch hooksIngo Molnar2009-02-231-34/+0
* | 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/+0
* | x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* | x86: add x2apic configYinghai Lu2009-02-171-2/+1
* | x86, apic: make generic_apic_probe() generally availableIngo Molnar2009-02-111-2/+0
* | 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/+1
* | 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/+2
* | 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-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
OpenPOWER on IntegriCloud