aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'wip-semi-part' of ssh://cvs/cvs/proj/litmus/repo/litmus2010 int...archived-semi-partAndrea Bastoni2010-09-28
|\
| * Add tracing for timer-pulling overhead.Andrea Bastoni2010-09-28
* | Be verbose with error messages in npsf_admit_taskAndrea Bastoni2010-09-28
|/
* Use hrtimer_start_on_info_init()Andrea Bastoni2010-09-28
* Add init helper function to properly set hrtimer_start_on_info paramsAndrea Bastoni2010-09-28
* Bugfix: infinite loop upon timer disabling.Andrea Bastoni2010-09-28
* Bugfix: clear the state of pulled hrtimers during tear-downAndrea Bastoni2010-09-28
* Add extra tracing points and format old tracesAndrea Bastoni2010-09-28
* EDF-WM: enforce budgets of slices preciselyBjoern B. Brandenburg2010-09-22
* EDF-WM: handle race between wake_up() and schedule()Bjoern B. Brandenburg2010-09-22
* EDF-WM: handle races between out_of_time and blocksBjoern B. Brandenburg2010-09-22
* EDF-WM: add tracing info and BUG_ON() checksBjoern B. Brandenburg2010-09-22
* Litmus core: set state to TASK_RUNNING before calling wake_up()Bjoern B. Brandenburg2010-09-22
* Litmus core: disable timer TRACE() spam by defaultBjoern B. Brandenburg2010-09-22
* EDF-WM: require that sliced tasks have precisely enforced budgetsBjoern B. Brandenburg2010-09-22
* Litmus core: add macro to test for PRECISE_ENFORCEMENTBjoern B. Brandenburg2010-09-22
* Litmus core: add budget_remaining() helperBjoern B. Brandenburg2010-09-22
* Merge branch 'wip-edf-wm' into wip-semi-partAndrea Bastoni2010-09-22
|\
| * EDF-WM: migrating tasks can actually be queued when blockingBjoern B. Brandenburg2010-09-22
| * EDF-WM: do not release before next job is eligibleBjoern B. Brandenburg2010-09-22
| * EDF-WM: make sure a sliced task has its fields initializedBjoern B. Brandenburg2010-09-22
| * EDF-WM: improve debugging helpBjoern B. Brandenburg2010-09-22
| * Litmus core: allow PRECISE_ENFORCEMENTBjoern B. Brandenburg2010-09-22
| * EDF-WM: allow slice budgets of 50us and greaterBjoern B. Brandenburg2010-09-22
| * EDF-WM: trace reasons why a task was rejectedBjoern B. Brandenburg2010-09-22
| * EDF-WM: less noisy logsBjoern B. Brandenburg2010-09-22
| * EDF-WM: NR_CPUS is not well-defined in userspaceBjoern B. Brandenburg2010-09-22
| * EDF-WM: add remote queuing operationBjoern B. Brandenburg2010-09-22
| * EDF-WM: add "fast-forwarding" to slice accountingBjoern B. Brandenburg2010-09-22
| * EDF-WM: remove old code & commentBjoern B. Brandenburg2010-09-21
| * EDF-WM: add get_last_slice() helperBjoern B. Brandenburg2010-09-21
| * EDF-WM: keep track of when jobs suspendBjoern B. Brandenburg2010-09-21
| * EDF-WM: add custom release_at() handlerBjoern B. Brandenburg2010-09-21
| * EDF-WM: add parameter checking to wm_admit_taskBjoern B. Brandenburg2010-09-21
| * rt_domain_t: add add_release_on()Bjoern B. Brandenburg2010-09-21
| * EDF-WM: slice-aware budget checks and job completionsBjoern B. Brandenburg2010-09-21
| * EDF-WM: add logic for slice-advancementBjoern B. Brandenburg2010-09-21
| * EDF-WM: rip out non-preemptivity checksBjoern B. Brandenburg2010-09-21
| * EDF-WM: cleanup names a bitBjoern B. Brandenburg2010-09-21
| * EDF-WM: add enforcement timerBjoern B. Brandenburg2010-09-21
| * Start with a clean base.Bjoern B. Brandenburg2010-09-21
| * compile fix: type namespace is flat in CBjoern B. Brandenburg2010-09-21
| * unbloat struct rt_jobBjoern B. Brandenburg2010-09-21
| * Undo WM damage to common filesBjoern B. Brandenburg2010-09-21
| * cleanup rt_param.hBjoern B. Brandenburg2010-09-21
| * [EDF-WM] Indent and separate some functionsAndrea Bastoni2010-09-21
| * Removed bug from edf-wm codeGuruprasad Aphale2010-09-19
| * Added cpu accounting for slices of a jobGuruprasad Aphale2010-08-10
| * Added migration support to wm schedulerGuruprasad Aphale2010-08-07
| * Added timer functionality to edf-wm schedulerGuruprasad Aphale2010-07-24