aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_cedf.c
Commit message (Collapse)AuthorAge
* Port C-FL PGM algorithms to C-EDF.Glenn Elliott2014-02-19
|
* Add PGM support to C-FLGlenn Elliott2014-02-19
| | | | This patch applies the same PGM changes made to C-EDF to C-FL.
* PGM: Boost priority of producers, not consumers.Glenn Elliott2014-02-19
| | | | | | | This patch boosts the priority of PGM producers while they are sending tokens instead of boosting the priority of consumers while they are waiting for tokens. This improves schedulability analysis.
* Add PGM support to C-EDF.Glenn Elliott2014-02-19
| | | | Patch adds PGM priority boosting (and un-boosting) to C-EDF.
* C-EDF: Export cluster configuration to /proc.Glenn Elliott2014-02-04
| | | | This patch updates C-EDF to support get_domain_proc_info().
* Add C-EDF scheduler pluginFelipe Cerqueira2013-08-07