cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/6] cpufreq: Use idle micro-accounting information in ondemand governor
@ 2008-07-17 20:55 venkatesh.pallipadi
  2008-07-17 20:55 ` [patch 1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg() venkatesh.pallipadi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: venkatesh.pallipadi @ 2008-07-17 20:55 UTC (permalink / raw)
  To: cpufreq; +Cc: davej

Currently, ondemand governor uses jiffy based idle statistics which is
very coarse grained. As a result, ondemand uses a big gaurd band around
CPU utilization while calculating the next freq.

This patchset lets ondemand use idle microaccounting when available
(when tickless feature is present) and switches to a smaller gaurd band.
This lets us do more aggressive power savings in partial idle workloads.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>


-- 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-07-30 16:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 20:55 [patch 0/6] cpufreq: Use idle micro-accounting information in ondemand governor venkatesh.pallipadi
2008-07-17 20:55 ` [patch 1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg() venkatesh.pallipadi
2008-07-17 20:55 ` [patch 2/6] cpufreq: Change load calculation in ondemand for software coordination venkatesh.pallipadi
2008-07-17 20:55 ` [patch 3/6] cpufreq: get_cpu_idle_time() changes in ondemand to suit idle-microaccounting venkatesh.pallipadi
2008-07-17 20:55 ` [patch 4/6] cpufreq_ondemand: Parameterize down differential venkatesh.pallipadi
2008-07-17 20:55 ` [patch 5/6] cpufreq: Changes to get_cpu_idle_time_us(), to be used in ondemand governor venkatesh.pallipadi
2008-07-17 20:56 ` [patch 6/6] cpufreq: Add idle microaccounting " venkatesh.pallipadi
2008-07-30 16:56 ` [patch 0/6] cpufreq: Use idle micro-accounting information " Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).