aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-29[CPUFREQ] check sysfs_create_link return valueAhmed S. Darwish1-4/+13
2006-12-22[CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change notificationVenkatesh Pallipadi1-0/+4
2006-12-13[CPUFREQ] fixes typo in cpufreq.cDhaval Giani1-1/+1
2006-12-12Merge ../linusDave Jones4-24/+29
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells2-15/+20
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-4/+6
2006-11-21[PATCH] Fix CPU_FREQ_GOV_ONDEMAND=y compile errorDave Jones1-0/+1
2006-11-20Add "pure_initcall" for static variable initializationLinus Torvalds1-1/+1
2006-11-06[CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy7-78/+150
2006-10-21[CPUFREQ] handle sysfs errorsJeff Garzik3-4/+29
2006-10-15[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi2-1/+28
2006-10-04[PATCH] cpufreq: make the transition_notifier chain use SRCUAlan Stern1-7/+13
2006-09-26[CPUFREQ] Fix cut-n-paste bug in suspend printkDave Jones1-1/+1
2006-09-22[CPUFREQ] Fix some more CPU hotplug locking.Dave Jones1-2/+0
2006-09-05[CPUFREQ] Fix sparse warning in ondemandDave Jones1-1/+1
2006-08-14[CPUFREQ] make drivers/cpufreq/cpufreq_ondemand.c:powersave_bias_target() staticAdrian Bunk1-2/+3
2006-08-11[CPUFREQ][2/2] ondemand: updated add powersave_bias tunableAlexey Starikovskiy1-17/+140
2006-08-11[CPUFREQ][1/2] ondemand: updated tune for hardware coordinationAlexey Starikovskiy1-5/+8
2006-08-11[CPUFREQ] Fix typo.Dave Jones1-1/+1
2006-07-31[CPUFREQ] [2/2] demand load governor modules.Jeremy Fitzhardinge1-0/+17
2006-07-31[CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.Jeremy Fitzhardinge1-23/+34
2006-07-31[CPUFREQ] return error when failing to set minfreqMattia Dongili1-0/+5
2006-07-26[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven4-26/+23
2006-07-23[cpufreq] ondemand: make shutdown sequence more robustLinus Torvalds1-6/+10
2006-07-07[PATCH] Fix cpufreq vs hotplug lockdep recursion.Dave Jones1-0/+4
2006-07-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-169/+91
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-30[CPUFREQ] Misc cleanups in ondemand.Venkatesh Pallipadi1-31/+19
2006-06-30[CPUFREQ] Make ondemand sampling per CPU and remove the mutex usage in sampling path.Venkatesh Pallipadi1-40/+32
2006-06-30[CPUFREQ] Remove slowdown from ondemand sampling path.Venkatesh Pallipadi1-98/+40
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman2-5/+7
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-23[PATCH] cpufreq build fixAndrew Morton2-0/+2
2006-06-21[CPUFREQ] Fix ondemand vs suspend deadlockVenkatesh Pallipadi2-0/+24
2006-06-04[CPUFREQ] cpufreq core {d,}printk adjustmentsJan Beulich1-4/+4
2006-05-30[CPUFREQ] Remove more freq_table reinitialisations.Dave Jones1-4/+8
2006-05-30[CPUFREQ] Fix another redundant initialisation in freq_tableDave Jones1-1/+1
2006-05-30[CPUFREQ] Remove duplicate assignment in freq_tableDave Jones1-1/+1
2006-05-30[CPUFREQ] CodingStyle nits in cpufreq_stats.cDave Jones1-3/+3
2006-05-08[PATCH] x86_64: Move ondemand timer into own work queueAndi Kleen1-8/+20
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-18[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exportedAdrian Bunk1-1/+0
2006-04-18[CPUFREQ] If max_freq got reduced (e.g. by _PPC) a write to sysfs scaling_governor let cpufreq core stuck at low max_freq for everThomas Renninger1-2/+15
2006-04-03[CPUFREQ] Update LART site URLErik Mouw1-1/+1
2006-04-01[CPUFREQ] Remove pointless check in conservative governor.Dave Jones1-4/+2
2006-03-29[CPUFREQ] trailing whitespace removal de-jour.Dave Jones1-3/+2
2006-03-29[CPUFREQ] extra debugging in cpufreq_add_dev()Dave Jones1-1/+1
2006-03-28[CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values when reselectedMattia Dongili1-2/+2