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.h
Age
Commit message (
Expand
)
Author
2018-12-27
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-27
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-26
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-18
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-04
svc: Implement SetThreadActivity (thread suspension)
Luke Street
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-11-14
kernel/thread: Deduplicate scheduler switching code
Lioncash
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-05
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-21
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-20
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-24
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-03
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-31
kernel/thread: Remove unimplemented function prototype
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-06-21
Run clang-format on PR.
Michael Scire
2018-06-21
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
Michael Scire
2018-06-21
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
2018-06-21
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-21
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
thread: Implement ChangeCore function.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-04-23
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-20
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
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-18
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
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-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-08
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2017-12-31
thread: Keep track of the initially created handle.
bunnei
2017-12-29
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
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]