summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Fix BUG: using smp_processor_id() in preemptible codeAndrea Righi2008-10-091-1/+4
* [CPUFREQ] Don't export governors for default governorSven Wegener2008-10-091-1/+3
* [CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governorvenkatesh.pallipadi@intel.com2008-10-091-1/+44
* [CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differentialvenkatesh.pallipadi@intel.com2008-10-091-2/+9
* [CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-micr...venkatesh.pallipadi@intel.com2008-10-091-14/+15
* [CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coor...venkatesh.pallipadi@intel.com2008-10-091-30/+35
* [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com2008-10-091-1/+1
* [CPUFREQ] add error handling for cpufreq_register_governor() errorAkinobu Mita2008-10-091-1/+7
* cpufreq: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* cpufreq: Initialise default governor before useJohannes Weiner2008-01-171-1/+4
* [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as def...Thomas Renninger2007-10-041-13/+9
* [CPUFREQ] ondemand: fix tickless accounting and software coordination bugVenki Pallipadi2007-06-211-7/+18
* [CPUFREQ] ondemand: add a check to avoid negative load calculationVenki Pallipadi2007-06-211-2/+3
* Add a new deferrable delayed work initVenki Pallipadi2007-05-081-1/+1
* [CPUFREQ] cpufreq_ondemand.c: don't use _WORK_NAROleg Nesterov2007-02-201-4/+1
* [CPUFREQ] Whitespace fixupDave Jones2007-02-101-1/+1
* [CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callbackVenkatesh Pallipadi2007-02-101-18/+16
* [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
OpenPOWER on IntegriCloud