aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/litmus.c
Commit message (Collapse)AuthorAge
* MC2 levels A, BNamhoon Kim2015-01-14
|
* static linking coloringNamhoon Kim2014-11-21
|
* set_page_color syscallNamhoon Kim2014-11-19
|
* Add MC2 pluginNamhoon Kim2014-11-04
|
* Add reservation creation API to plugin interface & syscallsBjoern Brandenburg2014-11-03
|
* ARM timer supportNamhoon Kim2014-11-03
|
* Move trace point definition to litmus/litmus.cBjoern Brandenburg2014-10-21
| | | | | | | | If !CONFIG_SCHED_TASK_TRACE, but CONFIG_SCHED_LITMUS_TRACEPOINT, then we still need to define the tracepoint structures. This patch should be integrated with the earlier sched_task_trace.c patches during one of the next major rebasing efforts.
* Add LITMUS^RT core implementationBjoern Brandenburg2014-10-21
This patch adds the core of LITMUS^RT: - library functionality (heaps, rt_domain, prioritization, etc.) - budget enforcement logic - job management - system call backends - virtual devices (control page, etc.) - scheduler plugin API (and dummy plugin) This code compiles, but is not yet integrated with the rest of Linux.