summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-97/+18
|\
| * x86: apic namespace cleanupThomas Gleixner2009-08-311-2/+2
| * x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-1/+1
| * x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-43/+0
| * x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-311-1/+0
| * x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-311-2/+2
| * x86: Move paravirt banner printout to x86_init_opsThomas Gleixner2009-08-311-0/+1
| * x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner2009-08-311-5/+1
| * x86: Move traps_init to x86_init_opsThomas Gleixner2009-08-311-15/+0
| * x86: Move irq_init to x86_init_opsThomas Gleixner2009-08-311-17/+0
| * x86: Move get/find_smp_config to x86_init_opsThomas Gleixner2009-08-311-2/+0
| * x86: Add request_standard_resources to x86_initThomas Gleixner2009-08-271-12/+16
| * x86: Add probe_roms to x86_initThomas Gleixner2009-08-271-3/+1
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-5/+15
|\ \
| * | x86: Fix earlyprintk=dbgp for machines without NXJan Beulich2009-08-291-0/+10
| * | x86: Fix system crash when loading with "reservetop" parameterXiao Guangrong2009-08-211-5/+5
| |/
* | Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-021-0/+13
|\ \ | |/
| * x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher2009-07-181-0/+13
* | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-2/+1
* | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-211-0/+4
|/
* x86: Move init_gbpages() to setup_arch()Pekka J Enberg2009-06-231-0/+16
* x86: handle initrd that extends into unusable memoryYinghai Lu2009-06-111-12/+3
* 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
OpenPOWER on IntegriCloud