summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones2011-05-191-773/+0
* [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-041-24/+21
* acpi-cpufreq: fix a memleak when unloading driverZhang Rui2010-10-121-0/+1
* [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-08-131-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
* Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-081-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | x86, cpufreq: Add APERF/MPERF support for AMD processorsMark Langsdorf2010-04-091-42/+2
|/
* arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
* 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
* | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-241-8/+9
* | [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...John Villalovos2009-11-171-6/+17
|/
* 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-181-0/+21
|\ \ | |/ |/|
| * [CPUFREQ] Create a blacklist for processors that should not load the acpi-cpu...Prarit Bhargava2009-09-011-0/+21
* | x86: Add generic aperf/mperf codePeter Zijlstra2009-09-151-70/+9
* | x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra2009-09-151-7/+2
|/
* 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-091-1/+1
* acpi-cpufreq: fix printk typo and indentationJoe Perches2009-05-291-2/+2
* acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger2009-04-191-3/+4
* acpi-cpufreq: style-only: add parens to math expressionThomas Renninger2009-04-191-1/+1
* acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger2009-04-191-6/+2
* x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh2009-04-191-5/+10
* acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds2009-04-151-0/+6
* Fix quilt merge error in acpi-cpufreq.cLinus Torvalds2009-04-131-1/+1
* cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton2009-04-131-15/+9
* ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi2009-04-071-5/+10
* ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi2009-04-071-22/+20
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-04-051-0/+12
|\
| * Merge branch 'linus' into releaseLen Brown2009-04-051-19/+19
| |\
| * | ACPI: cap off P-state transition latency from buggy BIOSesPallipadi, Venkatesh2009-03-271-0/+12
* | | Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-1/+3
|\ \ \ | |_|/ |/| |
| * | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-1/+1
| |\ \
| * | | tracing: convert c/p state power tracer to use tracepointsJason Baron2009-02-131-0/+2
| * | | tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker2009-02-091-1/+1
| | |/ | |/|
* | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\ \ \ | | |/ | |/|
| * | alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-1/+1
| * | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-161-13/+9
| * | fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-151-9/+4
* | | [CPUFREQ] checkpatch cleanups for acpi-cpufreqDave Jones2009-02-241-18/+18
| |/ |/|
* | fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-201-7/+4
* | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-191-13/+9
* | x86, cpufreq: remove leftover copymask_copy()Ingo Molnar2009-01-131-2/+0
|/
* Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar2009-01-121-13/+12
* cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis2009-01-061-40/+43
* cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-061-12/+13
OpenPOWER on IntegriCloud