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
/
core_cpu.cpp
Age
Commit message (
Expand
)
Author
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-09-25
core_cpu: Make arm_interface instances a std::unique_ptr
Lioncash
2018-09-25
kernel/scheduler: Take ARM_Interface instance by reference in the constructor
Lioncash
2018-09-17
core/core_cpu: Replace exclusive monitor include with forward declaration
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-12
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.
Subv
2018-08-12
CPU/HLE: Lock the HLE mutex before performing a reschedule.
Subv
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-22
Implement exclusive monitor
MerryMage
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-10
core: Support session close with multicore.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-05-10
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
2018-05-10
core: Move common CPU core things to its own class.
bunnei