index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
cpu_manager.h
Age
Commit message (
Expand
)
Author
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2022-12-06
general: improve handling of system startup failure
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-07-14
kernel: fix single-core preemption points
Liam
2022-07-14
kernel: fix issues with single core mode
Liam
2022-07-14
kernel: use KScheduler from mesosphere
Liam
2022-07-02
common/fiber: make fibers easier to use
Liam
2022-06-16
core: fix initialization in single core, sync GPU mode
Liam
2022-06-14
kernel: implement KProcess suspension
Liam
2022-06-08
CpuManager: simplify pausing
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-09-03
core: cpu_manager: Use jthread.
bunnei
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-07
core: cpu_manager: Use jthread.
bunnei
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2020-07-16
cpu_manager: Mark function getters as static
Lioncash
2020-07-16
cpu_manager: Remove unused preemption_count variable
Lioncash
2020-07-16
cpu_manager: Add missing includes
Lioncash
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
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
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
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
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-01-27
System: Address Feedback
Fernando Sahmkow
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow