index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
scheduler.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-51
/
+21
*
core: Fix clang build
Lioncash
2020-10-17
1
-21
/
+51
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-5
/
+5
*
hle/scheduler: Fix data race in is_context_switch_pending
ReinUsesLisp
2020-08-26
1
-2
/
+6
*
Merge pull request #4491 from lioncash/unused-vars
bunnei
2020-08-10
1
-17
/
+11
|
\
|
*
kernel: Remove unused variables
Lioncash
2020-08-05
1
-17
/
+11
*
|
scheduler: Resolve sign conversion warning
Lioncash
2020-08-05
1
-1
/
+2
|
/
*
cpu_manager: Mark function getters as static
Lioncash
2020-07-16
1
-1
/
+1
*
core_timing,scheduler: Use std::scoped_lock when possible
ReinUsesLisp
2020-06-28
1
-11
/
+10
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
1
-2
/
+2
*
Kernel: Correct Host Context on Threads and Scheduler.
Fernando Sahmkow
2020-06-27
1
-8
/
+8
*
Scheduler: Correct Reload/Unload
Fernando Sahmkow
2020-06-27
1
-3
/
+4
*
Thread: Release the ARM Interface on exitting.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
1
-7
/
+5
*
Scheduler: Correct yielding interaction with SetThreadActivity.
Fernando Sahmkow
2020-06-27
1
-0
/
+15
*
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
1
-0
/
+7
*
Kernel: Rewind on SVC change.
Fernando Sahmkow
2020-06-27
1
-0
/
+2
*
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
1
-0
/
+42
*
Scheduler: Set last running time on thread.
Fernando Sahmkow
2020-06-27
1
-0
/
+2
*
Kernel: Corrections to TimeManager, Scheduler and Mutex.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
1
-1
/
+2
*
Scheduler: Correct yields.
Fernando Sahmkow
2020-06-27
1
-7
/
+21
*
Scheduler: Remove arm_interface lock and a few corrections.
Fernando Sahmkow
2020-06-27
1
-7
/
+3
*
SVC: Correct SetThreadActivity.
Fernando Sahmkow
2020-06-27
1
-5
/
+4
*
Scheduler: Correct locking for hle threads.
Fernando Sahmkow
2020-06-27
1
-1
/
+2
*
Scheduler: Fix HLE Threads on guard
Fernando Sahmkow
2020-06-27
1
-4
/
+6
*
Scheduler: Protect on closed threads.
Fernando Sahmkow
2020-06-27
1
-7
/
+17
*
Scheduler: Correct assert.
Fernando Sahmkow
2020-06-27
1
-4
/
+2
*
Core: Correct rebase.
Fernando Sahmkow
2020-06-27
1
-6
/
+5
*
Scheduler: Release old thread fiber before trying to switch to the next threa...
Fernando Sahmkow
2020-06-27
1
-11
/
+26
*
Scheduler: Correct Select Threads Step 2.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
Kernel: Corrections to Scheduling.
Fernando Sahmkow
2020-06-27
1
-13
/
+13
*
General: Add Asserts
Fernando Sahmkow
2020-06-27
1
-0
/
+18
*
General: Add better safety for JIT use.
Fernando Sahmkow
2020-06-27
1
-0
/
+3
*
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-27
1
-0
/
+9
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-119
/
+296
*
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-03-02
1
-9
/
+12
*
Scheduler: Inline global scheduler in Scheduler Lock.
Fernando Sahmkow
2020-02-22
1
-4
/
+2
*
Kernel: Correct pending feedback.
Fernando Sahmkow
2020-02-22
1
-3
/
+4
*
Kernel: Address Feedback.
Fernando Sahmkow
2020-02-22
1
-9
/
+12
*
Kernel: Implement Scheduler locks
Fernando Sahmkow
2020-02-22
1
-0
/
+48
*
Kernel: Make global scheduler depend on KernelCore
Fernando Sahmkow
2020-02-22
1
-3
/
+3
*
Core: Address Feedback
Fernando Sahmkow
2020-02-13
1
-2
/
+2
*
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-02-11
1
-6
/
+6
*
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2020-01-26
1
-1
/
+0
*
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-12-05
1
-1
/
+0
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-5
/
+5
*
kernel: Resolve sign conversion warnings
Lioncash
2019-11-12
1
-23
/
+23
*
scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const
Lioncash
2019-10-27
1
-4
/
+4
[next]