aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/domain.c
Commit message (Collapse)AuthorAge
* A task's blocking time no longer takes from its server's budget.Jonathan Herman2012-10-09
|
* Integrated group locking with mixed-criticality.Jonathan Herman2012-10-06
|
* Moved user-space state of tasks into new rt_param.user_job.Jonathan Herman2012-10-03
| | | | | | Both sched_color and sched_mc assumed seperate kernel and userspace views of job states, where the kernel view is used for scheduling while the userspace view is used for statistics (tardiness etc). This commit merges both approaches.
* Refactor to allow generic domainsJonathan Herman2011-09-07
|
* missed filesJonathan Herman2011-08-29