Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | svc: Implement svcGetInfo command 0xF0000002 | Lioncash | 2018-10-26 | 1 | -0/+19 |
* | kernel/scheduler: Take ARM_Interface instance by reference in the constructor | Lioncash | 2018-09-25 | 1 | -2/+2 |
* | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 2018-08-25 | 1 | -2/+4 |
* | scheduler: Make HaveReadyThreads() a const member function | Lioncash | 2018-08-12 | 1 | -1/+1 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -0/+1 |
* | kernel: Remove unnecessary includes | Lioncash | 2018-07-31 | 1 | -1/+2 |
* | scheduler: Protect scheduling functions with a global mutex. | bunnei | 2018-05-11 | 1 | -0/+3 |
* | scheduler: Cleanup based on PR feedback. | bunnei | 2018-02-19 | 1 | -3/+2 |
* | kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module. | bunnei | 2018-02-18 | 1 | -0/+74 |