aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
Commit message (Collapse)AuthorAge
* Add partitioned reservation-based scheduler plugin (P-RES)Bjoern Brandenburg2016-03-20
| | | | | | A simple partitioned scheduler that provides a reservation environment on each core, based on the generic reservations code. Hierarchical scheduling is not supported in this version.
* Add basic generic reservation-based scheduling infrastructureBjoern Brandenburg2016-03-20
|
* Add PD^2 scheduler plugin2015.1Bjoern Brandenburg2015-08-09
|
* Add C-EDF scheduler pluginBjoern Brandenburg2015-08-09
|
* Add P-FP scheduler pluginBjoern Brandenburg2015-08-09
|
* Add GSN-EDF scheduler pluginBjoern Brandenburg2015-08-09
|
* Add PSN-EDF scheduler pluginBjoern Brandenburg2015-08-09
|
* Add LITMUS^RT core implementationBjoern Brandenburg2015-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.
* Add schedule tracing supportBjoern Brandenburg2015-08-09
| | | | | | This patch introduces the sched_trace infrastructure, which in principle allows tracing the generated schedule. However, this patch does not yet integrate the callbacks with the kernel.
* Add TRACE() debug tracing supportBjoern Brandenburg2015-08-09
| | | | | | | This patch adds the infrastructure for the TRACE() debug macro. Conflicts: kernel/printk.c
* Feather-Trace: add LITMUS^RT overhead tracing infrastructureBjoern Brandenburg2015-08-09
| | | | | This patch adds the main infrastructure for tracing overheads in LITMUS^RT. It does not yet introduce any tracepoints into the kernel.
* Feather-Trace: add generic ftdev device driverBjoern Brandenburg2015-08-09
| | | | | This patch adds the ftdev device driver, which is used to export samples collected with Feather-Trace to userspace.
* Feather-Trace: add platform independent implementationBjoern Brandenburg2015-08-09
| | | | | This patch adds the simple fallback implementation and creates dummy hooks in the x86 and ARM Kconfig files.
* Add LITMUS^RT directoryBjoern Brandenburg2015-08-09
Hookup litmus/ with kernel and add extra version.