aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/scheduler.cpp
AgeCommit message (Expand)Author
2018-12-03scheduler: Avoid manual Reschedule callZach Hilman
2018-12-03scheduler: Only work steal higher priority threads from other coresZach Hilman
2018-12-02svc: Avoid performance-degrading unnecessary rescheduleZach Hilman
2018-11-22scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman
2018-11-18svc: Implement yield types 0 and -1Zach Hilman
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-12scheduler: Make HaveReadyThreads() a const member functionLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-07-21Merge pull request #751 from Subv/tpidr_el0bunnei
2018-07-20CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-10scheduler: Protect scheduling functions with a global mutex.bunnei
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-03-14core: Move process creation out of global state.bunnei
2018-02-19scheduler: Cleanup based on PR feedback.bunnei
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...bunnei