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

* Re: [PATCH 0/4] minor optimizations to ondemand governor
  2006-06-28 20:48 [PATCH 0/4] minor optimizations to ondemand governor Venkatesh Pallipadi
@ 2006-06-30  5:06 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2006-06-30  5:06 UTC (permalink / raw)
  To: Venkatesh Pallipadi; +Cc: alexey.y.starikovskiy, cpufreq, Len Brown

On Wed, Jun 28, 2006 at 01:48:27PM -0700, Venkatesh Pallipadi wrote:
 > 
 > 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.

Minor annoyance: Give the Subject: lines some more context,
as git uses them for short-log generation, and

[CPUFREQ] Remove the slowdown option from ondemand governor
[CPUFREQ] Add a new interface to workqueue to enable scheduling work on a particular CPU.

looks a bit more informative than

[CPUFREQ] [1/4] minor optimizations to ondemand governor
[CPUFREQ] [2/4] minor optimizations to ondemand governor
etc...

(I'll fix these up this time around, as they don't look like
 they'll need much more work, and I need to make some minor edits anyway)

Other minor review comments follow:

		Dave

-- 
http://www.codemonkey.org.uk

^ 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.