summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [CPUFREQ] Processor Clocking Control interface driverNaga Chumbalkar2010-01-133-0/+636
* | 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
* | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
* | cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-171-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-14/+14
|\
| * percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-291-14/+14
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-118-47/+57
|\ \
| * | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-243-24/+29
| * | [CPUFREQ] use an enum for speedstep processor identificationRusty Russell2009-11-244-17/+17
| * | [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ...Krzysztof Helt2009-11-241-1/+1
| * | [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow...Rusty Russell2009-11-241-5/+10
* | | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-241-1/+1
|/ /
* | [CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4...Rusty Russell2009-11-171-12/+7
* | [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...John Villalovos2009-11-171-6/+17
* | [CPUFREQ] powernow-k8: Fix test in get_transition_latency()Roel Kluin2009-11-171-1/+1
* | [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUsKrzysztof Helt2009-11-171-1/+1
|/
* Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-201-5/+2
|\
| * tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-191-5/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-09-182-32/+33
|\ \ | |/ |/|
| * [CPUFREQ] Fix NULL ptr regression in powernow-k8Kurt Roeckx2009-09-161-7/+8
| * [CPUFREQ] Create a blacklist for processors that should not load the acpi-cpu...Prarit Bhargava2009-09-011-0/+21
| * [CPUFREQ] Powernow-k8: Enable more than 2 low P-statesMark Langsdorf2009-09-011-25/+4
* | x86: Add generic aperf/mperf codePeter Zijlstra2009-09-151-70/+9
* | x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra2009-09-151-7/+2
|/
* 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-062-20/+13
* [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe...Rusty Russell2009-06-152-15/+4
* [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.cRusty Russell2009-06-151-58/+60
* [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst...Rusty Russell2009-06-151-43/+17
* [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.cRusty Russell2009-06-152-39/+55
* [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
* CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUSHarald Welte2009-06-101-3/+6
* CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte2009-06-101-5/+1
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-094-4/+4
* [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones2009-06-051-6/+7
OpenPOWER on IntegriCloud