Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PGM supportwip-mc2-new | Namhoon Kim | 2016-04-30 |
| | |||
* | fix | Namhoon Kim | 2015-04-10 |
| | |||
* | fix | Namhoon Kim | 2015-04-09 |
| | |||
* | Added cache flush func. and fixed bug | Namhoon Kim | 2015-04-08 |
| | |||
* | litmus_migrate_pages | Namhoon Kim | 2015-03-25 |
| | |||
* | Added way-partition /proc fs | Namhoon Kim | 2015-03-22 |
| | |||
* | Use (Interleaving off), and provide system variables to adjust the size | ChengYang Fu | 2015-03-22 |
| | | | | of cache and bank number | ||
* | add use_set_partition | Namhoon Kim | 2015-03-10 |
| | |||
* | Add way_partition proc. | Namhoon Kim | 2015-03-09 |
| | |||
* | proto type | Namhoon Kim | 2015-02-25 |
| | |||
* | add bank_proc.c for cache and bank coloring | ChengYang Fu | 2015-01-28 |
| | | | | | Conflicts: litmus/litmus.c | ||
* | MC2 levels A, B | Namhoon Kim | 2015-01-14 |
| | |||
* | static linking coloring | Namhoon Kim | 2014-11-21 |
| | |||
* | set_page_color syscall | Namhoon Kim | 2014-11-19 |
| | |||
* | Add MC2 plugin | Namhoon Kim | 2014-11-04 |
| | |||
* | Add reservation creation API to plugin interface & syscalls | Bjoern Brandenburg | 2014-11-03 |
| | |||
* | ARM timer support | Namhoon Kim | 2014-11-03 |
| | |||
* | Move trace point definition to litmus/litmus.c | Bjoern Brandenburg | 2014-10-21 |
| | | | | | | | | If !CONFIG_SCHED_TASK_TRACE, but CONFIG_SCHED_LITMUS_TRACEPOINT, then we still need to define the tracepoint structures. This patch should be integrated with the earlier sched_task_trace.c patches during one of the next major rebasing efforts. | ||
* | 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. |