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
/
svc.cpp
Age
Commit message (
Expand
)
Author
2018-07-25
Merge pull request #804 from lioncash/log
Mat M
2018-07-24
svc: Resolve sign comparison warnings in WaitSynchronization()
Lioncash
2018-07-24
svc: Log parameters in SetMemoryAttribute()
Lioncash
2018-07-22
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
svc: Correct always true assertion case in SetThreadCoreMask
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-22
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-06-21
Add additional missing format.
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: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-18
Merge pull request #572 from Armada651/user-except-stub
bunnei
2018-06-18
svc: Add a stub for UserExceptionContextAddr.
Jules Blok
2018-05-30
Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
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-10
thread: Rename mask to affinity_masks.
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
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
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-29
string_util: Remove StringFromFormat() and related functions
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
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-20
Kernel: Remove unused ConditionVariable class.
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-02
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-03-29
svc: Stub GetThreadCoreMask.
bunnei
2018-03-19
More Warning cleanups
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-16
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
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-25
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-25
(Hopefully) Fix MinGW Build
N00byKing
2018-02-25
Add UnmapSharedMemory
N00byKing
2018-02-22
Stub more functions
mailwl
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
[next]