aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
Commit message (Collapse)AuthorAge
* LITMUS: Add the PFAIR plugin.RTSS08Bjoern B. Brandenburg2008-05-23
| | | | | | | | | | | | | | | | | This adds the PFAIR plugin. The implementation is based on an earlier version developed by John Calandrino. Features: - supports aligned and staggered quanta - supports early releasing - uses mergable heaps to limit overheads This version still has a couple of limitations: - no support for sporadic; all tasks are assumed to be periodic - tasks are limited to a maximum period of 1000 quanta - overload (especially in the tick) is not handled gracefully
* Add the C-EDF plugin.John Calandrino2008-05-18
|
* LITMUS: add framework for carrying out jobs after dropping rq locksBjoern B. Brandenburg2008-05-02
| | | | | Many things can't be done from within the scheduler. This framework should make it easer to defer them.
* Feather-Trace: Make inclusion optionalBjoern2008-05-01
| | | | We need to disable Feather-Trace on the Niagara for now, and there is no reason to always include it, anyway.
* SRP+FMLP: reorganize codeBjoern B. Brandenburg2008-05-01
| | | | | - split SRP into its own file - rename litmus_sem.c to fmlp.c, since that is what it is
* litmus: move job release functions to common codeBjoern B. Brandenburg2008-04-30
|
* LITMUS 2008: Initial PortBjoern B. Brandenburg2008-02-13
This introduces the core changes ported from LITMUS 2007. The kernel seems to work under QEMU, but many bugs probably remain.