aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
Commit message (Expand)AuthorAge
* Coloring on the ARM.Christopher Kenna2012-10-05
* Add ifdef's for CONFIG_PLUGIN_MC and CONFIG_MERGE_TIMERS.Christopher Kenna2012-10-04
* Add include to fix compilation error.Christopher Kenna2012-10-04
* Merge branch 'wip-mc' of ssh://rtsrv.cs.unc.edu/home/litmus/litmus-rt into wi...Jonathan Herman2012-10-03
|\
| * Clean up the LITMUS color device.Christopher Kenna2012-10-02
| * Decrease max number of colors and fix typos.Christopher Kenna2012-10-02
* | Moved user-space state of tasks into new rt_param.user_job.Jonathan Herman2012-10-03
|/
* Create per-task containers only when budget enforcing.Jonathan Herman2012-10-01
* Fixed sched_color run issues.Jonathan Herman2012-09-30
|\
| * Move task time accounting into the complete_job method.wip-rt-ksharkJonathan Herman2012-09-28
| * Cleanup. Remove this commitJonathan Herman2012-09-27
| * Properly track max_exec_time to output in task_exit record.Jonathan Herman2012-09-27
| * Added exit and tardy hooks.Jonathan Herman2012-09-27
| * Summarize schedulability with final recordJonathan Herman2012-09-27
| * Store exec time in completion recordJonathan Herman2012-09-27
| * Track tasks average execution time, drop in TASK_EXIT recordJonathan Herman2012-09-27
| * Add the time to the task_exit eventChristopher Kenna2012-09-27
| * Add task_exit event that records max exec time under color plugin.Christopher Kenna2012-09-27
| * EDF priority tie-breaks.Glenn Elliott2012-09-21
| * Improve readability of EDF comparisons.Glenn Elliott2012-09-21
| * Fix changed task_struct field name.Christopher Kenna2012-09-20
| * Fix wake_up() preemptions under P-FP and PSN-EDFBjoern Brandenburg2012-08-14
| * New Feature: Arbitrary deadlines.2012.2Glenn Elliott2012-08-01
| * control page: avoid "minor" page faultsBjoern Brandenburg2012-07-23
| * control page: warn on page faultBjoern Brandenburg2012-07-23
| * control page: use vm_insert_page() instead of remap_pfn_range()Bjoern Brandenburg2012-07-23
| * P-FP: reject tasks with invalid prioritiesBjoern Brandenburg2012-07-23
| * P-FP: fix build bug if !CONFIG_RELEASE_MASTERBjoern Brandenburg2012-07-23
| * P-FP: make PCP available to userspaceSven Dziadek2012-07-23
| * P-FP: port P-FP plugin used in B. Brandenburg'sSven Dziadek2012-07-23
| * C-EDF: do not requeue jobs without budgetBjoern Brandenburg2012-05-31
| * GSN-EDF: do not requeue jobs without budgetBjoern Brandenburg2012-05-31
| * Move budget-related helpers to budget.hBjoern Brandenburg2012-05-31
| * An efficient binary heap implementation.wip-stage-binheapGlenn Elliott2012-05-26
| * Add kernel-style events for sched_trace_XXX() functionsAndrea Bastoni2012-03-30
* | Resolved merge bugs.Jonathan Herman2012-09-29
* | Merge branch 'wip-color' into wip-mcJonathan Herman2012-09-29
|\ \
| * | Summarize schedulability with final recordwip-colorJonathan Herman2012-05-15
| * | Chunking for locking protocolJonathan Herman2012-05-15
| * | Commented out two rare bugs which the scheduler can recover fromJonathan Herman2012-05-14
| * | Per job blockingJonathan Herman2012-05-14
| * | Store exec time in completion recordJonathan Herman2012-05-13
| * | Allow self conflictsJonathan Herman2012-05-13
| * | Can disable nonpreemptivityJonathan Herman2012-05-13
| * | Track tasks average execution time, drop in TASK_EXIT recordJonathan Herman2012-05-09
| * | BE servers now synchronize when task sets are releasedJonathan Herman2012-05-09
| * | Removed unnecessary spaceJonathan Herman2012-05-08
| * | Make colored memory optionally un-cachable.Christopher Kenna2012-05-08
| * | sched_trace: log task exitChristopher Kenna2012-05-07
| * | Add the time to the task_exit eventChristopher Kenna2012-05-06