aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/scheduler.cpp
AgeCommit message (Expand)Author
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