From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venkatesh Pallipadi Subject: [PATCH 0/4] minor optimizations to ondemand governor Date: Wed, 28 Jun 2006 13:48:27 -0700 Message-ID: <20060628134827.A12989@unix-os.sc.intel.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cpufreq-bounces@lists.linux.org.uk Errors-To: cpufreq-bounces+glkc-cpufreq=m.gmane.org+glkc-cpufreq=m.gmane.org@lists.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cpufreq Cc: alexey.y.starikovskiy@intel.com, 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