aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_pfair.c
Commit message (Collapse)AuthorAge
* PFAIR: set release time of new tasksBjoern Brandenburg2014-10-21
| | | | | | | | | | Without a proper release time, the job will be considered "lagging behind" for quite a while, which breaks the period enforcement. This bug manifested only in the absence of a synchronous release (which set a proper release time). This patch simply sets the beginning of the next quantum as the release time of the first job of a newly added task.
* Add PD^2 scheduler pluginBjoern Brandenburg2014-10-21