summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/memory, core/hle/kernel: Use std::move where applicableLioncash2018-07-191-1/+3
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-161-0/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* scheduler: Protect scheduling functions with a global mutex.bunnei2018-05-111-0/+15
* kernel: Migrate logging macros to fmt-compatible onesLioncash2018-04-261-3/+3
* core: Move process creation out of global state.bunnei2018-03-141-3/+4
* scheduler: Cleanup based on PR feedback.bunnei2018-02-191-1/+1
* kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei2018-02-181-0/+134