summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)Author
2011-04-14Revert "x86: Cleanup highmap after brk is concluded"Greg Kroah-Hartman
2011-03-27x86: Cleanup highmap after brk is concludedYinghai Lu
2010-12-09x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel
2010-07-05x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas
2010-02-09x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman
2009-12-18x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang
2009-11-06x86: Add Phoenix/MSC BIOSes to lowmem corruption listSimon Kagstrom
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar
2009-09-19Revert 'x86: Fix system crash when loading with "reservetop" parameter'Yinghai Lu
2009-09-19Merge branch 'linus' into sfi-releaseLen Brown
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang
2009-08-31x86: apic namespace cleanupThomas Gleixner
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner
2009-08-31x86: Move paravirt banner printout to x86_init_opsThomas Gleixner
2009-08-31x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner
2009-08-31x86: Move traps_init to x86_init_opsThomas Gleixner
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner
2009-08-31x86: Move get/find_smp_config to x86_init_opsThomas Gleixner
2009-08-29x86: Fix earlyprintk=dbgp for machines without NXJan Beulich
2009-08-28x86: add arch-specific SFI supportFeng Tang
2009-08-27x86: Add request_standard_resources to x86_initThomas Gleixner
2009-08-27x86: Add probe_roms to x86_initThomas Gleixner
2009-08-21x86: Fix system crash when loading with "reservetop" parameterXiao Guangrong
2009-07-21x86, intel_txt: Intel TXT boot supportJoseph Cihula
2009-07-18x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher
2009-06-23x86: Move init_gbpages() to setup_arch()Pekka J Enberg
2009-06-11x86: handle initrd that extends into unusable memoryYinghai Lu
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-05-11x86: add extension fields for bootloader type and versionH. Peter Anvin
2009-05-11x86: clean up and and print out initial max_pfn_mappedYinghai Lu
2009-04-30x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg
2009-04-10x86: move x86_quirk_pre_intr_init() to irqinit_32.cPekka Enberg
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-14x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge
2009-03-14x86: use brk allocation for DMIJeremy Fitzhardinge
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge
2009-03-14x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge
2009-03-05x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state testsJeremy Fitzhardinge
2009-03-04Merge branch 'x86/urgent' into x86/mmIngo Molnar