aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_conservative.c
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Don't export governors for default governorSven Wegener2008-10-091-1/+3
* [CPUFREQ] use deferrable delayed work init in conservative governorBen Slusky2008-10-091-0/+1
* [CPUFREQ] Fix -Wshadow warning in conservative governor.Dave Jones2008-08-081-10/+10
* cpufreq: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-1/+1
* cpufreq: Initialise default governor before useJohannes Weiner2008-01-171-0/+4
* [CPUFREQ] Fix up whitespace in conservative governor.Dave Jones2007-10-221-61/+60
* [CPUFREQ] Make cpufreq_conservative handle out-of-sync events properlyElias Oltmanns2007-10-221-2/+30
* [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as def...Thomas Renninger2007-10-041-10/+9
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-161-2/+0
|\
| * [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-101-2/+0
* | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
|/
* Merge ../linusDave Jones2006-12-121-4/+3
|\
| * WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+3
* | [CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy2006-11-061-8/+15
* | [CPUFREQ] handle sysfs errorsJeff Garzik2006-10-211-1/+9
|/
* [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven2006-07-261-2/+0
* [PATCH] cpufreq build fixAndrew Morton2006-06-231-0/+1
* [CPUFREQ] Fix ondemand vs suspend deadlockVenkatesh Pallipadi2006-06-211-0/+12
* [CPUFREQ] Remove pointless check in conservative governor.Dave Jones2006-04-011-4/+2
* [CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values wh...Mattia Dongili2006-03-281-2/+2
* [PATCH] cpufreq_conservative: alternative initialise approachAlexander Clouter2006-03-261-37/+18
* [PATCH] cpufreq_conservative: make for_each_cpu() safeAlexander Clouter2006-03-261-49/+42
* [PATCH] cpufreq_conservative: alter default responsivenessAlexander Clouter2006-03-261-1/+1
* [PATCH] cpufreq_conservative: aligning of codebase with ondemandAlexander Clouter2006-03-261-26/+27
* [CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.akpm@osdl.org2006-01-181-26/+26
* [PATCH] cpufreq_conservative/ondemand: invert meaning of 'ignore nice'Alexander Clouter2005-12-011-5/+5
* [PATCH] cpufreq: SMP fix for conservative governorDave Jones2005-10-271-3/+3
* [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-35/+18
* [CPUFREQ] Conservative cpufreq governerDave Jones2005-05-311-0/+613