aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c
Commit message (Expand)AuthorAgeFilesLines
...
* [CPUFREQ] ondemand governor restructure the work callbackVenkatesh Pallipadi2007-02-101-12/+16
* [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-101-2/+0
* Merge ../linusDave Jones2006-12-121-11/+17
|\
| * WorkStruct: make allyesconfigDavid Howells2006-11-221-11/+17
* | [CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy2006-11-061-4/+8
* | [CPUFREQ] handle sysfs errorsJeff Garzik2006-10-211-1/+11
* | [CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi2006-10-151-1/+8
|/
* [CPUFREQ] Fix sparse warning in ondemandDave Jones2006-09-051-1/+1
* [CPUFREQ] make drivers/cpufreq/cpufreq_ondemand.c:powersave_bias_target() staticAdrian Bunk2006-08-141-2/+3
* [CPUFREQ][2/2] ondemand: updated add powersave_bias tunableAlexey Starikovskiy2006-08-111-17/+140
* [CPUFREQ][1/2] ondemand: updated tune for hardware coordinationAlexey Starikovskiy2006-08-111-5/+8
* [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven2006-07-261-2/+2
* [cpufreq] ondemand: make shutdown sequence more robustLinus Torvalds2006-07-231-6/+10
* [CPUFREQ] Misc cleanups in ondemand.Venkatesh Pallipadi2006-06-301-31/+19
* [CPUFREQ] Make ondemand sampling per CPU and remove the mutex usage in sampli...Venkatesh Pallipadi2006-06-301-40/+32
* [CPUFREQ] Remove slowdown from ondemand sampling path.Venkatesh Pallipadi2006-06-301-98/+40
* [PATCH] cpufreq build fixAndrew Morton2006-06-231-0/+1
* [CPUFREQ] Fix ondemand vs suspend deadlockVenkatesh Pallipadi2006-06-211-0/+12
* [PATCH] x86_64: Move ondemand timer into own work queueAndi Kleen2006-05-081-8/+20
* [PATCH] cpufreq_ondemand: add range checkDominik Brodowski2006-03-261-0/+3
* [PATCH] cpufreq_ondemand: keep ignore_nice_load value when it is reselectedEric Piel2006-03-261-2/+1
* [PATCH] cpufreq_ondemand: Warn if it cannot run due to too long transition la...Eric Piel2006-03-261-1/+4
* [CPUFREQ] Lots of whitespace & CodingStyle cleanup.Dave Jones2006-02-281-43/+43
* [CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.akpm@osdl.org2006-01-181-20/+21
* [PATCH] cpufreq_conservative/ondemand: invert meaning of 'ignore nice'Alexander Clouter2005-12-011-5/+5
* [CPUFREQ] Avoid the ondemand cpufreq governor to use a too high frequency for...Dave Jones2005-09-201-6/+12
* [CPUFREQ] ondemand governor default sampling downfactor as 1Dave Jones2005-05-311-1/+5
* [CPUFREQ] ondemand governor automatic downscalingDave Jones2005-05-311-92/+25
* [CPUFREQ] ondemand,conservative governor idle_tick clean-upDave Jones2005-05-311-21/+5
* [CPUFREQ] ondemand,conservative governor store the idle ticks for all cpusDave Jones2005-05-311-1/+7
* [CPUFREQ] ondemand,conservative minor bug-fix and cleanupDave Jones2005-05-311-38/+20
* [CPUFREQ] Allow ondemand stepping to be changed by user.Dave Jones2005-05-311-6/+36
* [CPUFREQ] Prevents un-necessary cpufreq changes if we are already at min/maxDave Jones2005-05-311-0/+8
* [CPUFREQ] Add support to cpufreq_ondemand to ignore 'nice' cpu timeDave Jones2005-05-311-4/+62
* [CPUFREQ] make cpufreq_gov_dbs staticDave Jones2005-05-311-2/+1
* [CPUFREQ] ondemand: trivial clean-upsDave Jones2005-05-311-8/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+491