summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
AgeCommit message (Expand)Author
2009-12-22arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-11-24[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger
2009-11-17[CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...John Villalovos
2009-10-29percpu: make percpu symbols in cpufreq uniqueTejun Heo
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2009-09-15x86: Add generic aperf/mperf codePeter Zijlstra
2009-09-15x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra
2009-09-01[CPUFREQ] Create a blacklist for processors that should not load the acpi-cpu...Prarit Bhargava
2009-06-10CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton
2009-04-07ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi
2009-04-07ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-04-05Merge branch 'linus' into releaseLen Brown
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-27ACPI: cap off P-state transition latency from buggy BIOSesPallipadi, Venkatesh
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-02-24[CPUFREQ] checkpatch cleanups for acpi-cpufreqDave Jones
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell
2009-02-13tracing: convert c/p state power tracer to use tracepointsJason Baron
2009-02-09tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker
2009-01-20fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar
2009-01-19cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis
2009-01-16cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis
2009-01-15fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar
2009-01-13x86, cpufreq: remove leftover copymask_copy()Ingo Molnar
2009-01-12Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar
2009-01-06cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis
2009-01-06cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis
2009-01-06cpumask: use cpumask_var_t in acpi-cpufreq.cMike Travis
2009-01-06cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell
2008-11-26tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven
2008-10-23Merge branch 'linus' into testLen Brown
2008-10-10ACPI: don't load acpi_cpufreq if acpi=offYinghai Lu
2008-10-09[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com
2008-10-09[CPUFREQ] acpi-cpufreq: add error handling for cpufreq_register_driver() errorAkinobu Mita