aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones2011-05-191-1607/+0
* [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-041-50/+50
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-1/+1
|\
| * x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* | [CPUFREQ] powernow-k8: The table index is not worth displayingThomas Renninger2011-03-161-2/+1
|/
* [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 '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-041-6/+5
| |\
| | * [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-07-261-6/+5
| * | update email addressPavel Machek2010-07-191-1/+1
| |/
* | [CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov2010-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
|/
* x86, k8: Fix section mismatch for powernowk8_exit()Borislav Petkov2010-05-251-3/+3
* powernow-k8: Fix frequency reportingMark Langsdorf2010-04-091-1/+2
* x86, cpufreq: Add APERF/MPERF support for AMD processorsMark Langsdorf2010-04-091-0/+8
* powernow-k8: Add core performance boost supportBorislav Petkov2010-04-091-10/+151
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-3/+3
|\
| * ACPI: replace acpi_integer by u64Lin Ming2010-01-281-3/+3
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-02-081-1/+2
|\ \ | |/ |/|
| * [CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger2010-01-131-1/+2
* | cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-171-1/+1
|/
* [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-241-8/+9
* [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow...Rusty Russell2009-11-241-5/+10
* [CPUFREQ] powernow-k8: Fix test in get_transition_latency()Roel Kluin2009-11-171-1/+1
* [CPUFREQ] Fix NULL ptr regression in powernow-k8Kurt Roeckx2009-09-161-7/+8
* [CPUFREQ] Powernow-k8: Enable more than 2 low P-statesMark Langsdorf2009-09-011-25/+4
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-061-19/+11
* [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe...Rusty Russell2009-06-151-4/+4
* [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.cRusty Russell2009-06-151-58/+60
* [CPUFREQ] powernow-k8: get drv data for correct CPUNaga Chumbalkar2009-06-151-5/+1
* [CPUFREQ] powernow-k8: read P-state from HWNaga Chumbalkar2009-06-151-14/+11
* [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]Andrew Morton2009-06-151-4/+3
* [CPUFREQ] powernow-k8.c: mess cleanupLuis Henriques2009-06-151-7/+9
* [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0Thomas Renninger2009-06-151-0/+13
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-091-1/+1
* [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones2009-06-051-6/+7
* [CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann2009-05-261-2/+21
* [CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger2009-05-261-14/+5
* Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-301-153/+233
|\
| * [CPUFREQ] powernow-k8: Use a common exit path.Dave Jones2009-02-241-12/+10
| * [CPUFREQ] powernow-k8: Only print error message once, not per core.Thomas Renninger2009-02-241-6/+15
| * [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI supportThomas Renninger2009-02-241-28/+0
| * [CPUFREQ] checkpatch cleanups for powernow-k8Dave Jones2009-02-241-125/+226
* | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-131-5/+8
|/
* cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell2009-02-161-5/+7