Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rtspin: add -e option to enable PRECISE_ENFORCEMENT2010.2 | Bjoern B. Brandenburg | 2010-10-19 |
| | | | | Useful to test how the kernel handles PRECISE_ENFORCEMENT. | ||
* | Support budget enforcement policies. Allows tasks to specify | Glenn Elliott | 2010-05-20 |
| | | | | | | | | how their execution budgets should be enforced: NO_ENFORCEMENT, QUANTUM_ENFORCEMENT, and PRECISE_ENFORCEMENT (unsupported). NOTE: Users of NO_ENFORCEMENT must call sleep_next_period() at the end of every job to signal to the kernel that its job is complete. | ||
* | Add -v (verbose) switch to rtspin. | Bjoern B. Brandenburg | 2010-03-10 |
| | | | | | Can be used to dump the delay loop that rtspin is using. | ||
* | rtspin: suppress init_litmus() perror() call, it reports rubbish | Bjoern B. Brandenburg | 2009-04-29 |
| | |||
* | rtspin: allow fractional costs and periods | Bjoern B. Brandenburg | 2009-04-29 |
| | |||
* | rtspin: use POSIX clock to better approximate runtime | Bjoern B. Brandenburg | 2009-04-14 |
| | | | | this finally appears to work reasonably on Flare | ||
* | auto-configure spin loop in rtspin | Bjoern B. Brandenburg | 2009-03-25 |
| | | | | | Don't just blindly overrun the budget. Instead, try to measure a spin loop and hope that we get good results. | ||
* | replace run with rtspin | Bjoern B. Brandenburg | 2008-12-01 |