| Commit message (Expand) | Author | Age |
* | Added exit and tardy hooks. | Jonathan Herman | 2012-09-27 |
* | Summarize schedulability with final record | Jonathan Herman | 2012-09-27 |
* | Store exec time in completion record | Jonathan Herman | 2012-09-27 |
* | Track tasks average execution time, drop in TASK_EXIT record | Jonathan Herman | 2012-09-27 |
* | Add the time to the task_exit event | Christopher Kenna | 2012-09-27 |
* | Add task_exit event that records max exec time under color plugin. | Christopher Kenna | 2012-09-27 |
* | Initial commit | Jonathan Herman | 2012-09-21 |
* | EDF priority tie-breaks. | Glenn Elliott | 2012-09-21 |
* | Improve readability of EDF comparisons. | Glenn Elliott | 2012-09-21 |
* | Do processor state transitions in schedule_tail(). | Glenn Elliott | 2012-09-21 |
* | Include a missing header file. | Christopher Kenna | 2012-09-20 |
* | Fix changed task_struct field name. | Christopher Kenna | 2012-09-20 |
* | Fix wake_up() preemptions under P-FP and PSN-EDF | Bjoern Brandenburg | 2012-08-14 |
* | New Feature: Arbitrary deadlines. | Glenn Elliott | 2012-08-01 |
* | control page: avoid "minor" page faults | Bjoern Brandenburg | 2012-07-23 |
* | control page: warn on page fault | Bjoern Brandenburg | 2012-07-23 |
* | control page: use vm_insert_page() instead of remap_pfn_range() | Bjoern Brandenburg | 2012-07-23 |
* | P-FP: reject tasks with invalid priorities | Bjoern Brandenburg | 2012-07-23 |
* | P-FP: Clarify meaning of priorities | Bjoern Brandenburg | 2012-07-23 |
* | P-FP: fix build bug if !CONFIG_RELEASE_MASTER | Bjoern Brandenburg | 2012-07-23 |
* | P-FP: make PCP available to userspace | Sven Dziadek | 2012-07-23 |
* | P-FP: port P-FP plugin used in B. Brandenburg's | Sven Dziadek | 2012-07-23 |
* | Update to improved x86 Feather-Trace triggers | Bjoern Brandenburg | 2012-06-26 |
* | C-EDF: do not requeue jobs without budget | Bjoern Brandenburg | 2012-05-31 |
* | GSN-EDF: do not requeue jobs without budget | Bjoern Brandenburg | 2012-05-31 |
* | Move budget-related helpers to budget.h | Bjoern Brandenburg | 2012-05-31 |
* | An efficient binary heap implementation. | Glenn Elliott | 2012-05-26 |
* | Add kernel-style events for sched_trace_XXX() functions | Andrea Bastoni | 2012-03-30 |
* | Typo in macro | Jonathan Herman | 2012-02-16 |
* | Feather-Trace: keep track of interrupt-related interference. | Bjoern B. Brandenburg | 2012-01-30 |
* | Litmus core: simplify np-section protocol | Bjoern B. Brandenburg | 2011-11-24 |
* | C-EDF: rename lock -> cluster_lock | Bjoern B. Brandenburg | 2011-11-24 |
* | locking: use correct timestamp | Bjoern B. Brandenburg | 2011-11-24 |
* | Feather-trace: let userspace add overhead events | Bjoern B. Brandenburg | 2011-11-24 |
* | ftdev: let bufffer-specific code handle writes from userspace | Bjoern B. Brandenburg | 2011-11-24 |
* | ftdev: remove event activation hack | Bjoern B. Brandenburg | 2011-11-24 |
* | Feather-Trace: keep track of release latency | Bjoern B. Brandenburg | 2011-11-24 |
* | Feather-Trace: trace locking-related suspensions | Bjoern B. Brandenburg | 2011-11-24 |
* | Feather-Trace: start with the largest permissible range | Bjoern B. Brandenburg | 2011-11-24 |
* | bugfix: add processors in order of increasing indices to clusters | Bjoern B. Brandenburg | 2011-11-24 |
* | Pfair: improve robustness of suspensions | Bjoern B. Brandenburg | 2011-11-24 |
* | Add option to turn off preemption state tracing | Bjoern B. Brandenburg | 2011-11-24 |
* | Add unlikely() to rel master check (match pfair). | Glenn Elliott | 2011-11-02 |
* | bugfix: release master CPU must signal task was picked | Bjoern B. Brandenburg | 2011-11-02 |
* | Pfair: various fixes concerning release timers | Bjoern B. Brandenburg | 2011-08-27 |
* | Pfair: add support for true sporadic releases | Bjoern B. Brandenburg | 2011-08-27 |
* | Pfair: add release master support. | Bjoern B. Brandenburg | 2011-08-27 |
* | C-EDF: Make migration affinity work with Release Master | Glenn Elliott | 2011-08-27 |
* | C-EDF: add release master support | Bjoern B. Brandenburg | 2011-08-27 |
* | PSN-EDF: add release master support | Bjoern B. Brandenburg | 2011-08-27 |