Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-02 | kern/macros: fix structof | Richard Braun | |
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-11-03 | Merge lib into kern | Richard Braun | |
There are no precise enough criteria to justify the separation of these two directories. |