aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-06x86: Add Phoenix/MSC BIOSes to lowmem corruption listSimon Kagstrom1-0/+7
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6Linus Torvalds1-0/+3
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar1-97/+18
2009-09-19Revert 'x86: Fix system crash when loading with "reservetop" parameter'Yinghai Lu1-15/+15
2009-09-19Merge branch 'linus' into sfi-releaseLen Brown1-102/+36
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-97/+18
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+15
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar1-0/+13
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang1-2/+1
2009-08-31x86: apic namespace cleanupThomas Gleixner1-2/+2
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-43/+0
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner1-1/+0
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-2/+2
2009-08-31x86: Move paravirt banner printout to x86_init_opsThomas Gleixner1-0/+1
2009-08-31x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner1-5/+1
2009-08-31x86: Move traps_init to x86_init_opsThomas Gleixner1-15/+0
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner1-17/+0
2009-08-31x86: Move get/find_smp_config to x86_init_opsThomas Gleixner1-2/+0
2009-08-29x86: Fix earlyprintk=dbgp for machines without NXJan Beulich1-0/+10
2009-08-28x86: add arch-specific SFI supportFeng Tang1-0/+3
2009-08-27x86: Add request_standard_resources to x86_initThomas Gleixner1-12/+16
2009-08-27x86: Add probe_roms to x86_initThomas Gleixner1-3/+1
2009-08-21x86: Fix system crash when loading with "reservetop" parameterXiao Guangrong1-5/+5
2009-07-21x86, intel_txt: Intel TXT boot supportJoseph Cihula1-0/+4
2009-07-18x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher1-0/+13
2009-06-23x86: Move init_gbpages() to setup_arch()Pekka J Enberg1-0/+16
2009-06-11x86: handle initrd that extends into unusable memoryYinghai Lu1-12/+3
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+12
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+8
2009-05-11x86: add extension fields for bootloader type and versionH. Peter Anvin1-2/+8
2009-05-11x86: clean up and and print out initial max_pfn_mappedYinghai Lu1-0/+4
2009-04-30x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg1-0/+8
2009-04-10x86: move x86_quirk_pre_intr_init() to irqinit_32.cPekka Enberg1-18/+0
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+0
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-1/+0
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-27/+112
2009-03-14x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge1-0/+2
2009-03-14x86: use brk allocation for DMIJeremy Fitzhardinge1-6/+0
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge1-6/+0
2009-03-14x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin1-28/+29
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge1-5/+34
2009-03-05x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state testsJeremy Fitzhardinge1-1/+3
2009-03-04Merge branch 'x86/urgent' into x86/mmIngo Molnar1-2/+3
2009-03-04x86: fix DMI on EFIBrian Maly1-2/+3
2009-02-26x86: don't compile vsmp_64 for 32bitYinghai Lu1-2/+0
2009-02-26x86: remove update_apic from x86_quirksYinghai Lu1-13/+1
2009-02-23x86: refactor x86_quirks supportIngo Molnar1-11/+12
2009-02-23x86: remove various unused subarch hooksIngo Molnar1-34/+0
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-1/+1