aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel1-0/+2
2010-06-18x86, olpc: Add support for calling into OpenFirmwareAndres Salomon1-0/+6
2010-05-24x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas1-0/+11
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka1-0/+1
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tipLinus Torvalds1-2/+12
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-4/+6
2010-04-01ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu1-2/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu1-4/+6
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+3
2010-02-25x86: Do not reserve brk for DMI if it's not going to be usedThadeu Lima de Souza Cascardo1-0/+2
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner1-9/+30
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-0/+2
2010-02-10x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu1-7/+0
2010-02-10x86: Call early_res_to_bootmem one timeYinghai Lu1-0/+1
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin1-9/+30
2010-02-01x86: Remove BIOS data range from e820Yinghai Lu1-1/+18
2010-01-29x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman1-3/+11
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu1-5/+8
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-63/+43
2009-12-05Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-12-03Merge branch 'perf/mce' into perf/coreIngo Molnar1-0/+3
2009-11-30x86: Fix a section mismatch in arch/x86/kernel/setup.cHelight.Xu1-2/+2
2009-11-24x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu1-5/+5
2009-11-23x86: Change crash kernel to reserve via reserve_early()Yinghai Lu1-42/+15
2009-11-16x86, mm: Report state of NX protections during bootKees Cook1-5/+6
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin1-6/+2
2009-11-11x86: Make sure wakeup trampoline code is below 1MBYinghai Lu1-6/+7
2009-11-10x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang1-0/+3
2009-11-06x86: Add Phoenix/MSC BIOSes to lowmem corruption listSimon Kagstrom1-0/+7
2009-10-12x86: Export srat physical topologyDavid Rientjes1-2/+3
2009-10-12x86: Export k8 physical topologyDavid Rientjes1-1/+9
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