index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
cpu_manager.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
core: fix initialization in single core, sync GPU mode
Liam
1
-0
/
+5
2022-06-14
kernel: implement KProcess suspension
Liam
1
-13
/
+6
2022-06-09
CpuManager: simplify pausing
Liam
1
-8
/
+3
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-09-04
core: cpu_manager: Use jthread.
bunnei
1
-3
/
+3
2021-08-26
Revert "kernel: Various improvements to scheduler"
bunnei
1
-3
/
+3
2021-08-07
core: cpu_manager: Use jthread.
bunnei
1
-3
/
+3
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
1
-1
/
+1
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
1
-4
/
+4
2021-03-06
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
1
-1
/
+1
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
1
-1
/
+1
2020-07-16
cpu_manager: Mark function getters as static
Lioncash
1
-3
/
+3
2020-07-16
cpu_manager: Remove unused preemption_count variable
Lioncash
1
-1
/
+0
2020-07-16
cpu_manager: Add missing includes
Lioncash
1
-0
/
+3
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
1
-7
/
+0
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
1
-1
/
+1
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
1
-0
/
+1
2020-06-27
GUI: Make multicore only work with Async and add GUI for multicore.
Fernando Sahmkow
1
-0
/
+14
2020-06-27
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
1
-2
/
+2
2020-06-27
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
1
-2
/
+3
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
1
-4
/
+26
2020-06-27
General: Add better safety for JIT use.
Fernando Sahmkow
1
-0
/
+2
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
1
-12
/
+37
2020-02-12
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
1
-3
/
+2
2020-01-27
System: Address Feedback
Fernando Sahmkow
1
-2
/
+0
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
1
-0
/
+52