summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds20-714/+958
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones1-1/+0
2009-03-05[CPUFREQ] Prevent p4-clockmod from auto-binding to the ondemand governor.Dave Jones1-1/+4
2009-02-25[CPUFREQ] Make cpufreq-nforce2 less obnoxiousMatthew Garrett1-1/+1
2009-02-25[CPUFREQ] p4-clockmod reports wrong frequency.Matthias-Christian Ott2-14/+27
2009-02-25[CPUFREQ] powernow-k8: Use a common exit path.Dave Jones1-12/+10
2009-02-25[CPUFREQ] Change link order of x86 cpufreq modulesMatthew Garrett1-2/+6
2009-02-25[CPUFREQ] Use swap() in longhaul.cDave Jones1-7/+4
2009-02-25[CPUFREQ] checkpatch cleanups for acpi-cpufreqDave Jones1-18/+18
2009-02-25[CPUFREQ] powernow-k8: Only print error message once, not per core.Thomas Renninger1-6/+15
2009-02-25[CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI supportThomas Renninger3-49/+3
2009-02-25[CPUFREQ] checkpatch cleanups for powernow-k8Dave Jones1-125/+226
2009-02-25[CPUFREQ] checkpatch cleanups for powernow-k7Dave Jones1-100/+137
2009-02-25[CPUFREQ] checkpatch cleanups for speedstep related drivers.Dave Jones5-185/+258
2009-02-25[CPUFREQ] checkpatch cleanups for sc520Dave Jones1-13/+17
2009-02-25[CPUFREQ] checkpatch cleanups for powernow-k6Dave Jones1-18/+26
2009-02-25[CPUFREQ] checkpatch cleanups for longrunDave Jones1-11/+14
2009-02-25[CPUFREQ] checkpatch cleanups for longhaulDave Jones2-94/+100
2009-02-25[CPUFREQ] checkpatch cleanups for gx-suspmodDave Jones1-40/+65
2009-02-25[CPUFREQ] checkpatch cleanups for e_powersaverDave Jones1-9/+12
2009-02-25[CPUFREQ] checkpatch cleanups for elanfreqDave Jones1-2/+4
2009-02-25[CPUFREQ] nforce2: Use driver prefix, not cpufreq prefix.Dave Jones1-11/+11
2009-02-25[CPUFREQ] checkpatch cleanups for cpufreq-nforce2Dave Jones1-17/+21
2009-02-25[CPUFREQ] Stupidly trivial CodingStyle fixDave Jones1-1/+1
2009-02-16cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell1-5/+7
2009-02-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-6/+22
2009-02-05[CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS tableMark Langsdorf1-6/+22
2009-02-04ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger1-11/+0
2009-01-20fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar1-7/+4
2009-01-20cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis1-13/+9
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-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-119/+120
2009-01-08remove lots of double-semicolonsFernando Carrijo1-1/+1
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 Russell6-29/+29
2009-01-06cpumask: replace CPUMASK_ALLOC etc with cpumask_var_tRusty Russell1-12/+9
2009-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-28/+38
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 Russell3-12/+48
2008-12-05[CPUFREQ] Add Celeron Core support to p4-clockmod.Herton Ronaldo Krzesinski1-0/+1
2008-12-05[CPUFREQ] add to speedstep-lib additional fsb values for core processorsHerton Ronaldo Krzesinski1-0/+9
2008-12-05[CPUFREQ] Disable sysfs ui for p4-clockmod.Matthew Garrett1-0/+1
2008-12-05[CPUFREQ] p4-clockmod: reduce noiseDominik Brodowski1-1/+3
2008-12-05[CPUFREQ] clean up speedstep-centrino and reduce cpumask_t usageRusty Russell1-27/+24
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2-4/+31
2008-11-26tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven1-0/+4
2008-11-25[CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2-4/+31