summaryrefslogtreecommitdiffstats
path: root/src/core/core_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-27General: Cleanup legacy code.Fernando Sahmkow1-51/+0
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow1-16/+2
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-3/+1
2020-03-03core: Implement separate A32/A64 ARM interfaces.bunnei1-3/+0
2020-01-27System: Address FeedbackFernando Sahmkow1-4/+3
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow1-7/+7
2020-01-25Core: Refactor CPU Management.Fernando Sahmkow1-66/+10
2019-12-05CpuCore: Clear exclusive state after doing a run in dynarmic.Fernando Sahmkow1-0/+2
2019-11-27core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash1-2/+3
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow1-0/+4
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow1-1/+1
2019-10-15Redesign CPU Cores to work with the new schedulerFernando Sahmkow1-13/+10
2019-10-09Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow1-11/+3
2019-07-11yuzu: Remove setting for using UnicornLioncash1-13/+6
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi1-2/+2
2019-04-08kernel/svc: Deglobalize the supervisor call handlersLioncash1-3/+3
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-3/+3
2019-03-04kernel/scheduler: Pass in system instance in constructorLioncash1-4/+5
2019-02-16core_timing: Convert core timing into a classLioncash1-7/+8
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-3/+3
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash1-1/+1
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash1-4/+3
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash1-5/+4
2018-09-25core_cpu: Make arm_interface instances a std::unique_ptrLioncash1-3/+3
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash1-1/+1
2018-09-18core/core_cpu: Replace exclusive monitor include with forward declarationLioncash1-0/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-08-13CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv1-0/+1
2018-08-13CPU/HLE: Lock the HLE mutex before performing a reschedule.Subv1-0/+3
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+0
2018-07-22Implement exclusive monitorMerryMage1-3/+16
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-05-11core: Add a configuration setting for use_multi_core.bunnei1-3/+8
2018-05-11core: Support session close with multicore.bunnei1-1/+28
2018-05-11core: Implement multicore support.bunnei1-1/+1
2018-05-11core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei1-5/+20
2018-05-11core: Move common CPU core things to its own class.bunnei1-0/+72