summaryrefslogtreecommitdiffstats
path: root/src/core/core_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+1
2020-01-27System: Address FeedbackFernando Sahmkow1-2/+0
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow1-3/+3
2020-01-25Core: Refactor CPU Management.Fernando Sahmkow1-58/+3
2019-11-27core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash1-1/+17
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow1-0/+2
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow1-1/+1
2019-10-15Correct PrepareRescheduleFernando Sahmkow1-1/+1
2019-10-15Redesign CPU Cores to work with the new schedulerFernando Sahmkow1-0/+2
2019-03-04kernel/scheduler: Pass in system instance in constructorLioncash1-2/+6
2019-02-16core_timing: Convert core timing into a classLioncash1-1/+7
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash1-3/+7
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash1-3/+2
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash1-3/+3
2018-09-25core_cpu: Make arm_interface instances a std::unique_ptrLioncash1-1/+1
2018-09-18core/core_cpu: Replace exclusive monitor include with forward declarationLioncash1-2/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-08-25core: Namespace all code in the arm subdirectory under the Core namespaceLioncash1-2/+2
2018-08-13Core/HLE: Make the 'reschedule_pending' flag atomic.Subv1-1/+1
2018-07-22Implement exclusive monitorMerryMage1-1/+9
2018-05-11core: Support session close with multicore.bunnei1-10/+7
2018-05-11core: Implement multicore support.bunnei1-4/+8
2018-05-11core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei1-1/+32
2018-05-11core: Move common CPU core things to its own class.bunnei1-0/+46