aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-10-04x86: mtrr_cleanup: print out correct type v2Yinghai Lu1-1/+3
2008-10-03x86, debug: mtrr_cleanup print out var mtrr before change itYinghai Lu1-1/+24
2008-10-03x86: mtrr_cleanup try gran_size to less than 1M, v3Yinghai Lu1-1/+1
2008-10-03x86: mtrr_cleanup try gran_size to less than 1M, cleanupJ.A. Magallón1-2/+2
2008-09-30x86: fix typo in enable_mtrr_cleanup early parameterJ.A. Magallón1-1/+1
2008-09-29x86: mtrr_cleanup try gran_size to less than 1MYinghai Lu1-4/+4
2008-09-29x86: mtrr_cleanup prepare to make gran_size to less 1MYinghai Lu1-24/+79
2008-09-29x86: mtrr_cleanup safe to get more spare regs nowYinghai Lu1-3/+1
2008-09-28x86: mtrr_cleanup hole size should be less than half of chunk_size, v2Yinghai Lu1-31/+43
2008-09-27x86: add mtrr_cleanup_debug command lineYinghai Lu1-3/+11
2008-09-27x86: mtrr_cleanup optimization, v2Yinghai Lu1-42/+37
2008-09-27x86: don't need to go to chunksize to 4GYinghai Lu1-4/+4
2008-09-24Merge commit 'v2.6.27-rc7' into x86/pebsIngo Molnar20-103/+193
2008-09-23Merge branch 'timers/urgent' into x86/xenIngo Molnar1-20/+4
2008-09-22CPUFREQ: powernow-k8: Try to detect old BIOS, not supporting CPU freq on a recent AMD CPUs.Thomas Renninger1-18/+24
2008-09-22x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski1-12/+33
2008-09-22x86, NMI watchdog: when booting with reset_devices, clear the performance countersAristeu Rozanski1-0/+41
2008-09-22x86: use WARN_ONCE in workaround for mtrr maskYinghai Lu1-6/+1
2008-09-22Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar20-103/+193
2008-09-19x86: fix arch/x86/kernel/cpu/mtrr/main.c warningYinghai Lu1-3/+2
2008-09-16x86: completely disable NOPL on 32 bitsH. Peter Anvin1-20/+4
2008-09-14x86: cpuid, fix typoIngo Molnar1-2/+2
2008-09-14x86: move transmeta cap read to early_init_transmeta()Yinghai Lu2-21/+15
2008-09-14x86: identify_cpu_without_cpuid v2Yinghai Lu1-17/+40
2008-09-10Merge branch 'core/xen' into x86/xenIngo Molnar8-40/+146
2008-09-10x86: extended "flags" to show virtualization HW feature in /proc/cpuinfoSheng Yang1-0/+41
2008-09-10x86: centaur_64.c remove duplicated setting of CONSTANT_TSCYinghai Lu1-1/+0
2008-09-10x86: intel.c put workaround for old cpus togetherYinghai Lu1-94/+98
2008-09-10x86: let intel 64-bit use intel.cYinghai Lu2-368/+1
2008-09-10x86: make intel_64.c the same as intel.cYinghai Lu1-17/+284
2008-09-10x86: make intel.c have 64-bit support codeYinghai Lu1-36/+83
2008-09-10Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar1-1/+2
2008-09-08x86: little clean up of intel.c/intel_64.cYinghai Lu2-9/+6
2008-09-08x86: make 64 bit to use amd.cYinghai Lu2-475/+1
2008-09-08x86: make amd_64 have 32 bit codeYinghai Lu1-12/+247
2008-09-08x86: make amd.c have 64bit support codeYinghai Lu1-11/+126
2008-09-08x86: merge header in amd_64.cYinghai Lu2-3/+18
2008-09-08x86: add srat_detect_node for amd64Yinghai Lu1-7/+12
2008-09-08x86: remove duplicated force_mwaitYinghai Lu1-2/+0
2008-09-08x86: cpu make amd.c more like amd_64.c v2Yinghai Lu3-180/+235
2008-09-06x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-10/+13
2008-09-06x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-6/+9
2008-09-06x86-64: add two __cpuinit annotationsJan Beulich2-2/+2
2008-09-06x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu3-8/+44
2008-09-06x86: delay early cpu initialization until cpuid is doneKrzysztof Helt1-2/+2
2008-09-06x86, cpu init: call early_init_xxx in init_xxxYinghai Lu5-8/+12
2008-09-06x86: remove duplicated get_model_name() callingYinghai Lu7-15/+4
2008-09-05x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin3-2/+69
2008-09-05x86: build fix for !CONFIG_SMPAlex Nixon1-7/+0
2008-09-05x86: move nonx_setup etc from common.c to init_64.cYinghai Lu1-54/+0