aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+2
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven1-5/+2
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+21
2009-09-15x86: Add generic aperf/mperf codePeter Zijlstra1-70/+9
2009-09-15x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra1-7/+2
2009-09-01[CPUFREQ] Create a blacklist for processors that should not load the acpi-cpufreq module.Prarit Bhargava1-0/+21
2009-06-10CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte1-5/+1
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu1-1/+1
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger1-3/+4
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger1-1/+1
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger1-6/+2
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh1-5/+10
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds1-0/+6
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds1-1/+1
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-07ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi1-5/+10
2009-04-07ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi1-22/+20
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+12
2009-04-05Merge branch 'linus' into releaseLen Brown1-19/+19
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-1/+3
2009-03-27ACPI: cap off P-state transition latency from buggy BIOSesPallipadi, Venkatesh1-0/+12
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
2009-02-24[CPUFREQ] checkpatch cleanups for acpi-cpufreqDave Jones1-18/+18
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell1-1/+1
2009-02-13tracing: convert c/p state power tracer to use tracepointsJason Baron1-0/+2
2009-02-09tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker1-1/+1
2009-01-20fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar1-7/+4
2009-01-19cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis1-13/+9
2009-01-16cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis1-13/+9
2009-01-15fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar1-9/+4
2009-01-13x86, cpufreq: remove leftover copymask_copy()Ingo Molnar1-2/+0
2009-01-12Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar1-13/+12
2009-01-06cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis1-40/+43
2009-01-06cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis1-12/+13
2009-01-06cpumask: use cpumask_var_t in acpi-cpufreq.cMike Travis1-29/+29
2009-01-06cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell1-5/+5
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis1-2/+3
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell1-3/+24
2008-11-26tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven1-0/+4
2008-10-23Merge branch 'linus' into testLen Brown1-5/+8
2008-10-10ACPI: don't load acpi_cpufreq if acpi=offYinghai Lu1-0/+3
2008-10-09[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com1-2/+3
2008-10-09[CPUFREQ] acpi-cpufreq: add error handling for cpufreq_register_driver() errorAkinobu Mita1-3/+5
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-7/+3
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-3/+7
2008-05-23x86: use performance variant for_each_cpu_mask_nrMike Travis1-3/+3
2008-04-28[CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanismDarrick J. Wong1-0/+1
2008-04-28[CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our back.Venkatesh Pallipadi1-0/+10