LWN.net Logo

Scheduler policies for staircase

From:  Con Kolivas <kernel@kolivas.org>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH][0/3] Scheduler policies for staircase
Date:  Wed, 04 Aug 2004 10:40:26 +1000

These patches are not required to evaluate the staircase scheduler that is 
currently in mm2, so akpm you dont need to add these. However the users of 
the -ck patchset have been safely using the extra scheduling policies that 
these patches support. So this is for people to know they already exist and 
allow for wider testing.

The three patches that follow are:
schedrange - this makes it easier to implement more policies in code

schedbatch - this implements idle scheduling for close-to-weightless task 
scheduling which only schedules this class of task when nothing else wants 
to run. 

schediso - this implements soft real time scheduling for non-privileged 
tasks (isochronous scheduling).

patches are for 2.6.8-rc2-mm2
see each following patch for more details.

Con

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds