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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: improve handling of system startup failure
Liam
2022-12-06
1
-8
/
+7
*
common: remove "yuzu:" prefix from thread names
Liam
2022-10-04
1
-2
/
+2
*
kernel: fix single-core preemption points
Liam
2022-07-15
1
-28
/
+14
*
kernel: fix issues with single core mode
Liam
2022-07-15
1
-51
/
+101
*
kernel: use KScheduler from mesosphere
Liam
2022-07-15
1
-100
/
+61
*
Merge pull request #8532 from liamwhite/fiber-supplements
liamwhite
2022-07-06
1
-35
/
+16
|
\
|
*
common/fiber: make fibers easier to use
Liam
2022-07-02
1
-35
/
+16
*
|
cpu_manager: properly check idle on return from preemption
Liam
2022-06-30
1
-1
/
+3
|
/
*
kernel: make current thread pointer thread local
Liam
2022-06-23
1
-9
/
+8
*
core: fix initialization in single core, sync GPU mode
Liam
2022-06-17
1
-0
/
+3
*
Merge pull request #8457 from liamwhite/kprocess-suspend
Fernando S
2022-06-16
1
-97
/
+30
|
\
|
*
kernel: implement KProcess suspension
Liam
2022-06-14
1
-97
/
+30
*
|
core: centralize profile scope for Dynarmic
Liam
2022-06-15
1
-4
/
+0
|
/
*
CpuManager: simplify pausing
Liam
2022-06-09
1
-84
/
+32
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core: hle: kernel: Disable dispatch count tracking on single core.
bunnei
2021-12-07
1
-1
/
+1
*
core: cpu_manager: Use invalid core_id on init and simplify shutdown.
bunnei
2021-12-07
1
-7
/
+3
*
core: cpu_manager: Use KScopedDisableDispatch.
bunnei
2021-12-07
1
-7
/
+8
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
core: cpu_manager: Use jthread.
bunnei
2021-09-04
1
-15
/
+10
*
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-26
1
-16
/
+24
*
core: hle: kernel: Disable dispatch count tracking on single core.
bunnei
2021-08-14
1
-1
/
+1
*
core: cpu_manager: Use invalid core_id on init and simplify shutdown.
bunnei
2021-08-07
1
-7
/
+3
*
core: cpu_manager: Use KScopedDisableDispatch.
bunnei
2021-08-07
1
-7
/
+8
*
core: cpu_manager: Use jthread.
bunnei
2021-08-07
1
-15
/
+10
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-1
/
+1
*
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-07
1
-4
/
+4
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-06
1
-6
/
+5
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
1
-5
/
+6
*
core: cpu_manager: Remove unused variable.
bunnei
2021-01-29
1
-1
/
+0
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-29
1
-2
/
+1
*
hle: kernel: Move single core "phantom mode" out of KThread.
bunnei
2021-01-29
1
-6
/
+7
*
hle: kernel: KThread: Remove thread types that do not exist.
bunnei
2021-01-29
1
-1
/
+1
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-4
/
+4
*
core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games.
bunnei
2020-12-06
1
-21
/
+26
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-34
/
+21
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
1
-7
/
+9
*
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-1
/
+0
*
core: cpu_manager: Fix shutdown crash when closing before emulation starts.
bunnei
2020-11-25
1
-7
/
+17
*
core: cpu_manager: Add missing call to MicroProfileOnThreadExit().
bunnei
2020-10-27
1
-0
/
+2
*
Merge pull request #4461 from comex/thread-names
LC
2020-08-31
1
-1
/
+1
|
\
|
*
Fix thread naming on Linux, which limits names to 15 bytes.
comex
2020-08-06
1
-1
/
+1
*
|
cpu_manager: Make use of ranged for where applicable
Lioncash
2020-08-23
1
-16
/
+13
|
/
*
cpu_manager: Remove redundant std::function declarations
Lioncash
2020-07-28
1
-3
/
+3
*
General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
1
-9
/
+2
*
SingleCore: Correct ticks reset to be on preemption.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
Fernando Sahmkow
2020-06-27
1
-6
/
+9
*
SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
1
-9
/
+9
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
1
-16
/
+14
*
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
1
-2
/
+15
*
GUI: Make multicore only work with Async and add GUI for multicore.
Fernando Sahmkow
2020-06-27
1
-0
/
+11
*
CPU_Manager: Correct stopping on SingleCore.
Fernando Sahmkow
2020-06-27
1
-3
/
+8
*
General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.
Fernando Sahmkow
2020-06-27
1
-0
/
+4
*
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
1
-5
/
+9
*
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
1
-26
/
+160
*
General: Add better safety for JIT use.
Fernando Sahmkow
2020-06-27
1
-6
/
+19
*
SVC: Correct races on physical core switching.
Fernando Sahmkow
2020-06-27
1
-5
/
+6
*
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
Fernando Sahmkow
2020-06-27
1
-1
/
+2
*
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-27
1
-2
/
+1
*
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
1
-1
/
+4
*
CPU_Manager: remove debugging code.
Fernando Sahmkow
2020-06-27
1
-8
/
+4
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-41
/
+153
*
core/cpu_manager: Remove unused includes
Lioncash
2020-01-31
1
-2
/
+0
*
System: Address Feedback
Fernando Sahmkow
2020-01-27
1
-1
/
+0
*
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2020-01-26
1
-0
/
+84