summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86: sparse warning in therm_throt.cHarvey Harrison2008-02-091-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-071-4/+1Star
|\
| *-----. Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown2008-02-071-4/+1Star
| |\ \ \ \
| | | | * | Revert "speedstep-lib.c: fix frequency multiplier for Pentium4 models 0&1"Zhao Yakui2007-11-201-4/+1Star
| | | |/ / | | |/| |
* | | | | [CPUFREQ] Add missing printk levels to e_powersaverDave Jones2008-02-071-12/+12
* | | | | [CPUFREQ] Fix sparse warning in powernow-k8Dave Jones2008-02-071-1/+3
* | | | | [CPUFREQ] Support Model D parts and newer in e_powersaverJesse Ahrens2008-02-071-5/+32
* | | | | [CPUFREQ] Powernow-k8: Update to support the latest Turion processorsMark Langsdorf2008-02-071-1/+1
* | | | | [CPUFREQ] powernow-k8 print pstate instead of fid/did for family 10hYinghai Lu2008-02-071-3/+2Star
* | | | | [CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_dataDave Young2008-02-071-2/+2
* | | | | [CPUFREQ] arch/x86: Add missing "space"Joe Perches2008-02-071-1/+1
* | | | | [CPUFREQ] Remove pointless Kconfig dependancyDave Jones2008-02-071-2/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-062-11/+9Star
|\ \ \ \
| * | | | x86: fix mttr trimmingYinghai Lu2008-02-061-10/+9Star
| * | | | x86: fix sparse warnings in powernow-k8.cHarvey Harrison2008-02-061-1/+0Star
* | | | | idle_regs() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* | | | | calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-2/+0Star
|/ / / /
* | | | x86: add cpu mtrr init function definitions to mtrr.hHarvey Harrison2008-02-042-4/+4
* | | | x86: add cpu init function defintions to cpu.hHarvey Harrison2008-02-042-10/+9Star
* | | | x86: add include to cpu/intel.cHarvey Harrison2008-02-041-0/+1
* | | | x86: remove long dead cyrix mtrr codeHarvey Harrison2008-02-042-119/+0Star
* | | | x86: unify CPU feature string namesH. Peter Anvin2008-02-043-74/+84
| |_|/ |/| |
* | | x86: fix bootup crash in native_read_tsc()Ingo Molnar2008-02-021-1/+1
* | | x86: fix sparse warnings in cpu/common.cHarvey Harrison2008-02-011-10/+10
* | | x86: c_p_a clflush_cache_range fixHuang, Ying2008-01-311-1/+4
* | | x86: fix sparse warnings in intel_cacheinfo.cHarvey Harrison2008-01-311-3/+3
* | | x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar2008-01-301-7/+0Star
* | | x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_amd_64.cYinghai Lu2008-01-301-2/+2
* | | x86: fix section mismatch warning in mcheck/mce_amd_64.cSam Ravnborg2008-01-301-2/+2
* | | x86: fix section mismatch warning in mcheck/mce_64.cSam Ravnborg2008-01-301-3/+3
* | | x86: improve MTRR trimming messagesIngo Molnar2008-01-301-10/+7Star
* | | x86_32: trim memory by updating e820Yinghai Lu2008-01-302-9/+43
* | | x86: constify function pointer tablesJan Engelhardt2008-01-301-1/+1
* | | x86: remove unneded castsJan Engelhardt2008-01-301-1/+1
* | | x86: add generic clearcpuid=... optionAndi Kleen2008-01-301-0/+11
* | | x86: add noclflush optionAndi Kleen2008-01-301-0/+7
* | | x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen2008-01-302-10/+1Star
* | | x86: don't disable RDTSC in userland for 32bit notscAndi Kleen2008-01-301-1/+0Star
* | | x86: convert some existing cpuid disable options to new generic bitmapAndi Kleen2008-01-301-30/+4Star
* | | x86: add framework to disable CPUID bits on the command lineAndi Kleen2008-01-301-0/+6
* | | x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes2008-01-304-37/+122
* | | x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen2008-01-301-3/+0Star
* | | x86: move MWAIT idle check to generic CPU initialization on 32-bitAndi Kleen2008-01-302-1/+2
* | | x86: change NR_CPUS arrays in acpi-cpufreqtravis@sgi.com2008-01-301-12/+13
* | | x86: change NR_CPUS arrays in powernow-k8travis@sgi.com2008-01-301-6/+6
* | | x86: change x86 machine check handler to use unlocked_ioctl insteadNikanth Karthikesan2008-01-301-3/+2Star
* | | x86: remove CPU capabitilites printks on 32-bitAndi Kleen2008-01-301-19/+1Star
* | | x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen2008-01-304-16/+28
* | | x86: lfence fixIngo Molnar2008-01-301-1/+1
* | | x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen2008-01-301-1/+2