All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] minor optimizations to ondemand governor
@ 2006-06-28 20:48 Venkatesh Pallipadi
  2006-06-30  5:06 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Venkatesh Pallipadi @ 2006-06-28 20:48 UTC (permalink / raw)
  To: cpufreq; +Cc: alexey.y.starikovskiy, Dave Jones, Len Brown


Patch series with optimizations to ondemand governor and some coding-style
cleanups.

[PATCH 1/4] minor optimizations to ondemand governor
ondemand_remove_slowdown_06.patch
Removes the slowdown option from ondemand governor. This simplifies code in
periodic sampling a lot and reduces the path length in dbs_check_cpu 
by half.

[PATCH 2/4] minor optimizations to ondemand governor
queue_delayed_work_on_02.patch
Add a new interface to workqueue to enable scheduling work on a particular CPU.

[PATCH 3/4] minor optimizations to ondemand governor
ondemand_percpu_06.patch
Use queue_delayed_work_on interface to make ondemand sampling percpu. This also
removes the mutex in sampling path.

[PATCH 4/4] minor optimizations to ondemand governor
ondemand_misc_cleanups_06.patch
Misc. cleanups to ondemand from coding-style perspective.

Thanks,
Venki

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

end of thread, other threads:[~2006-06-30  5:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 20:48 [PATCH 0/4] minor optimizations to ondemand governor Venkatesh Pallipadi
2006-06-30  5:06 ` Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.