From: Clark Williams <williams@redhat.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>,
Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>,
Steven Rostedt <rostedt@goodmis.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/2] sched: move sysctl bits into new header and add a SCHED_RR tuning knob
Date: Mon, 28 Jan 2013 14:31:05 -0600 [thread overview]
Message-ID: <20130128143105.7e800341@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 898 bytes --]
Ingo,
What follows are the changes I submitted earlier as two patches. The
first creates the new file include/linux/sched_sysctl.h and moves all
the existing sysctl scheduler knobs into there. The second creates a
new scheduler tuning knob which allows changes the SCHED_RR timeslice
value.
These patches are against tip/master.
Clark Williams (2):
sched: move scheduler sysctl bits into dedicated header file
sched/rt: add a tuning knob to allow changing RR timeslice
include/linux/sched.h | 102 +----------------------------------
include/linux/sched_sysctl.h | 126 +++++++++++++++++++++++++++++++++++++++++++
kernel/sched/core.c | 18 +++++++
kernel/sched/rt.c | 6 ++-
kernel/sysctl.c | 8 +++
5 files changed, 157 insertions(+), 103 deletions(-)
create mode 100644 include/linux/sched_sysctl.h
--
1.7.11.7
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
reply other threads:[~2013-01-28 20:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130128143105.7e800341@redhat.com \
--to=williams@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/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 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.