aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+12
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 1-4/+6
2010-04-01ibft, x86: Change reserve_ibft_region() to find_ibft_region()Gravatar Yinghai Lu 1-2/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryGravatar Yinghai Lu 1-4/+6
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+3
2010-02-25x86: Do not reserve brk for DMI if it's not going to be usedGravatar Thadeu Lima de Souza Cascardo 1-0/+2
2010-02-17Merge branch 'linus' into x86/mmGravatar Thomas Gleixner 1-9/+30
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabGravatar Yinghai Lu 1-0/+2
2010-02-10x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAGravatar Yinghai Lu 1-7/+0
2010-02-10x86: Call early_res_to_bootmem one timeGravatar Yinghai Lu 1-0/+1
2010-02-10Merge remote branch 'linus/master' into x86/bootmemGravatar H. Peter Anvin 1-9/+30
2010-02-01x86: Remove BIOS data range from e820Gravatar Yinghai Lu 1-1/+18
2010-01-29x86: Add quirk for Intel DG45FC board to avoid low memory corruptionGravatar David Härdeman 1-3/+11
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressGravatar Yinghai Lu 1-5/+8
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-63/+43
2009-12-05Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2009-12-03Merge branch 'perf/mce' into perf/coreGravatar Ingo Molnar 1-0/+3
2009-11-30x86: Fix a section mismatch in arch/x86/kernel/setup.cGravatar Helight.Xu 1-2/+2
2009-11-24x86: Move find_smp_config() earlier and avoid bootmem usageGravatar Yinghai Lu 1-5/+5
2009-11-23x86: Change crash kernel to reserve via reserve_early()Gravatar Yinghai Lu 1-42/+15
2009-11-16x86, mm: Report state of NX protections during bootGravatar Kees Cook 1-5/+6
2009-11-16x86, mm: Clean up and simplify NX enablementGravatar H. Peter Anvin 1-6/+2
2009-11-11x86: Make sure wakeup trampoline code is below 1MBGravatar Yinghai Lu 1-6/+7
2009-11-10x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueGravatar Yong Wang 1-0/+3
2009-11-06x86: Add Phoenix/MSC BIOSes to lowmem corruption listGravatar Simon Kagstrom 1-0/+7
2009-10-12x86: Export srat physical topologyGravatar David Rientjes 1-2/+3
2009-10-12x86: Export k8 physical topologyGravatar David Rientjes 1-1/+9
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-0/+3
2009-09-20Merge branch 'linus' into x86/urgentGravatar Ingo Molnar 1-97/+18
2009-09-19Revert 'x86: Fix system crash when loading with "reservetop" parameter'Gravatar Yinghai Lu 1-15/+15
2009-09-19Merge branch 'linus' into sfi-releaseGravatar Len Brown 1-102/+36
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-97/+18
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+15
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtGravatar Ingo Molnar 1-0/+13
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Gravatar Shane Wang 1-2/+1
2009-08-31x86: apic namespace cleanupGravatar Thomas Gleixner 1-2/+2
2009-08-31x86: Move tsc_calibration to x86_init_opsGravatar Thomas Gleixner 1-1/+1
2009-08-31x86: Add timer_init to x86_init_opsGravatar Thomas Gleixner 1-43/+0
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneGravatar Thomas Gleixner 1-1/+0
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsGravatar Thomas Gleixner 1-2/+2
2009-08-31x86: Move paravirt banner printout to x86_init_opsGravatar Thomas Gleixner 1-0/+1
2009-08-31x86: Replace ARCH_SETUP by a proper x86_init_opsGravatar Thomas Gleixner 1-5/+1
2009-08-31x86: Move traps_init to x86_init_opsGravatar Thomas Gleixner 1-15/+0
2009-08-31x86: Move irq_init to x86_init_opsGravatar Thomas Gleixner 1-17/+0
2009-08-31x86: Move get/find_smp_config to x86_init_opsGravatar Thomas Gleixner 1-2/+0
2009-08-29x86: Fix earlyprintk=dbgp for machines without NXGravatar Jan Beulich 1-0/+10
2009-08-28x86: add arch-specific SFI supportGravatar Feng Tang 1-0/+3
2009-08-27x86: Add request_standard_resources to x86_initGravatar Thomas Gleixner 1-12/+16
2009-08-27x86: Add probe_roms to x86_initGravatar Thomas Gleixner 1-3/+1