Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | kern/thread: improve processor-local scheduling | Richard Braun | |
This change introduces scheduling classes, including support for real-time and time-sharing threads. The real-time class matches the requirements of the POSIX SCHED_FIFO and SCHED_RR policies. The time-sharing class makes use of a scheduling algorithm based on group ratio round-robin (GR3) to provide proportional fairness. | |||
2012-09-30 | Initial commit | Richard Braun | |