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
Age
Commit message (
Expand
)
Author
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/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
Subv
2018-05-30
Kernel/Thread: Corrected a typo in an assert about the processor id.
Subv
2018-05-25
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-23
Merge pull request #454 from Subv/signal_processwide
bunnei
2018-05-20
Merge pull request #457 from Subv/mutex_waiters
bunnei
2018-05-20
Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...
Subv
2018-05-19
Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWide...
Subv
2018-05-19
Kernel/Threads: Reschedule the proper core when operating on that core's thre...
Subv
2018-05-19
SVC: Removed unused WaitSynchronization1 function
Subv
2018-05-17
Added RequestWithContext & ControlWithContext
David Marcec
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
scheduler: Protect scheduling functions with a global mutex.
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
svc: Implement GetThreadCoreMask and SetThreadCoreMask.
bunnei
2018-05-10
thread: Implement ChangeCore function.
bunnei
2018-05-10
svc: SignalProcessWideKey should apply to all cores.
bunnei
2018-05-10
svc: Implement GetCurrentProcessorNumber.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-05-02
Merge pull request #431 from lioncash/fmt
bunnei
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-01
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-01
GetSharedFontInOrderOfPriority (#381)
David
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-29
string_util: Remove StringFromFormat() and related functions
Lioncash
2018-04-27
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-25
kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...
Lioncash
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-23
Merge pull request #370 from Subv/sync_primitives
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
Qt: Update the WaitTree widget to show info about the current mutex of each t...
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: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey
Subv
2018-04-20
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-04-19
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-14
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-04-02
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-02
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-03-31
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
hle_ipc: Do not ensure write buffer size.
bunnei
2018-03-31
memory: Fix stack region.
bunnei
2018-03-29
svc: Stub GetThreadCoreMask.
bunnei
[next]