aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_cpu.cpp
AgeCommit message (Expand)Author
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow
2020-01-25Core: Refactor CPU Management.Fernando Sahmkow
2019-12-05CpuCore: Clear exclusive state after doing a run in dynarmic.Fernando Sahmkow
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow
2019-10-15Redesign CPU Cores to work with the new schedulerFernando Sahmkow
2019-10-09Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow
2019-07-11yuzu: Remove setting for using UnicornLioncash
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi
2019-04-07kernel/svc: Deglobalize the supervisor call handlersLioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-04kernel/scheduler: Pass in system instance in constructorLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash
2018-09-25core_cpu: Make arm_interface instances a std::unique_ptrLioncash
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash
2018-09-17core/core_cpu: Replace exclusive monitor include with forward declarationLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-12Merge pull request #1043 from Subv/timingbunnei
2018-08-12CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv
2018-08-12CPU/HLE: Lock the HLE mutex before performing a reschedule.Subv
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-22Implement exclusive monitorMerryMage
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
2018-05-10core: Support session close with multicore.bunnei
2018-05-10core: Implement multicore support.bunnei
2018-05-10core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei
2018-05-10core: Move common CPU core things to its own class.bunnei