aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
Commit message (Expand)AuthorAge
* Be verbose with error messages in npsf_admit_taskAndrea Bastoni2010-09-28
* Use hrtimer_start_on_info_init()Andrea 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
* 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: trace reasons why a task was rejectedBjoern B. Brandenburg2010-09-22
| * EDF-WM: less noisy logsBjoern 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
| * Undo WM damage to common filesBjoern 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
| * Created edf-wm scheduler skeletonGuruprasad Aphale2010-07-24
| * Accouting and job control functions for edf-wm algorithm.Guruprasad Aphale2010-07-24
* | Merge branch 'wip-edffm' into wip-npsf-mergeAndrea Bastoni2010-09-22
|\ \
| * | Remove EDF-Fm specific parameters from rt_param.hAndrea Bastoni2010-09-22
| * | [EDF-fm] Remove code uglyness and properly initialize jobnoAndrea Bastoni2010-09-21
| * | [EDF-fm] Call change_migrat_cpu_if_needed() only for migrating tasksAndrea Bastoni2010-09-21
| * | [EDF-fm] A block may race with wakeup.Andrea Bastoni2010-09-21
| * | [EDF-fm] Complete reworking of previous implementation of EDF-fmAndrea Bastoni2010-09-21
| |/
* | Wrap NPS-F specific parameters in rt_param.hAndrea Bastoni2010-09-22
* | [NPS-F] Update various tracing in the plugin and add TODO.Andrea Bastoni2010-09-21