| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-12 | scheduler: Make HaveReadyThreads() a const member function | Lioncash | |
| This function doesn't modify instance state, so the const qualifier can be added to it. | |||
| 2018-08-01 | kernel: Move object class to its own source files | Lioncash | |
| General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code. | |||
| 2018-07-31 | kernel: Remove unnecessary includes | Lioncash | |
| Removes unnecessary direct dependencies in some headers and also gets rid of indirect dependencies that were being relied on to be included. | |||
| 2018-05-10 | scheduler: Protect scheduling functions with a global mutex. | bunnei | |
| 2018-02-19 | scheduler: Cleanup based on PR feedback. | bunnei | |
| 2018-02-18 | kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ↵ | bunnei | |
| module. | |||
