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
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
2018-07-21
Merge pull request #751 from Subv/tpidr_el0
bunnei
2018-07-20
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-16
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-10
scheduler: Protect scheduling functions with a global mutex.
bunnei
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-03-14
core: Move process creation out of global state.
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