jlelli / linux

SCHED_DEADLINE. An implementation of the popular Earliest Deadline First (EDF) scheduling algorithm or the Linux kernel. Fork tracking upstream. Intended for further development and issues tracking.
https://en.wikipedia.org/wiki/SCHED_DEADLINE
Other
0 stars 1 forks source link

Dl doc #1

Closed lucabe72 closed 10 years ago

lucabe72 commented 10 years ago

Some documentation improvements for SCHED_DEADLINE, splitting the algorithm description (and guarantee) from the real-time task model (and the discussion about how to properly assign the scheduling parameters in order to respect the job deadlines), and providing a (hopefully) more complete and clear description of the scheduling algorithm. Admission control is still TBD