linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Cpuidle: Menu governor fixes
@ 2013-08-14 16:02 tuukka.tikkanen
       [not found] ` <cover.1376493949.git.tuukka.tikkanen@linaro.org>
  0 siblings, 1 reply; 9+ messages in thread
From: tuukka.tikkanen @ 2013-08-14 16:02 UTC (permalink / raw)
  To: rjw, daniel.lezcano, linux-pm; +Cc: private-pmwg, linux-kernel, Tuukka Tikkanen

From: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>

This series of patches fixes some bugs, style issues and wild use of
variable types in cpuidle menu governor. One of the bugs is a logic
flaw where a detected previously recurring pattern is given priority
over known guaranteed earlier wakeup. The others involve value
overflows.

Tuukka Tikkanen (8):
  Cpuidle: Ignore interval prediction result when timer is shorter
  Cpuidle: Rearrange code and comments in get_typical_interval()
  Cpuidle: Check called function parameter in get_typical_interval()
  Cpuidle: CodingStyle: Break up multiple assignments on single line
  Cpuidle: Fix menu_device->intervals type
  Cpuidle: Fix variable domains in get_typical_interval()
  Cpuidle: Add a comment warning about possible overflow
  Cpuidle: Change struct menu_device field types

 drivers/cpuidle/governors/menu.c |   96 ++++++++++++++++++++++++++------------
 1 file changed, 65 insertions(+), 31 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-08-14 16:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 16:02 [PATCH 0/8] Cpuidle: Menu governor fixes tuukka.tikkanen
     [not found] ` <cover.1376493949.git.tuukka.tikkanen@linaro.org>
2013-08-14 16:02   ` [PATCH 1/8] Cpuidle: Ignore interval prediction result when timer is shorter tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 2/8] Cpuidle: Rearrange code and comments in get_typical_interval() tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 3/8] Cpuidle: Check called function parameter " tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 4/8] Cpuidle: CodingStyle: Break up multiple assignments on single line tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 5/8] Cpuidle: Fix menu_device->intervals type tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 6/8] Cpuidle: Fix variable domains in get_typical_interval() tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 7/8] Cpuidle: Add a comment warning about possible overflow tuukka.tikkanen
2013-08-14 16:02   ` [PATCH 8/8] Cpuidle: Change struct menu_device field types tuukka.tikkanen

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