Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Feather-Trace: write interrupt counts to control page | Bjoern Brandenburg | 2015-08-09 |
| | | | | | This patch exports the interrupt counter to userspace via the control page. | ||
* | Feather-Trace: use proper definition of is_realtime() | Bjoern Brandenburg | 2015-08-09 |
| | | | | Remove dummy implementation of is_realtime() in trace.c. | ||
* | Feather-Trace: add LITMUS^RT overhead tracing infrastructure | Bjoern Brandenburg | 2015-08-09 |
This patch adds the main infrastructure for tracing overheads in LITMUS^RT. It does not yet introduce any tracepoints into the kernel. |