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