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-01-16
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-16
SetThreadCoreMask stub, time to implement fsp
David Marcec
2018-01-16
Added more svcGetInfo pairs
David Marcec
2018-01-16
clang-format
MerryMage
2018-01-14
shared_memory: Minor fixes and cleanup.
bunnei
2018-01-14
svc: Implement svcMapSharedMemory.
bunnei
2018-01-14
kernel: Increase default stack size to 64K.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-11
core: Include <algorithm> where used.
bunnei
2018-01-11
core: Fix recent GCC build breaks.
bunnei
2018-01-11
svc: Implement GetSystemTick.
bunnei
2018-01-10
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-10
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-10
svc: Stub SetMemoryAttribute
Subv
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-09
SVC: Fixed WaitSynchronization with multiple handles when none is immediately...
Subv
2018-01-09
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
Subv
2018-01-09
SVC: Fixed WaitSynchronization with multiple handles when at least one of the...
Subv
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
mutex: Remove unused call to VerifyGuestState.
bunnei
2018-01-08
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-08
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
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-07
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2018-01-07
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
semaphore: More changes for Switch.
bunnei
2018-01-07
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-06
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
semaphore: Updates for Switch.
bunnei
2018-01-06
svc: Implement WaitSynchronization for a single handle.
bunnei
2018-01-06
svc: Refactor LockMutex code to use WaitSynchronization1.
bunnei
2018-01-04
svc: Add missing string_util include.
bunnei
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-02
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei
2018-01-01
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
svc: Implement svcExitProcess.
bunnei
2018-01-01
svc: Implement svcLockMutex.
bunnei
2018-01-01
kernel: Add ObjectAddressTable class.
bunnei
2017-12-31
thread: Keep track of the initially created handle.
bunnei
2017-12-31
errors: Define missing kernel error codes.
bunnei
2017-12-31
svc: Implement svcUnmapMemory.
bunnei
[next]