From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: "John Stultz" <john.stultz@linaro.org>,
"Arve Hj�nnev�g" <arve@android.com>,
"Ingo Molnar" <mingo@elte.hu>,
"Peter Zijlstra" <peterz@infradead.org>,
"Dima Zavin" <dima@android.com>,
"Erik Gilling" <konkers@android.com>,
"Mike Chan" <mike@android.com>
Subject: [PATCH 0/5] [RFC] Trivial scheduler related Android patches
Date: Fri, 19 Nov 2010 18:08:49 -0800 [thread overview]
Message-ID: <1290218934-8544-1-git-send-email-john.stultz@linaro.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 2763 bytes --]
So after all the heat that was generated in the various Android
discussions, I took a look a look at the android git tree, and
while there are a fair number of large and controversial
infrastructure changes, there are also a number of small fixes
that apply easily against Linus' git tree.
So after cherry picking these 50-some small patches out of the
android tree, I organized them into topic branches, and over
the next few weeks, I hope to send them out to lkml and topic
maintainers for comments.
Now, I'm not proposing that these changes be merged as-is. It
may very well be that, unknown to me, android developers have
already tried to submit these patches and they have been rejected
for good reason. Or some patches may very well be necessary hacks
to get thing shipping while deeper fixes are being worked on. If
that is the case, let me know and forgive me for the noise.
But as, it seemed many of these small changes have been obscured
by the debate over the larger infrastructure changes, I wanted
to bring them forward so that possibly good fixes were not missed
in the controversy.
Maintainers: If you do find any of these patches distasteful,
that's fine, I'll be happy to drop them from my tree for now.
I really don't want to stir up another huge mail thread over these
small patches, but I'd appreciate if you'd consider them as a
bug report illustrating an issue or a desired feature, and suggest
what you see as a reasonable way to accomplish the desired
functionality presented in the patch.
The following patches are just the scheduler related trivial patches
from the Android tree. You can find this as well as my other trivial
Android topic branches here:
http://git.linaro.org/gitweb?p=people/jstultz/linux.git;a=summary
thanks
-john
Cc: Arve Hjønnevåg <arve@android.com>
CC: Ingo Molnar <mingo@elte.hu>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Dima Zavin <dima@android.com>
CC: Erik Gilling <konkers@android.com>
CC: Mike Chan <mike@android.com>
Arve Hjønnevåg (1):
sched: Enable might_sleep before initializing drivers.
Dima Zavin (1):
sched: use the old min_vruntime when normalizing on dequeue
Erik Gilling (1):
sched: make task dump print all 15 chars of proc comm
Mike Chan (2):
scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU
frequencies
scheduler: cpuacct: Enable platform callbacks for cpuacct power
tracking
Documentation/cgroups/cpuacct.txt | 7 +++
include/linux/cpuacct.h | 43 +++++++++++++++++++
kernel/sched.c | 84 ++++++++++++++++++++++++++++++++++++-
kernel/sched_fair.c | 6 ++-
4 files changed, 137 insertions(+), 3 deletions(-)
create mode 100644 include/linux/cpuacct.h
--
1.7.3.2.146.gca209
next reply other threads:[~2010-11-20 2:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-20 2:08 John Stultz [this message]
2010-11-20 2:08 ` [PATCH 1/5] sched: Enable might_sleep before initializing drivers John Stultz
2010-11-20 10:42 ` Peter Zijlstra
2010-11-20 2:08 ` [PATCH 2/5] sched: make task dump print all 15 chars of proc comm John Stultz
2010-11-23 10:21 ` [tip:sched/core] sched: Make " tip-bot for Erik Gilling
2010-11-20 2:08 ` [PATCH 3/5] scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequencies John Stultz
2010-11-20 10:48 ` Peter Zijlstra
2010-11-22 5:51 ` Florian Mickler
2010-11-22 10:43 ` Peter Zijlstra
2010-11-22 12:23 ` Florian Mickler
2010-11-23 2:05 ` Mike Chan
2010-11-23 11:35 ` Peter Zijlstra
2010-11-20 2:08 ` [PATCH 4/5] scheduler: cpuacct: Enable platform callbacks for cpuacct power tracking John Stultz
2010-11-20 2:08 ` [PATCH 5/5] sched: use the old min_vruntime when normalizing on dequeue John Stultz
2010-11-20 10:55 ` Peter Zijlstra
2010-11-20 12:33 ` Peter Zijlstra
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=1290218934-8544-1-git-send-email-john.stultz@linaro.org \
--to=john.stultz@linaro.org \
--cc=arve@android.com \
--cc=dima@android.com \
--cc=konkers@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mike@android.com \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
/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