aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* 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
* | Fix RT scheduler tickBjoern 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
* | adaptive: allow jobs to overrunBjoern 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 sleeping behavior.Bjoern B. Brandenburg2007-10-04
* bugfix: don't forget to requeue linked task at the end of RT modeBjoern B. Brandenburg2007-09-25
* Clean up TRACEs.Bjoern B. Brandenburg2007-09-25
* Add more info to TRACE_BUG_ON().Bjoern B. Brandenburg2007-09-25
* bugfix: don't use stale linked flagBjoern B. Brandenburg2007-09-25
* Add more debug output to crash site.Bjoern B. Brandenburg2007-09-25
* Bugfix: don't requeue blocking tasks.Bjoern B. Brandenburg2007-09-25
* Add TRACE_BUG_ON() macro.Bjoern B. Brandenburg2007-09-25
* Re-enable BUG_ON() in wake_up function.Bjoern B. Brandenburg2007-09-23
* Use preempt_enable_no_resched() before calling schedule() anyway.Bjoern B. Brandenburg2007-09-23
* Fix litmus_controlled initialization bug.Bjoern B. Brandenburg2007-09-23
* Access per-cpu variable non-preemptivelyBjoern B. Brandenburg2007-09-23
* Fix PSN-EDF scheduling logic.Bjoern B. Brandenburg2007-09-23
* Another sanity check.Bjoern B. Brandenburg2007-09-23
* Make sufficient number of PI semaphores and SRP resources available.Bjoern B. Brandenburg2007-09-22
* Prevent corruption from multiple Feather-Trace readers.Bjoern B. Brandenburg2007-09-22
* Some cleanup and an attempt to pin point a race condition.Bjoern B. Brandenburg2007-09-22
* Fix a race between np_mem_kill() and do_exit().Bjoern B. Brandenburg2007-09-22
* Allocate more semaphores for the test runs.Bjoern B. Brandenburg2007-09-22
* reintroduce TS_EXIT_NP_* Feather-Trace events.Bjoern B. Brandenburg2007-09-17
* PSN-EDF now seems to workBjoern B. Brandenburg2007-09-13
* add flag based np-sectionsBjoern B. Brandenburg2007-09-13
* Merge with wait_for_job_release().Bjoern B. Brandenburg2007-08-23
|\
| * Add wait_for_job system callBjoern B. Brandenburg2007-08-21
| * Add job_no to struct rt_timesBjoern B. Brandenburg2007-08-21
| * Add more comments to rt_param.hBjoern B. Brandenburg2007-08-21
* | Change fifo_domain_t to rt_domain_t + bug fixes.Bjoern B. Brandenburg2007-08-23
* | Introduce rt_domain_t.Bjoern B. Brandenburg2007-08-23
* | Add generic list insertBjoern B. Brandenburg2007-08-23
|/
* Fix locking bug in GSN-EDF.RTSS07Bjoern B. Brandenburg2007-05-18
* Fix partition handling of PSN-EDF.Bjoern B. Brandenburg2007-05-18
* Make PI semaphores under PSN-EDF non-preemptable.Bjoern B. Brandenburg2007-05-17
* Let PI semaphores inherit only inside a partition.Bjoern B. Brandenburg2007-05-17
* Prepare struct pi_semaphore for per-CPU PI protocol as required by FMLP.Bjoern B. Brandenburg2007-05-17
* Restructure PI semaphores so that they are easier to trace.Bjoern B. Brandenburg2007-05-17
* Add timestamps to semaphore functionsBjoern B. Brandenburg2007-05-17
* Don't disable interrupts in semaphore syscalls.Bjoern B. Brandenburg2007-05-17