summaryrefslogtreecommitdiffstats
path: root/src/core/cpu_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-1/+1
* general: improve handling of system startup failureLiam2022-12-061-3/+1
* general: fix compile for Apple ClangLiam2022-11-231-0/+1
* kernel: fix single-core preemption pointsLiam2022-07-151-1/+0
* kernel: fix issues with single core modeLiam2022-07-151-7/+4
* kernel: use KScheduler from mesosphereLiam2022-07-151-4/+10
* common/fiber: make fibers easier to useLiam2022-07-021-8/+13
* core: fix initialization in single core, sync GPU modeLiam2022-06-171-0/+5
* kernel: implement KProcess suspensionLiam2022-06-141-13/+6
* CpuManager: simplify pausingLiam2022-06-091-8/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: cpu_manager: Use jthread.bunnei2021-09-041-3/+3
* Revert "kernel: Various improvements to scheduler"bunnei2021-08-261-3/+3
* core: cpu_manager: Use jthread.bunnei2021-08-071-3/+3
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
* core: Resolve misc cases of variable shadowingLioncash2021-05-031-4/+4
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei2021-03-061-1/+1
* core: Switch to unique_ptr for usage of Common::Fiber.bunnei2021-02-271-1/+1
* cpu_manager: Mark function getters as staticLioncash2020-07-161-3/+3
* cpu_manager: Remove unused preemption_count variableLioncash2020-07-161-1/+0
* cpu_manager: Add missing includesLioncash2020-07-161-0/+3
* General: Correct rebase, sync gpu and context management.Fernando Sahmkow2020-06-271-7/+0
* SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2020-06-271-1/+1
* SingleCore: Move Host Timing from a sepparate thread to main cpu thread.Fernando Sahmkow2020-06-271-0/+1
* GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow2020-06-271-0/+14
* Kernel: Preempt Single core on redudant yields.Fernando Sahmkow2020-06-271-2/+2
* CPU_Manager: Unload/Reload threads on preemption on SingleCoreFernando Sahmkow2020-06-271-2/+3
* General: Initial Setup for Single Core.Fernando Sahmkow2020-06-271-4/+26
* General: Add better safety for JIT use.Fernando Sahmkow2020-06-271-0/+2
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-12/+37
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-3/+2
* System: Address FeedbackFernando Sahmkow2020-01-271-2/+0
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-261-0/+52