aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-02-09x86: sparse warning in therm_throt.cHarvey Harrison1-1/+1
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-4/+1
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into releaseLen Brown1-4/+1
2008-02-06[CPUFREQ] Add missing printk levels to e_powersaverDave Jones1-12/+12
2008-02-06[CPUFREQ] Fix sparse warning in powernow-k8Dave Jones1-1/+3
2008-02-06[CPUFREQ] Support Model D parts and newer in e_powersaverJesse Ahrens1-5/+32
2008-02-06[CPUFREQ] Powernow-k8: Update to support the latest Turion processorsMark Langsdorf1-1/+1
2008-02-06[CPUFREQ] powernow-k8 print pstate instead of fid/did for family 10hYinghai Lu1-3/+2
2008-02-06[CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_dataDave Young1-2/+2
2008-02-06[CPUFREQ] arch/x86: Add missing "space"Joe Perches1-1/+1
2008-02-06[CPUFREQ] Remove pointless Kconfig dependancyDave Jones1-2/+2
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2-11/+9
2008-02-06x86: fix mttr trimmingYinghai Lu1-10/+9
2008-02-06x86: fix sparse warnings in powernow-k8.cHarvey Harrison1-1/+0
2008-02-06idle_regs() must be __cpuinitAdrian Bunk1-1/+1
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-2/+0
2008-02-04x86: add cpu mtrr init function definitions to mtrr.hHarvey Harrison2-4/+4
2008-02-04x86: add cpu init function defintions to cpu.hHarvey Harrison2-10/+9
2008-02-04x86: add include to cpu/intel.cHarvey Harrison1-0/+1
2008-02-04x86: remove long dead cyrix mtrr codeHarvey Harrison2-119/+0
2008-02-04x86: unify CPU feature string namesH. Peter Anvin3-74/+84
2008-02-02x86: fix bootup crash in native_read_tsc()Ingo Molnar1-1/+1
2008-02-01x86: fix sparse warnings in cpu/common.cHarvey Harrison1-10/+10
2008-01-31x86: c_p_a clflush_cache_range fixHuang, Ying1-1/+4
2008-01-31x86: fix sparse warnings in intel_cacheinfo.cHarvey Harrison1-3/+3
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar1-7/+0
2008-01-30x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_amd_64.cYinghai Lu1-2/+2
2008-01-30x86: fix section mismatch warning in mcheck/mce_amd_64.cSam Ravnborg1-2/+2
2008-01-30x86: fix section mismatch warning in mcheck/mce_64.cSam Ravnborg1-3/+3
2008-01-30x86: improve MTRR trimming messagesIngo Molnar1-10/+7
2008-01-30x86_32: trim memory by updating e820Yinghai Lu2-9/+43
2008-01-30x86: constify function pointer tablesJan Engelhardt1-1/+1
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: add generic clearcpuid=... optionAndi Kleen1-0/+11
2008-01-30x86: add noclflush optionAndi Kleen1-0/+7
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen2-10/+1
2008-01-30x86: don't disable RDTSC in userland for 32bit notscAndi Kleen1-1/+0
2008-01-30x86: convert some existing cpuid disable options to new generic bitmapAndi Kleen1-30/+4
2008-01-30x86: add framework to disable CPUID bits on the command lineAndi Kleen1-0/+6
2008-01-30x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes4-37/+122
2008-01-30x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen1-3/+0
2008-01-30x86: move MWAIT idle check to generic CPU initialization on 32-bitAndi Kleen2-1/+2
2008-01-30x86: change NR_CPUS arrays in acpi-cpufreqtravis@sgi.com1-12/+13
2008-01-30x86: change NR_CPUS arrays in powernow-k8travis@sgi.com1-6/+6
2008-01-30x86: change x86 machine check handler to use unlocked_ioctl insteadNikanth Karthikesan1-3/+2
2008-01-30x86: remove CPU capabitilites printks on 32-bitAndi Kleen1-19/+1
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen4-16/+28
2008-01-30x86: lfence fixIngo Molnar1-1/+1
2008-01-30x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen1-1/+2
2008-01-30x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen1-0/+3