Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | LITMUS^RT Core: add get_current_budget() system call | Bjoern Brandenburg | 2015-09-07 |
| | | | | | Allow userspace to figure out the used-up and remaining budget of a task. | ||
* | Add LITMUS^RT core implementation | Bjoern Brandenburg | 2015-08-09 |
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. |