| From: |
| Con Kolivas <kernel@kolivas.org> |
| To: |
| linux <linux-kernel@vger.kernel.org> |
| Subject: |
| Plugsched 041117 |
| Date: |
| Thu, 18 Nov 2004 00:05:51 +1100 |
| Cc: |
| CK Kernel <ck@vds.kolivas.org>,
Peter Williams <pwil3058@bigpond.net.au>,
Chris Han <xiphux@gmail.com> |
An updated version of the pluggable cpu scheduler framework is available
for 2.6.10-rc2-mm1
http://ck.kolivas.org/patches/plugsched/2.6.10-rc2-mm1/
The main changes in this version are a more robust version of minisched
and the addition of "nanosched".
Nanosched is a minimal uniprocessor non preemptive scheduler with no
priority support at all for the smallest environments.
Peter Williams is working on sharing more code between schedulers and
Chris Han has a working sysfs interface to the scheduler tunables that I
will be looking at merging in some form in the near future (thanks).
Cheers,
Con