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
/
thread.cpp
Age
Commit message (
Expand
)
Author
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
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
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-21
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-02
Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may a...
Subv
2018-05-30
Kernel/Thread: Corrected a typo that caused the affinity mask to never be cha...
Subv
2018-05-30
Kernel/Thread: Corrected a typo in an assert about the processor id.
Subv
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
thread: Support core change on ResumeFromWait and improve ChangeCore.
bunnei
2018-05-10
thread: Initialize ideal_core and mask members.
bunnei
2018-05-10
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
thread: Implement ChangeCore function.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-23
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-20
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-03-31
memory: Fix stack region.
bunnei
2018-03-18
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-14
core: Move process creation out of global state.
bunnei
2018-02-27
thread: Clear the process list on shutdown.
Jules Blok
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-14
thread: Silence formatting specifier warnings
Lioncash
2018-01-08
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-12-31
thread: Keep track of the initially created handle.
bunnei
2017-12-30
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
thread: Remove THUMB mode flag.
bunnei
2017-12-30
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-29
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-10-19
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-01
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
[next]