Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | proto type | Namhoon Kim | 2015-02-25 |
| | |||
* | slack stealing | Namhoon Kim | 2015-01-24 |
| | |||
* | default_wait_for_release_at() should invoke plugin callback | Bjoern Brandenburg | 2014-11-03 |
| | | | | | | | Instead of calling complete_job() directly, the default implementation of wait_for_release_at() should invoke the plugin-provided complete_job() method to support plugins that happen to override complete_job(), but not wait_for_release_at(). | ||
* | Add LITMUS^RT core implementation | Bjoern Brandenburg | 2014-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. |