Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | Fix a couple errors in locking code. | Jeremy Erickson | 2011-01-20 | |
| | | | | | ||||
| | * | | | Numerous fixes | Jeremy Erickson | 2011-01-20 | |
| | | | | | ||||
| | * | | | Code to actually schedule ghost jobs | Jeremy Erickson | 2011-01-20 | |
| | | | | | ||||
| | * | | | Merge branch 'wip-mc' of ↵ | Jeremy Erickson | 2011-01-20 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc | |||
| | | * | | | Clarified a comment | Jeremy Erickson | 2010-11-23 | |
| | | | | | | ||||
| | * | | | | Update CPU queue management functions to account for multiple criticalities | Jeremy Erickson | 2011-01-20 | |
| | |/ / / | ||||
| | * | | | Work towards slack scheduling (compiles, but not yet complete.) | Jeremy Erickson | 2010-11-23 | |
| | | | | | ||||
| | * | | | Update switch statement to use enum constants | Jeremy Erickson | 2010-11-21 | |
| | | | | | ||||
| | * | | | Simplify ghost job calculation | Mac Mollison | 2010-11-10 | |
| | | | | | ||||
| | * | | | Initial work on ghost jobs | Mac Mollison | 2010-11-06 | |
| | | | | | | | | | | | | | | | | | | | | Basic setup for ghost jobs. | |||
| | * | | | Added many comments; some minor style changes | Mac Mollison | 2010-11-06 | |
| | | | | | ||||
| | * | | | Minor fix | Mac Mollison | 2010-11-06 | |
| | | | | | ||||
| | * | | | Minor fix | Mac Mollison | 2010-11-06 | |
| | | | | | ||||
| | * | | | Preemption consolidation | Mac Mollison | 2010-11-06 | |
| | | | | | ||||
| | * | | | Minor changes | Mac Mollison | 2010-11-06 | |
| | | | | | ||||
| | * | | | Minor fix | Mac Mollison | 2010-11-03 | |
| | | | | | ||||
| | * | | | Woops - forgot part of changes for last commit | Mac Mollison | 2010-11-03 | |
| | | | | | ||||
| | * | | | Use an enum for criticality, instead of an int | Mac Mollison | 2010-11-03 | |
| | | | | | ||||
| | * | | | sched_mc: implementation (minus slack stealing) | Jeremy Erickson | 2010-11-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mixed criticality implementation, not including slack stealing. In addition, Level A is still P-EDF instead of cyclic executive. | |||
| | * | | | Clone of sched_gsn_edf.c as stub for sched_mc.c | Jeremy Erickson | 2010-11-03 | |
| | | | | | ||||
| | * | | | fixup: litmus.h is no longer implicitly included | Bjoern B. Brandenburg | 2010-10-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some change in .36 caused litmus.h to be no longer included in litmus_proc.c, which consequently caused a build error. (This commit should be squashed before being merged into master.) | |||
| | * | | | C-EDF: move /proc/litmus/cluster_cache to /proc/litmus/plugins/C-EDF/cluster | Bjoern B. Brandenburg | 2010-10-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make use of the new per-plugin proc file infrastructure to avoid littering the global namespace. While at it, also move all the relevant bits to sched_cedf.c. In the future, each plugin's parameters should be handled in the respective plugin file. | |||
| * | | | | fixed bug returning wrong level | Jonathan Herman | 2011-08-25 | |
| | | | | | ||||
| * | | | | Fix double requeueing problems | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Clean up logic | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Fix bugs and add more tracing | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Use watchdog timers (compiles, but not tested yet.) | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Fix variable name to make it compile | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Fix a couple errors in locking code. | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Numerous fixes | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Code to actually schedule ghost jobs | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Update CPU queue management functions to account for multiple criticalities | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Clarified a comment | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Work towards slack scheduling (compiles, but not yet complete.) | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Update switch statement to use enum constants | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | Simplify ghost job calculation | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Initial work on ghost jobs | Mac Mollison | 2011-08-25 | |
| | | | | | | | | | | | | | | | | | | | | Basic setup for ghost jobs. | |||
| * | | | | Added many comments; some minor style changes | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Minor fix | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Minor fix | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Preemption consolidation | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Minor changes | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Minor fix | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Woops - forgot part of changes for last commit | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | Use an enum for criticality, instead of an int | Mac Mollison | 2011-08-25 | |
| | | | | | ||||
| * | | | | sched_mc: implementation (minus slack stealing) | Jeremy Erickson | 2011-08-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mixed criticality implementation, not including slack stealing. In addition, Level A is still P-EDF instead of cyclic executive. | |||
| * | | | | Clone of sched_gsn_edf.c as stub for sched_mc.c | Jeremy Erickson | 2011-08-25 | |
| | | | | | ||||
| * | | | | C-EDF: move /proc/litmus/cluster_cache to /proc/litmus/plugins/C-EDF/cluster | Bjoern B. Brandenburg | 2011-08-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make use of the new per-plugin proc file infrastructure to avoid littering the global namespace. While at it, also move all the relevant bits to sched_cedf.c. In the future, each plugin's parameters should be handled in the respective plugin file. | |||
* | | | | | Naively enable some performance counters.HEADpandaboard-litmus | Christopher Kenna | 2012-10-10 | |
| | | | | | ||||
* | | | | | Include a missing header file. | Christopher Kenna | 2012-09-20 | |
| | | | | |