2 Commits (3de883d37b2ffe626923882a420582400fe72849)

Author SHA1 Message Date
Fernando Sahmkow 8eb175481c System: Address Feedback 6 years ago
Fernando Sahmkow 0a5e0d4777 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
Fernando Sahmkow 1c2981f6da Core: Refactor CPU Management. 6 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 7 years ago
Fernando Sahmkow 17b53b4a54 Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 7 years ago
Fernando Sahmkow 5130168171 Kernel: Style and Corrections 7 years ago
Fernando Sahmkow 87334f0f16 Correct PrepareReschedule 7 years ago
Fernando Sahmkow 3905bb3e7b Redesign CPU Cores to work with the new scheduler 7 years ago
Lioncash 38dd80f70f kernel/scheduler: Pass in system instance in constructor 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 8 years ago
Lioncash 16a332fee0 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 8 years ago
Lioncash 0575e2639a core: Make CPUBarrier a unique_ptr instead of a shared_ptr 8 years ago
Lioncash cf3e25a3c6 core_cpu: Make arm_interface instances a std::unique_ptr 8 years ago
Lioncash 0de8f10b34 core/core_cpu: Replace exclusive monitor include with forward declaration 8 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash e46ac56321 core: Namespace all code in the arm subdirectory under the Core namespace 8 years ago
Subv 42d6bbcb7c Core/HLE: Make the 'reschedule_pending' flag atomic. 8 years ago
MerryMage 34bf2dbf68 Implement exclusive monitor 8 years ago
bunnei 6eacbd693d core: Support session close with multicore. 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
bunnei fc8b0d9d2b core: Create a thread for each CPU core, keep in lock-step with a barrier. 8 years ago
bunnei 0867e78c8a core: Move common CPU core things to its own class. 8 years ago