aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
Commit message (Collapse)AuthorAge
* PGM supportwip-mc2-newNamhoon Kim2016-04-30
|
* Add offset support in color_shm.cNamhoon Kim2016-04-29
|
* add bank_proc.c for cache and bank coloringChengYang Fu2015-01-28
| | | | | Conflicts: litmus/litmus.c
* Add MC2 pluginNamhoon Kim2014-11-04
|
* Add partitioned reservation-based scheduler plugin (P-RES)Bjoern Brandenburg2014-11-03
| | | | | | 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 Brandenburg2014-11-03
|
* Add PD^2 scheduler pluginBjoern Brandenburg2014-10-21
|
* Add C-EDF scheduler pluginBjoern Brandenburg2014-10-21
|
* Add P-FP scheduler pluginBjoern Brandenburg2014-10-21
|
* Add GSN-EDF scheduler pluginBjoern Brandenburg2014-10-21
|
* Add PSN-EDF scheduler pluginBjoern Brandenburg2014-10-21
|
* Add LITMUS^RT core implementationBjoern Brandenburg2014-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.
* Add schedule tracing supportBjoern Brandenburg2014-10-21
| | | | | | 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 Brandenburg2014-10-21
| | | | This patch adds the infrastructure for the TRACE() debug macro.
* Feather-Trace: add LITMUS^RT overhead tracing infrastructureBjoern Brandenburg2014-10-21
| | | | | 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 Brandenburg2014-10-21
| | | | | 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 Brandenburg2014-10-21
| | | | | This patch adds the simple fallback implementation and creates dummy hooks in the x86 and ARM Kconfig files.
* Add LITMUS^RT directoryBjoern Brandenburg2014-10-21
Hookup litmus/ with kernel and add extra version.