aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
* Add service level changes to sched_trace.Bjoern B. Brandenburg2007-10-05
* adaptive: introduce service level system callsBjoern 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
|/
* Add more info to TRACE_BUG_ON().Bjoern B. Brandenburg2007-09-25
* Add TRACE_BUG_ON() macro.Bjoern B. Brandenburg2007-09-25
* add flag based np-sectionsBjoern B. Brandenburg2007-09-13
* Merge with wait_for_job_release().Bjoern B. Brandenburg2007-08-23
|\
| * 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
|/
* 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
* Add timestamps to semaphore functionsBjoern B. Brandenburg2007-05-17
* Make the inclusion of sched_trace_XXX() and TRACE() a configurable option.Bjoern B. Brandenburg2007-05-17
* Insert trigger for enter_np()/exit_np() tracing.Bjoern B. Brandenburg2007-05-16
* Make sched_trace conditional.Bjoern B. Brandenburg2007-05-16
* Place trigger for scheduling overhead benchmark.Bjoern B. Brandenburg2007-05-16
* Add time stamps for schedule(), the timer interrupt, and the pluginBjoern B. Brandenburg2007-05-16
* Change feather-trace device to support enabling and disabling of events.Bjoern B. Brandenburg2007-05-16
* Merged Feather-Trace.Bjoern B. Brandenburg2007-05-15
* 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
* Move common code to edf_common.c.Bjoern B. Brandenburg2007-05-14
* Reimplemented LITMUS standard FIFO semaphores + misc fixesBjoern B. Brandenburg2007-05-14
* Add macros for convenient task tracing.Bjoern B. Brandenburg2007-05-13
* Pay attention to (preempt_count() & PREEMPT_ACTIVE) hack.Bjoern B. Brandenburg2007-05-13
* Use volatile access and relax_cpu() in queue lock.Bjoern B. Brandenburg2007-05-13
* Add PSN-EDF.Bjoern B. Brandenburg2007-05-10
* Break out __release_pending() from try_release_pending()Bjoern B. Brandenburg2007-05-10
* Make in_list() function available to all plugins.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
* Some changes so that semaphores use correct wakeup functions.John M. Calandrino2007-05-03
* Fixed handling of changes in task priorities due to PI in GSN-EDF.John M. Calandrino2007-04-25
* Removed incomplete zone-based implementation.John M. Calandrino2007-04-25
* Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-25
|\
| * Fixed GSN-EDF job_arrival() function.Bjoern B. Brandenburg2007-04-25
* | Added function prototypes for SRP system calls in unistd.h and syscall_table.S.John M. Calandrino2007-04-25
* | Fixed a few comment inconsistencies. Added stubs for an SRP "semaphore",John M. Calandrino2007-04-25
* | Fixed GSN-EDF to handle correct wakeup of tasks that just exited aJohn M. Calandrino2007-04-24
* | Fixed a number of issues, subtle and otherwise, with PI semaphores.John M. Calandrino2007-04-24
* | Reverted back to spinlocks, added code to higher priority code inJohn M. Calandrino2007-04-23
* | Updated priority check for EDF. Converting spinlocks to queuelocks, not yetJohn M. Calandrino2007-04-23
* | Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-23
|\|