aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| | * | | Fix a couple errors in locking code.Jeremy Erickson2011-01-20
| | | | |
| | * | | Numerous fixesJeremy Erickson2011-01-20
| | | | |
| | * | | Code to actually schedule ghost jobsJeremy Erickson2011-01-20
| | | | |
| | * | | Merge branch 'wip-mc' of ↵Jeremy Erickson2011-01-20
| | |\ \ \ | | | | | | | | | | | | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc
| | | * | | Clarified a commentJeremy Erickson2010-11-23
| | | | | |
| | * | | | Update CPU queue management functions to account for multiple criticalitiesJeremy Erickson2011-01-20
| | |/ / /
| | * | | Work towards slack scheduling (compiles, but not yet complete.)Jeremy Erickson2010-11-23
| | | | |
| | * | | Update switch statement to use enum constantsJeremy Erickson2010-11-21
| | | | |
| | * | | Simplify ghost job calculationMac Mollison2010-11-10
| | | | |
| | * | | Initial work on ghost jobsMac Mollison2010-11-06
| | | | | | | | | | | | | | | | | | | | Basic setup for ghost jobs.
| | * | | Added many comments; some minor style changesMac Mollison2010-11-06
| | | | |
| | * | | Minor fixMac Mollison2010-11-06
| | | | |
| | * | | Minor fixMac Mollison2010-11-06
| | | | |
| | * | | Preemption consolidationMac Mollison2010-11-06
| | | | |
| | * | | Minor changesMac Mollison2010-11-06
| | | | |
| | * | | Minor fixMac Mollison2010-11-03
| | | | |
| | * | | Woops - forgot part of changes for last commitMac Mollison2010-11-03
| | | | |
| | * | | Use an enum for criticality, instead of an intMac Mollison2010-11-03
| | | | |
| | * | | sched_mc: implementation (minus slack stealing)Jeremy Erickson2010-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.cJeremy Erickson2010-11-03
| | | | |
| | * | | fixup: litmus.h is no longer implicitly includedBjoern B. Brandenburg2010-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/clusterBjoern B. Brandenburg2010-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 levelJonathan Herman2011-08-25
| | | | |
| * | | | Fix double requeueing problemsJeremy Erickson2011-08-25
| | | | |
| * | | | Clean up logicJeremy Erickson2011-08-25
| | | | |
| * | | | Fix bugs and add more tracingJeremy Erickson2011-08-25
| | | | |
| * | | | Use watchdog timers (compiles, but not tested yet.)Jeremy Erickson2011-08-25
| | | | |
| * | | | Fix variable name to make it compileJeremy Erickson2011-08-25
| | | | |
| * | | | Fix a couple errors in locking code.Jeremy Erickson2011-08-25
| | | | |
| * | | | Numerous fixesJeremy Erickson2011-08-25
| | | | |
| * | | | Code to actually schedule ghost jobsJeremy Erickson2011-08-25
| | | | |
| * | | | Update CPU queue management functions to account for multiple criticalitiesJeremy Erickson2011-08-25
| | | | |
| * | | | Clarified a commentJeremy Erickson2011-08-25
| | | | |
| * | | | Work towards slack scheduling (compiles, but not yet complete.)Jeremy Erickson2011-08-25
| | | | |
| * | | | Update switch statement to use enum constantsJeremy Erickson2011-08-25
| | | | |
| * | | | Simplify ghost job calculationMac Mollison2011-08-25
| | | | |
| * | | | Initial work on ghost jobsMac Mollison2011-08-25
| | | | | | | | | | | | | | | | | | | | Basic setup for ghost jobs.
| * | | | Added many comments; some minor style changesMac Mollison2011-08-25
| | | | |
| * | | | Minor fixMac Mollison2011-08-25
| | | | |
| * | | | Minor fixMac Mollison2011-08-25
| | | | |
| * | | | Preemption consolidationMac Mollison2011-08-25
| | | | |
| * | | | Minor changesMac Mollison2011-08-25
| | | | |
| * | | | Minor fixMac Mollison2011-08-25
| | | | |
| * | | | Woops - forgot part of changes for last commitMac Mollison2011-08-25
| | | | |
| * | | | Use an enum for criticality, instead of an intMac Mollison2011-08-25
| | | | |
| * | | | sched_mc: implementation (minus slack stealing)Jeremy Erickson2011-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.cJeremy Erickson2011-08-25
| | | | |
| * | | | C-EDF: move /proc/litmus/cluster_cache to /proc/litmus/plugins/C-EDF/clusterBjoern B. Brandenburg2011-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-litmusChristopher Kenna2012-10-10
| | | | |
* | | | | Include a missing header file.Christopher Kenna2012-09-20
| | | | |