index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
cpu_manager.cpp
Age
Commit message (
Collapse
)
Author
2020-06-27
SingleCore: Correct ticks reset to be on preemption.
Fernando Sahmkow
2020-06-27
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
Fernando Sahmkow
2020-06-27
SingleCore: Improve Cycle timing Behavior and replace mutex in global ↵
Fernando Sahmkow
scheduler for spinlock.
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
GUI: Make multicore only work with Async and add GUI for multicore.
Fernando Sahmkow
2020-06-27
CPU_Manager: Correct stopping on SingleCore.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which ↵
Fernando Sahmkow
threads were running.
2020-06-27
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
General: Add better safety for JIT use.
Fernando Sahmkow
2020-06-27
SVC: Correct races on physical core switching.
Fernando Sahmkow
2020-06-27
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
Fernando Sahmkow
2020-06-27
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-27
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
CPU_Manager: remove debugging code.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system.
2020-01-30
core/cpu_manager: Remove unused includes
Lioncash
Nothing from these headers are used within this source file, so we can remove them.
2020-01-27
System: Address Feedback
Fernando Sahmkow
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
This commit instends on better naming the new purpose of this classes.
[prev]