index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mutex: Update hasWaiters on release.
bunnei
2018-02-05
1
-0
/
+1
*
GetInfo: Implement IsCurrentProcessBeingDebugged.
bunnei
2018-02-04
1
-0
/
+3
*
WaitProcessWideKeyAtomic: Handle case where condition variable was already cr...
bunnei
2018-02-04
3
-13
/
+17
*
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-02-03
3
-11
/
+11
*
ArbitrateLock: Assert that requesting_thread is current_thread.
bunnei
2018-02-03
1
-0
/
+1
*
shared_memory: Only mark addresses as invalid if they are within the heap
shinyquagsire23
2018-01-29
1
-1
/
+2
*
Merge pull request #148 from MerryMage/feature/special-memory
bunnei
2018-01-27
2
-6
/
+6
|
\
|
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
2
-6
/
+6
*
|
server_session: Fix scenario where all domain handlers are closed.
bunnei
2018-01-24
1
-3
/
+3
*
|
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
1
-1
/
+1
*
|
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-24
1
-1
/
+12
*
|
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
5
-28
/
+66
*
|
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-24
7
-164
/
+2
*
|
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-24
2
-17
/
+0
|
/
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
22
-31
/
+32
*
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-19
2
-1
/
+22
*
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-19
2
-2
/
+2
*
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-18
3
-1
/
+9
*
svc: Add additional fields to MemoryInfo struct.
bunnei
2018-01-18
1
-0
/
+4
*
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-18
2
-7
/
+33
*
svc: Rename some entries to match their analogue on SwitchBrew
Lioncash
2018-01-17
1
-7
/
+7
*
svc: Add CreateJitMemory and MapJitMemory svc strings
Lioncash
2018-01-17
1
-2
/
+2
*
svc: Clang-format fix.
bunnei
2018-01-17
1
-6
/
+4
*
hle_ipc: Clang format.
bunnei
2018-01-17
1
-2
/
+3
*
ipc: Implement domain command CloseVirtualHandle.
bunnei
2018-01-17
2
-2
/
+28
*
SVC: Correct some return values in svcGetInfo and added TitleId and Privilege...
Subv
2018-01-16
1
-6
/
+21
*
SVC: Add 4.0.0+ comment to GetInfoType enum values.
Subv
2018-01-16
1
-0
/
+1
*
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-16
1
-0
/
+8
*
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-16
4
-3
/
+35
|
\
|
*
SetThreadCoreMask stub, time to implement fsp
David Marcec
2018-01-16
1
-1
/
+6
|
*
Added more svcGetInfo pairs
David Marcec
2018-01-16
4
-2
/
+29
*
|
clang-format
MerryMage
2018-01-16
6
-18
/
+14
|
/
*
shared_memory: Minor fixes and cleanup.
bunnei
2018-01-14
1
-6
/
+6
*
svc: Implement svcMapSharedMemory.
bunnei
2018-01-14
2
-1
/
+38
*
kernel: Increase default stack size to 64K.
bunnei
2018-01-14
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
14
-14
/
+14
*
core: Include <algorithm> where used.
bunnei
2018-01-11
1
-0
/
+2
*
core: Fix recent GCC build breaks.
bunnei
2018-01-11
1
-2
/
+2
*
svc: Implement GetSystemTick.
bunnei
2018-01-11
2
-2
/
+21
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-10
2
-1
/
+8
*
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-10
2
-3
/
+28
*
svc: Stub SetMemoryAttribute
Subv
2018-01-10
2
-0
/
+11
*
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-10
4
-10
/
+25
*
SVC: Fixed WaitSynchronization with multiple handles when none is immediately...
Subv
2018-01-09
1
-7
/
+18
*
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
2
-1
/
+19
*
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
Subv
2018-01-09
1
-2
/
+7
*
SVC: Fixed WaitSynchronization with multiple handles when at least one of the...
Subv
2018-01-09
2
-3
/
+29
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
8
-159
/
+167
*
mutex: Remove unused call to VerifyGuestState.
bunnei
2018-01-08
1
-3
/
+0
*
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-08
3
-18
/
+16
[next]