public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sched:  move sysctl bits into new header and add a SCHED_RR tuning knob
@ 2013-01-28 20:31 Clark Williams
  0 siblings, 0 replies; only message in thread
From: Clark Williams @ 2013-01-28 20:31 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Peter Zijlstra, Thomas Gleixner, Ingo Molnar, Steven Rostedt,
	LKML

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-28 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 20:31 [PATCH 0/2] sched: move sysctl bits into new header and add a SCHED_RR tuning knob Clark Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox