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
/
hle
/
kernel
/
scheduler.h
Age
Commit message (
Expand
)
Author
2020-09-11
Merge pull request #4323 from ReinUsesLisp/no-spin
bunnei
2020-08-14
kernel/scheduler: Mark SchedulerLock constructor as nodiscard
Lioncash
2020-07-12
kernel/scheduler: Use std::mutex instead of spin lock
ReinUsesLisp
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
Kernel: Correct Host Context on Threads and Scheduler.
Fernando Sahmkow
2020-06-27
SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul...
Fernando Sahmkow
2020-06-27
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
Scheduler: Release old thread fiber before trying to switch to the next threa...
Fernando Sahmkow
2020-06-27
Kernel: Corrections to Scheduling.
Fernando Sahmkow
2020-06-27
General: Add Asserts
Fernando Sahmkow
2020-06-27
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-02-22
Kernel: Address Feedback.
Fernando Sahmkow
2020-02-22
Kernel: Implement Scheduler locks
Fernando Sahmkow
2020-02-22
Kernel: Make global scheduler depend on KernelCore
Fernando Sahmkow
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2019-12-07
kernel: Remove unnecessary includes
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
kernel: Resolve sign conversion warnings
Lioncash
2019-10-27
scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const
Lioncash
2019-10-27
scheduler: Initialize class members directly where applicable
Lioncash
2019-10-27
scheduler: Amend documentation comments
Lioncash
2019-10-15
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Comment and reorganize the scheduler
Fernando Sahmkow
2019-10-15
Implement a new Core Scheduler
Fernando Sahmkow
2019-03-30
kernel/scheduler: Remove unused parameter to AddThread()
Lioncash
2019-03-27
Use MultiLevelQueue instead of old ThreadQueueList
Fernando Sahmkow
2019-03-04
kernel/scheduler: Pass in system instance in constructor
Lioncash
2018-12-03
scheduler: Only work steal higher priority threads from other cores
Zach Hilman
2018-11-22
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
Zach Hilman
2018-11-18
svc: Implement yield types 0 and -1
Zach Hilman
2018-10-26
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-09-25
kernel/scheduler: Take ARM_Interface instance by reference in the constructor
Lioncash
2018-08-24
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-12
scheduler: Make HaveReadyThreads() a const member function
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-05-10
scheduler: Protect scheduling functions with a global mutex.
bunnei
2018-02-19
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-18
kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...
bunnei