aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/litmus.c
Commit message (Expand)AuthorAge
* 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
| * Add enter_np/exit_np callbacks for non-preemptable sections supportBjoern B. Brandenburg2007-04-17
| * PFAIR scheduling addedHennadiy Leontyev2007-02-28
* | Worked out some bugs so now it *really* compiles OK.John M. Calandrino2007-03-29
* | Checkpoint: almost all support added. Compiles.John M. Calandrino2007-03-29
* | sys_wait_for_zone_exit system call has been implemented.John M. Calandrino2007-03-29
* | Skeletons of system calls written. Still need to finish.John M. Calandrino2007-03-27
* | Committing some initial changes to implement system calls related toJohn M. Calandrino2007-03-27
|/
* Merge with git+ssh://swan/playpen/bbb/litmusBjoern B. Brandenburg2007-02-22
|\
| * remove second, unneeded parameter of queue_lock_init()Bjoern Brandenburg2007-02-19
* | always call mode change callbackBjoern B. Brandenburg2007-02-22
|/
* Fix a bunch of bugs that crept in while porting.Bjoern Brandenburg2007-02-05
* patched up schedule()Bjoern B. Brandenburg2007-02-02