aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/litmus.c
Commit message (Expand)AuthorAge
* litmus core: use LITMUS tracing, not printk, during task mode transitions2007.3Bjoern B. Brandenburg2008-01-28
* litmus core: don't leak np_flag upon execBjoern B. Brandenburg2008-01-24
* litmus core: don't leak real-time state across forks and mode transitionsBjoern B. Brandenburg2008-01-24
* litmus core: remove prepare_task() system callBjoern B. Brandenburg2008-01-22
* [litmus core] reject tasks with illegal parametersBjoern B. Brandenburg2008-01-22
* [litmus core] task_mode_transition() fixesBjoern B. Brandenburg2008-01-22
* [litmus core] add sys_task_mode_transition()Bjoern B. Brandenburg2008-01-18
* [litmus core] implement rt mode transition mechanicsBjoern B. Brandenburg2008-01-17
* [litmus core] avoid memory leak of service levelsBjoern B. Brandenburg2008-01-17
* [litmus core] unconditionally call litmus_exit()Bjoern B. Brandenburg2008-01-17
* [cleanup] remove trailing whitespaceBjoern B. Brandenburg2008-01-17
* cleanup: tidy up code before release2007.2Bjoern B. Brandenburg2007-10-27
* litmus: Rework scheduler signals implementationBjoern B. Brandenburg2007-10-17
* FIXME: hot fixes to get it to runBjoern B. Brandenburg2007-10-09
* adaptive: only send signal when requested.Bjoern B. Brandenburg2007-10-09
* litmus-core: add scheduler_signal() infrastructureBjoern B. Brandenburg2007-10-09
* adaptive: get rid of weight-estimator slope misconceptionBjoern B. Brandenburg2007-10-09
* adaptive: debuggingBjoern B. Brandenburg2007-10-08
* litmus: add qsort list manipulation functionBjoern B. Brandenburg2007-10-07
* adaptive: add linear weight_transfer metricBjoern B. Brandenburg2007-10-07
* adaptive: introduce fixed point mathBjoern B. Brandenburg2007-10-07
* Fix service level system call.Bjoern B. Brandenburg2007-10-05
* adaptive: set period and wcet based on first service levelBjoern B. Brandenburg2007-10-04
* adaptive: introduce service level system callsBjoern B. Brandenburg2007-10-04
* Import race fix.Bjoern B. Brandenburg2007-10-04
|\
| * Fix long standing set_rt_params race by disallowing it.Bjoern B. Brandenburg2007-10-04
* | adaptive: introduce service levelBjoern B. Brandenburg2007-10-04
* | Wrap task teardown.Bjoern B. Brandenburg2007-10-04
* | Merge with qemu branchBjoern B. Brandenburg2007-10-04
|\|
| * Cleanup: Get rid of unneeded algo_tick indirection.Bjoern B. Brandenburg2007-10-04
* | Remove some really old left-overs.Bjoern B. Brandenburg2007-10-04
* | Add adaptive scheduler based on GSN-EDF.Bjoern B. Brandenburg2007-10-04
|/
* Fix litmus_controlled initialization bug.Bjoern B. Brandenburg2007-09-23
* Fix a race between np_mem_kill() and do_exit().Bjoern B. Brandenburg2007-09-22
* reintroduce TS_EXIT_NP_* Feather-Trace events.Bjoern B. Brandenburg2007-09-17
* add flag based np-sectionsBjoern B. Brandenburg2007-09-13
* Add wait_for_job system callBjoern B. Brandenburg2007-08-21
* Fix a compiler warning.Bjoern B. Brandenburg2007-05-17
* Insert trigger for enter_np()/exit_np() tracing.Bjoern B. Brandenburg2007-05-16
* Activate ceiling blocking and fix a stupid list corruption bug.Bjoern B. Brandenburg2007-05-15
* First part of the PI semaphore implementation.Bjoern B. Brandenburg2007-05-14
* Improve debugging output and supportBjoern B. Brandenburg2007-05-13
* Add PSN-EDF.Bjoern B. Brandenburg2007-05-10
* Various changes that I don't want to lose, but the code does not work.John M. Calandrino2007-05-09
* Removed incomplete zone-based implementation.John M. Calandrino2007-04-25
* Fixed GSN-EDF to handle correct wakeup of tasks that just exited aJohn M. Calandrino2007-04-24
* Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-23
|\
| * Add scheduler plugin callbacks for priority inheritance.Bjoern B. Brandenburg2007-04-23
| * Add boot option and ID for GSN-EDF.Bjoern B. Brandenburg2007-04-17
| * add system calls sys_enter_np() and sys_exit_np()Bjoern B. Brandenburg2007-04-17