Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | CONFIG_DONT_PREEMPT_ON_TIE: Don't preeempt a scheduled task on priority tie.wip-performance | Glenn Elliott | 2011-04-09 |
| | | | | | | | | | | | | | Added the compilation option CONFIG_DONT_PREEMPT_ON_TIE. In the event of a priority tie, a task that is currently scheduled is favored over one that is not. If both tasks are scheduled (or both are not), then tie breaks on PID and inheritance still hold. Configuration option includes a warning that schedulability analysis that depends upon task-id/PID tie-breaks breaks when CONFIG_DONT_PREEMPT_ON_TIE is enabled. Pfair/PD^2 not supported. | ||
* | EDF: support priority boosting | Bjoern B. Brandenburg | 2011-02-01 |
| | | | | While we are at it, simplify edf_higher_prio() a bit. | ||
* | Refactor binomial heap names: heap -> bheap | Andrea Bastoni | 2010-05-29 |
| | | | | | | - Binomial heap "heap" names conflicted with priority heap of cgroup in kernel - This patch change binomial heap "heap" names in "bheap" | ||
* | [ported from 2008.3] Add common EDF functions | Andrea Bastoni | 2010-05-29 |