aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
Commit message (Collapse)AuthorAge
* remove concurrent heap from mainlineBjoern B. Brandenburg2009-09-10
|
* Remove non-mainline G-EDF pluginsBjoern B. Brandenburg2009-09-10
| | | | | This removes the plugins created for RTSS'09 that we don't want to track in mainline Linux.
* litmus core: un-inline binomial heap implementationBjoern B. Brandenburg2009-05-02
| | | | | | Those functions are pretty huge, and used in a couple of plugins. This should save a lot of space, make debugging with objdump much easier, and maybe it even has some I$ benefit.
* GHQ-EDF: first shot at hierarchical queues implementationBjoern B. Brandenburg2009-04-27
| | | | seems to run in QEMU
* litmus config: make itpossible to compile without overhead tracingBjoern B. Brandenburg2009-04-24
| | | | Factor out ftdev support from overhead tracing.
* litmus core: add concurrent heap impl.Bjoern B. Brandenburg2009-04-18
|
* add G-EDF, a version of GSN-EDF with synchronization support ripped outBjoern B. Brandenburg2009-04-15
| | | | a good base version for other schedulers
* add GQ-EDFBjoern B. Brandenburg2009-04-09
| | | | Support for Global Quantum-Driven EDF
* sched_trace: new implementationBjoern B. Brandenburg2008-10-06
| | | | | This provides and hooks up a new made-from-scratch sched_trace() implementation based on Feather-Trace and ftdev.
* feather-trace: introduce ftdev device driverBjoern B. Brandenburg2008-09-17
| | | | This will help to redruce code duplication in the long run.
* sched_trace: make inclusion optionalBjoern B. Brandenburg2008-09-16
| | | | We don't always need the file in the kernel.
* 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.