aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/dgl.c
Commit message (Collapse)AuthorAge
* Merged changes from Tegra branch.Jonathan Herman2013-03-05
|
* Print blocked and prio state in dumps.Christopher Kenna2012-12-03
|
* Moved blocking flag calculation into will_acquire.Jonathan Herman2012-11-01
|
* Fixed bug when removing ghost group requests.Jonathan Herman2012-11-01
|
* More race condition fixes.Jonathan Herman2012-11-01
|
* Moved some requeueing work out of CPU locks.Jonathan Herman2012-10-24
|
* Bugfixed for ARM systems.Christopher Kenna2012-10-22
| | | | | | Compile with CONFIG_NP_SECTION=y Signed-off-by: Christopher Kenna <cjk@cs.unc.edu>
* Bug dump dumps to console.Jonathan Herman2012-10-22
|
* Queue bug fixesJonathan Herman2012-10-19
|
* Fixed bug with job completions.Jonathan Herman2012-10-18
|
* Rewrote dgl for preemptive cache scheduling.Jonathan Herman2012-10-18
|
* DGL makes all decisions using pull_hp when preemption is enabled.Jonathan Herman2012-10-12
|
* Make preemptive caches configurable.Jonathan Herman2012-10-12
|
* Added preemptive locking.Jonathan Herman2012-10-12
| | | | Currently is always preempting. This needs to be configurable via proc.
* A task's blocking time no longer takes from its server's budget.Jonathan Herman2012-10-09
|
* Integrated group locking with mixed-criticality.Jonathan Herman2012-10-06
|
* Moved user-space state of tasks into new rt_param.user_job.Jonathan Herman2012-10-03
| | | | | | Both sched_color and sched_mc assumed seperate kernel and userspace views of job states, where the kernel view is used for scheduling while the userspace view is used for statistics (tardiness etc). This commit merges both approaches.
* Allow self conflictsJonathan Herman2012-05-13
|
* Can disable nonpreemptivityJonathan Herman2012-05-13
|
* BE servers now synchronize when task sets are releasedJonathan Herman2012-05-09
|
* Tasks specify colors and pages when allocating pagesJonathan Herman2012-05-05
|
* Group locks now allocate fields dynamicallyJonathan Herman2012-05-04
|
* Added color scheduleJonathan Herman2012-05-03