Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merged changes from Tegra branch. | Jonathan Herman | 2013-03-05 |
| | |||
* | Print blocked and prio state in dumps. | Christopher Kenna | 2012-12-03 |
| | |||
* | Moved blocking flag calculation into will_acquire. | Jonathan Herman | 2012-11-01 |
| | |||
* | Fixed bug when removing ghost group requests. | Jonathan Herman | 2012-11-01 |
| | |||
* | More race condition fixes. | Jonathan Herman | 2012-11-01 |
| | |||
* | Moved some requeueing work out of CPU locks. | Jonathan Herman | 2012-10-24 |
| | |||
* | Bugfixed for ARM systems. | Christopher Kenna | 2012-10-22 |
| | | | | | | Compile with CONFIG_NP_SECTION=y Signed-off-by: Christopher Kenna <cjk@cs.unc.edu> | ||
* | Bug dump dumps to console. | Jonathan Herman | 2012-10-22 |
| | |||
* | Queue bug fixes | Jonathan Herman | 2012-10-19 |
| | |||
* | Fixed bug with job completions. | Jonathan Herman | 2012-10-18 |
| | |||
* | Rewrote dgl for preemptive cache scheduling. | Jonathan Herman | 2012-10-18 |
| | |||
* | DGL makes all decisions using pull_hp when preemption is enabled. | Jonathan Herman | 2012-10-12 |
| | |||
* | Make preemptive caches configurable. | Jonathan Herman | 2012-10-12 |
| | |||
* | Added preemptive locking. | Jonathan Herman | 2012-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 Herman | 2012-10-09 |
| | |||
* | Integrated group locking with mixed-criticality. | Jonathan Herman | 2012-10-06 |
| | |||
* | Moved user-space state of tasks into new rt_param.user_job. | Jonathan Herman | 2012-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 conflicts | Jonathan Herman | 2012-05-13 |
| | |||
* | Can disable nonpreemptivity | Jonathan Herman | 2012-05-13 |
| | |||
* | BE servers now synchronize when task sets are released | Jonathan Herman | 2012-05-09 |
| | |||
* | Tasks specify colors and pages when allocating pages | Jonathan Herman | 2012-05-05 |
| | |||
* | Group locks now allocate fields dynamically | Jonathan Herman | 2012-05-04 |
| | |||
* | Added color schedule | Jonathan Herman | 2012-05-03 |