aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* P-FP: fix wrong memset()Bjoern Brandenburg2016-03-08
* Don't preempt before time check in sleep_until_next_release()Bjoern Brandenburg2016-03-08
* Pick non-zero syscall ID start rangeBjoern Brandenburg2016-03-08
* Expose LITMUS^RT system calls via control page ioctl()Bjoern Brandenburg2016-03-08
* Merge pull request #6 from Mutinifni/masterBjörn Brandenburg2016-03-08
|\
| * Revamped hrtimer_start_on() supportPratyush Patel2016-02-09
| * Revert "Add hrtimer_start_on() support"Pratyush Patel2016-02-07
* | Free before setting NULL to prevent memory leakMahircan Gul2016-02-08
|/
* Fix RCU locking in sys_get_rt_task_param()Bjoern Brandenburg2015-12-18
* Add alternate complete_job() default implementationBjoern Brandenburg2015-12-18
* Export job release time and job sequence number in ctrl pageBjoern Brandenburg2015-12-16
* ftdev: respect O_NONBLOCK flag in ftdev_read()Bjoern Brandenburg2015-12-16
* sched_trace: record exec_time in ST_COMPLETION recordsBjoern Brandenburg2015-12-16
* Merge pull request #4 from geoffret/ctrlPageDeadlinesBjörn Brandenburg2015-12-16
|\
| * Adds control page deadline offsetGeoffrey2015-12-08
| * Adds deadline field to control page and updates it when setting up jobs for r...Geoffrey2015-12-08
|/
* Fix __NR_syscalls for ARMNamhoon Kim2015-11-10
* 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
* 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
* Don't call set_tsk_need_resched() on remote LITMUS^RT taskBjoern Brandenburg2015-08-09
* Hook into SCHED_DEADLINE to protect LITMUS^RT tasksBjoern Brandenburg2015-08-09
* Hook into rt scheduling class to protect LITMUS^RT tasksBjoern Brandenburg2015-08-09
* Don't trigger load balancer in scheduler tick for LITMUS^RTBjoern Brandenburg2015-08-09
* Hook into finish_switch()Bjoern Brandenburg2015-08-09
* 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
* 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
* Add LITMUS^RT scheduling class in kernel/sched/MakefileBjoern Brandenburg2015-08-09
* Introduce LITMUS^RT runqueue dummy into struct rqBjoern Brandenburg2015-08-09
* Integrate SRP ceiling blocking callback with Linux schedulerBjoern Brandenburg2015-08-09
* Hookup sched_trace_XXX() tracing in Linux schedulerBjoern Brandenburg2015-08-09
* Augment rt_task() with is_realtime()Bjoern Brandenburg2015-08-09
* Hook into fork(), exec(), and exit()Bjoern Brandenburg2015-08-09
* Call sched_state_task_picked() from pick_next_task_stop()Bjoern Brandenburg2015-08-09
* Integrate preemption state machine with Linux schedulerBjoern Brandenburg2015-08-09
* Record LITMUS^RT timestamp in ftrace recordsBjoern Brandenburg2015-08-09
* Move trace point definition to litmus/litmus.cBjoern Brandenburg2015-08-09
* Add LITMUS^RT syscalls for x86Bjoern Brandenburg2015-08-09
* Add LITMUS^RT syscalls for ARMBjoern Brandenburg2015-08-09