summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86, cpufreq: fix Speedfreq-SMI call that clobbers ECXStephan Diestelhorst2008-03-261-15/+24
* x86: convert mtrr/generic.c to kernel-docRandy Dunlap2008-03-261-19/+23
* x86: trim mtrr don't close gap for resource allocation.Yinghai Lu2008-03-211-1/+2
* [CPUFREQ] Remove debugging message from e_powersaverDave Jones2008-03-051-2/+6
* x86: fix boot failure on 486 due to TSC breakageMikael Pettersson2008-02-261-1/+1
* x86: don't print a warning when MTRR are blank and running in KVMJoerg Roedel2008-02-261-2/+6
* x86/mtrr: fix kernel-doc missing notationRandy Dunlap2008-02-261-0/+1
* x86: do not promote TM3x00/TM5x00 to i686-classH. Peter Anvin2008-02-261-7/+0
* remove mca-pentiumAdrian Bunk2008-02-191-8/+0
* 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/+1
|\
| *-----. Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown2008-02-071-4/+1
| |\ \ \ \
| | | | * | Revert "speedstep-lib.c: fix frequency multiplier for Pentium4 models 0&1"Zhao Yakui2007-11-201-4/+1
| | | |/ / | | |/| |
* | | | | [CPUFREQ] Add missing printk levels to e_powersaverDave Jones2008-02-061-12/+12
* | | | | [CPUFREQ] Fix sparse warning in powernow-k8Dave Jones2008-02-061-1/+3
* | | | | [CPUFREQ] Support Model D parts and newer in e_powersaverJesse Ahrens2008-02-061-5/+32
* | | | | [CPUFREQ] Powernow-k8: Update to support the latest Turion processorsMark Langsdorf2008-02-061-1/+1
* | | | | [CPUFREQ] powernow-k8 print pstate instead of fid/did for family 10hYinghai Lu2008-02-061-3/+2
* | | | | [CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_dataDave Young2008-02-061-2/+2
* | | | | [CPUFREQ] arch/x86: Add missing "space"Joe Perches2008-02-061-1/+1
* | | | | [CPUFREQ] Remove pointless Kconfig dependancyDave Jones2008-02-061-2/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-062-11/+9
|\ \ \ \
| * | | | x86: fix mttr trimmingYinghai Lu2008-02-061-10/+9
| * | | | x86: fix sparse warnings in powernow-k8.cHarvey Harrison2008-02-061-1/+0
* | | | | idle_regs() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* | | | | calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-2/+0
|/ / / /
* | | | 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/+9
* | | | x86: add include to cpu/intel.cHarvey Harrison2008-02-041-0/+1
* | | | x86: remove long dead cyrix mtrr codeHarvey Harrison2008-02-042-119/+0
* | | | 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/+0
* | | 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/+7
* | | 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/+1
* | | x86: don't disable RDTSC in userland for 32bit notscAndi Kleen2008-01-301-1/+0
* | | x86: convert some existing cpuid disable options to new generic bitmapAndi Kleen2008-01-301-30/+4
* | | 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