From: tuukka.tikkanen@linaro.org
To: rjw@sisk.pl, daniel.lezcano@linaro.org, linux-pm@vger.kernel.org
Cc: private-pmwg@linaro.org, linux-kernel@vger.kernel.org,
Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Subject: [PATCH 0/8] Cpuidle: Menu governor fixes
Date: Wed, 14 Aug 2013 19:02:33 +0300 [thread overview]
Message-ID: <cover.1376487596.git.tuukka.tikkanen@linaro.org> (raw)
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
next reply other threads:[~2013-08-14 16:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-14 16:02 tuukka.tikkanen [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1376487596.git.tuukka.tikkanen@linaro.org \
--to=tuukka.tikkanen@linaro.org \
--cc=daniel.lezcano@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=private-pmwg@linaro.org \
--cc=rjw@sisk.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).