| Commit message (Collapse) | Author | Age |
|
|
|
| |
Line breaks, ammend comments, etc.
|
|
|
|
| |
this removes a blatant case of copy&paste reuse
|
|
|
|
|
| |
Tell Linux how much time each RT task consumed.
This fixes the behavior of CPU timers and tools like top.
|
|
|
|
|
| |
Don't confuse the plugins by calling task_block()/wake_up()
when they wouldn't have been called without the race.
|
|
|
|
|
| |
Other quantum-based plugins also require the present flag. Hence,
move it to the core data structure
|
|
|
|
|
| |
This provides and hooks up a new made-from-scratch sched_trace()
implementation based on Feather-Trace and ftdev.
|
|
|
|
|
|
| |
Also:
- add some memory barriers, to be on the safe side
- fix some line breaks
|
|
|
|
| |
The plugins don't care about best-effort tasks. Don't bother them.
|
|
|
|
|
| |
This change fixes a race where a job could be executed on more than one
CPU, which to random crashes.
|
|
|
|
|
| |
The old version had a significant window for races with
interrupt handlers executing on other CPUs.
|
|
|
|
| |
John's proposal for how to release jobs with hrtimers.
|
|
This introduces the core changes ported from LITMUS 2007.
The kernel seems to work under QEMU, but many bugs probably remain.
|