Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add C-FL scheduler plugin. | Glenn Elliott | 2014-02-19 |
| | | | | | | This patch adds a C-FL scheduler plugin. Original work by Jeremy Erikson, port to latest Litmus by Namhoon Kim, and cleanup and commit by Glenn Elliott. | ||
* | Add LITMUS^RT core implementation | Bjoern Brandenburg | 2013-08-07 |
| | | | | | | | | | | | | | 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. | ||
* | Introduce main LITMUS^RT header | Bjoern Brandenburg | 2013-08-07 |
This patch adds a basic litmus/litmus.h, which is required for basic LITMUS^RT infrastructure to compile. |