3 Commits (c8bf47dcfbd43f3e7835d2e45b4704e056d8e9ee)

Author SHA1 Message Date
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow 2d1984c20c System: Address Feedback 6 years ago
Fernando Sahmkow e4a1ead897 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
Fernando Sahmkow 4d6a86b03f Core: Refactor CPU Management. 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Fernando Sahmkow 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 6 years ago
Fernando Sahmkow 82218c925a Kernel: Style and Corrections 7 years ago
Fernando Sahmkow fcc6b34fff Correct PrepareReschedule 7 years ago
Fernando Sahmkow 47c6c78c03 Redesign CPU Cores to work with the new scheduler 7 years ago
Lioncash fad20213e6 kernel/scheduler: Pass in system instance in constructor 7 years ago
Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash aeadbfa790 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 7 years ago
Lioncash c34efbbd60 core: Make CPUBarrier a unique_ptr instead of a shared_ptr 7 years ago
Lioncash 598e4d2f6c core_cpu: Make arm_interface instances a std::unique_ptr 7 years ago
Lioncash 4a84986bc3 core/core_cpu: Replace exclusive monitor include with forward declaration 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 43e0d865fa core: Namespace all code in the arm subdirectory under the Core namespace 7 years ago
Subv 2e7802ad7d Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
MerryMage 0b1c2e5505 Implement exclusive monitor 8 years ago
bunnei cba69fdcd4 core: Support session close with multicore. 8 years ago
bunnei a434fdcb10 core: Implement multicore support. 8 years ago
bunnei 9776ff9179 core: Create a thread for each CPU core, keep in lock-step with a barrier. 8 years ago
bunnei 5590245930 core: Move common CPU core things to its own class. 8 years ago