aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* RTAS 2017 Submission ver.wip-shared-lib2Namhoon Kim2016-10-12
|
* RTAS 2017 with debug infomation.Namhoon Kim2016-10-12
|
* Support Multiple replicaNamhoon Kim2016-09-30
|
* Add Level C supportNamhoon Kim2016-09-30
|
* seems to workNamhoon Kim2016-09-30
|
* try_to_unmap() - try to remove all page table mappings to a pageNamhoon Kim2016-09-29
|
* 9/29/2016 find_get_page_readonly checks SCHED_LITMUSNamhoon Kim2016-09-29
|
* pagecache descriptor structureNamhoon Kim2016-09-26
|
* Fix isolrate_lru_page for shared pagesNamhoon Kim2016-09-25
|
* Plan b workingNamhoon Kim2016-09-23
|
* 9/21/2016Namhoon Kim2016-09-23
|
* TODO: Fix condition checks in replicate_page_move_mapping()wip-shared-libNamhoon Kim2016-09-09
|
* Shared library identificationNamhoon Kim2016-09-09
|
* Initial commit for shared librarywip-shared-memNamhoon Kim2016-08-30
|
* Add system calls for RTSS16Namhoon Kim2016-05-01
|
* Add offset feature in colored_shm dev.Namhoon Kim2016-04-28
|
* Add NP support for MC2Namhoon Kim2016-04-19
|
* Add admission checkNamhoon Kim2016-04-19
|
* Add support for PGM^RTNamhoon Kim2016-04-19
|
* Add colored shared memory deviceNamhoon Kim2016-04-05
|
* Add syscall defs.Namhoon Kim2016-03-31
|
* Add flush arrayNamhoon Kim2016-03-23
|
* MC2 scheduler and partition modulesNamhoon Kim2016-03-23
|
* initialNamhoon Kim2016-03-23
|
* Merge branch 'master' of https://github.com/LITMUS-RT/litmus-rtNamhoon Kim2015-11-10
|\
| * Fix __NR_syscalls for ARMNamhoon Kim2015-11-10
| | | | | | | | | | | | __NR_syscalls must be a multiple of 4 for ARM. This patch adds padding to __NR_syscalls and fixes the missing NR_litmus_syscalls in include/litmus/unistd_32.h.
* | Fix __NR_syscalls for ARMNamhoon Kim2015-11-09
|/ | | | | | __NR_syscalls must be a multiple of 4 for ARM. This patch adds padding to __NR_syscalls and fixes the missing NR_litmus_syscalls in include/litmus/unistd_32.h.
* Add ARM syscall def for get_current_budgetv2015.1Bjoern Brandenburg2015-09-07
|
* Add x86 syscall defs for get_current_budgetBjoern Brandenburg2015-09-07
|
* LITMUS^RT Core: add get_current_budget() system callBjoern Brandenburg2015-09-07
| | | | | Allow userspace to figure out the used-up and remaining budget of a task.
* 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
|
* Hook into kernel/exit.c to force exiting RT tasks into best-effort modeBjoern Brandenburg2015-08-09
|
* Protect LITMUS^RT tasks from re-nicingBjoern Brandenburg2015-08-09
| | | | | Assigning a nice value to LITMUS^RT tasks is meaningless. Bail out early.
* Don't call set_tsk_need_resched() on remote LITMUS^RT taskBjoern Brandenburg2015-08-09
| | | | This patch fixes a BUG_ON() in litmus/preempt.c.
* Hook into SCHED_DEADLINE to protect LITMUS^RT tasksBjoern Brandenburg2015-08-09
| | | | | SCHED_DEADLINE should not preempt LITMUS^RT tasks, as the LITMUS^RT scheduling class is positioned above the SCHED_DEADLINE policy.
* Hook into rt scheduling class to protect LITMUS^RT tasksBjoern Brandenburg2015-08-09
| | | | | | The rt scheduling class thinks it's the highest-priority scheduling class around, next to SCHED_DEADLINE. It is not in LITMUS^RT. Don't go preempting remote cores that run SCHED_LITMUS tasks.
* Don't trigger load balancer in scheduler tick for LITMUS^RTBjoern Brandenburg2015-08-09
|
* Hook into finish_switch()Bjoern Brandenburg2015-08-09
| | | | To keep track of stack usage and to notify plugin, if necessary.
* Reset SCHED_LITMUS scheduling class on forkBjoern Brandenburg2015-08-09
|
* Block sched_setaffinity() for SCHED_LITMUS tasksBjoern Brandenburg2015-08-09
|
* Integrate LITMUS^RT scheduling class with sched_setschedulerBjoern Brandenburg2015-08-09
|
* Disable cut-to-CFS optimization in Linux schedulerBjoern Brandenburg2015-08-09
| | | | | Global plugins require that the plugin be called even if there currently is no real-time task executing on the local core.
* Integrate LITMUS^RT with try_to_wake_up() pathBjoern Brandenburg2015-08-09
|
* Make LITMUS^RT scheduling class the highest-priority scheduling classBjoern Brandenburg2015-08-09
| | | | | | Needs to be above stop_machine_class for legacy reasons; the main plugins were developed before stop_machine_class was introduced and assume that they are the highest-priority scheduling class.
* Add LITMUS^RT scheduling class in kernel/sched/MakefileBjoern Brandenburg2015-08-09
|
* Introduce LITMUS^RT runqueue dummy into struct rqBjoern Brandenburg2015-08-09
|