summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones2011-05-1925-10549/+0
* [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-0415-238/+195
* [CPUFREQ] Fix _OSC UUID in pcc-cpufreqNaga Chumbalkar2011-05-041-2/+2
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-183-5/+5
|\
| * x86: Fix common misspellingsLucas De Marchi2011-03-183-5/+5
* | [CPUFREQ] pcc-cpufreq: remove duplicate statementsChumbalkar, Nagananda2011-03-161-2/+0
* | [CPUFREQ] powernow-k8: The table index is not worth displayingThomas Renninger2011-03-161-2/+1
|/
* [CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init.Naga Chumbalkar2011-03-091-1/+1
* [CPUFREQ] p4-clockmod: print EST-capable warning message only onceNaga Chumbalkar2011-03-011-3/+3
* [CPUFREQ] Fix another notifier leak in powernow-k8.Dave Jones2011-03-011-2/+2
* [CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.cNeil Brown2011-03-011-1/+8
* x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-1/+1
* x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-261-0/+1
|\
| * acpi-cpufreq: fix a memleak when unloading driverZhang Rui2010-10-121-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-10-262-3/+3
|\ \ | |/ |/|
| * [CPUFREQ]: x86, cpufreq: Mark longrun_get_policy with __cpuinit.Rakib Mullick2010-10-221-1/+1
| * [CPUFREQ] arch/x86/kernel/cpu/cpufreq: Fix unsigned return typeJulia Lawall2010-10-222-2/+2
* | [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_oscPekka Enberg2010-09-301-6/+12
* | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-09-301-1/+1
|/
* [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-042-27/+25
| |\
| | * [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-07-261-6/+5
| | * [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-07-261-8/+9
| | * [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-07-261-12/+6
| | * [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-07-261-1/+5
| * | update email addressPavel Machek2010-07-191-1/+1
| |/
* | [CPUFREQ] Remove pointless printk from p4-clockmod.Dave Jones2010-08-031-6/+1
* | [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cHolger Freyther2010-08-031-4/+4
* | [CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2010-08-032-16/+16
* | [CPUFREQ] Fix section mismatch for longrun_cpu_init.Holger Freyther2010-08-031-3/+3
* | [CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov2010-08-031-2/+2
* | [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-08-031-6/+3
* | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Kulikov Vasiliy2010-08-031-1/+1
* | [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-031-3/+0
* | [CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationThomas Renninger2010-08-031-2/+2
* | [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ...Marti Raudsepp2010-08-031-0/+2
* | [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-08-031-6/+5
* | [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-08-031-8/+9
* | [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-08-031-12/+6
* | [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-08-031-1/+5
|/
* x86, k8: Fix section mismatch for powernowk8_exit()Borislav Petkov2010-05-251-3/+3
* Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-0811-7/+4
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-7/+4
* | powernow-k8: Fix frequency reportingMark Langsdorf2010-04-091-1/+2
* | x86, cpufreq: Add APERF/MPERF support for AMD processorsMark Langsdorf2010-04-095-44/+72
* | powernow-k8: Add core performance boost supportBorislav Petkov2010-04-092-12/+151
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-03-073-0/+635
|\
| * [CPUFREQ] Fix cast warning in pcc driver.Dave Jones2010-01-131-2/+1