public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Con Kolivas <kernel@kolivas.org>
To: linux kernel mailing list <linux-kernel@vger.kernel.org>,
	ck list <ck@vds.kolivas.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Ingo Molnar <mingo@elte.hu>
Subject: [PATCH][RSDL-mm 0/6] RSDL cpu scheduler for 2.6.21-rc3-mm2
Date: Sat, 17 Mar 2007 00:50:28 +1100	[thread overview]
Message-ID: <200703170050.28510.kernel@kolivas.org> (raw)

What follows is a patch series for the updated version of the Rotating 
Staircase DeadLine cpu scheduler.

The dropping of one patch in the series and modest rewrite of certain 
components means a fresh patch series is most appropriate, apologies for any 
inconvenience.


Changes

- Implemented the dithered priority slot bitmap which makes latencies between 
differential nice levels much smaller, allowing X to be run nice -n -10 for 
example.

- Dropped back to 140 bit bitmap. The expired bitmap became a necessity with 
the more complex priority matrix.

- Removed the static priority accounting. It wasn't being used for anything.

- Simplified the preempt check to correspond with the changed priority system.

- Made the rr interval slightly larger at 8ms, and to scale gently with rise 
in number of cpus. At 8ms it will round up to 10ms on 250HZ, whereas 
selecting 1000HZ by the user implies latency is more relevant and they will 
get the 8ms. The larger rr interval should decrease context switches and 
cache trashing. It would be quite easy to simply make this a meaningful 
tunable in /proc.

- Fixed a bug that was resetting priority in normal_prio() on wakeup

- Fixed a problem whereby new quota was not being set on reniced tasks until 
they had slept.

- Updated the documentation to match changed design.

- Lots of painkillers and rest

-- 
-ck

                 reply	other threads:[~2007-03-16 13:49 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=200703170050.28510.kernel@kolivas.org \
    --to=kernel@kolivas.org \
    --cc=akpm@linux-foundation.org \
    --cc=ck@vds.kolivas.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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