aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_gq_edf.c
Commit message (Collapse)AuthorAge
* Remove non-mainline G-EDF pluginsBjoern B. Brandenburg2009-09-10
| | | | | This removes the plugins created for RTSS'09 that we don't want to track in mainline Linux.
* EDF plugins: don't forget to preempt new tasks on release-masterBjoern B. Brandenburg2009-05-04
| | | | | This fixes a bug that lead to task stacks being used s simultaneously on two CPUs.
* GQ-EDF: remove link completely (bugfix)Bjoern B. Brandenburg2009-05-03
| | | | Fixes fa940ad71184dec3d156b7dd673ee38067e7c0f6.
* GQ-EDF: don't blindly overwrite entry->linked (bugfix)Bjoern B. Brandenburg2009-05-03
| | | | | Check if an already-linked task must be re-inserted into the ready queue.
* GQ-EDF: don't put running tasks in to released queue (bugfix)Bjoern B. Brandenburg2009-05-02
|
* GQ-EDF: release master support.Bjoern B. Brandenburg2009-04-24
| | | | Basically same as G-EDF.
* litmus core: provide central NO_CPU definitionBjoern B. Brandenburg2009-04-22
| | | | this removes a blatant case of copy&paste reuse
* GQ-EDF: avoid compile warning w/ CONFIG_SCHED_DEBUG_TRACEBjoern B. Brandenburg2009-04-19
| | | | Variable declarations go first.
* GQ-EDF: merge heaps if debug not enabledBjoern B. Brandenburg2009-04-15
| | | | | | Doing it task-by-task really only makes sense if we are going to trace every merged task in the debug trace.
* add GQ-EDFBjoern B. Brandenburg2009-04-09
Support for Global Quantum-Driven EDF