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.cpp
Age
Commit message (
Expand
)
Author
2020-02-22
Scheduler: Inline global scheduler in Scheduler Lock.
Fernando Sahmkow
2020-02-22
Kernel: Correct pending feedback.
Fernando Sahmkow
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-13
Core: Address Feedback
Fernando Sahmkow
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2019-12-05
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
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: Silence sign conversion warnings
Lioncash
2019-10-27
scheduler: Initialize class members directly where applicable
Lioncash
2019-10-27
scheduler: Amend documentation comments
Lioncash
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
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
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
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-04-07
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-03-30
kernel/scheduler: Remove unused parameter to AddThread()
Lioncash
2019-03-30
kernel/scheduler: Use deduction guides on mutex locks
Lioncash
2019-03-27
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
Use MultiLevelQueue instead of old ThreadQueueList
Fernando Sahmkow
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-15
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-04
kernel/scheduler: Pass in system instance in constructor
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-12-03
scheduler: Avoid manual Reschedule call
Zach Hilman
2018-12-03
scheduler: Only work steal higher priority threads from other cores
Zach Hilman
2018-12-02
svc: Avoid performance-degrading unnecessary reschedule
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-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-30
kernel/process: Make data member variables private
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-07-31
kernel: Remove unnecessary includes
Lioncash
[next]