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
*
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-25
2
-1
/
+17
|
\
|
*
(Hopefully) Fix MinGW Build
N00byKing
2018-02-25
1
-1
/
+1
|
*
Add UnmapSharedMemory
N00byKing
2018-02-25
2
-1
/
+17
*
|
Stub more functions
mailwl
2018-02-22
1
-1
/
+11
|
/
*
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-19
2
-4
/
+3
*
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
3
-172
/
+16
*
kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...
bunnei
2018-02-18
2
-0
/
+208
*
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
4
-197
/
+0
*
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-18
4
-50
/
+63
*
Service/hid: stub some functions
mailwl
2018-02-16
2
-0
/
+53
*
shared_memory: Remove some checks.
bunnei
2018-02-14
1
-13
/
+0
*
Merge pull request #188 from bunnei/refactor-buffer-descriptor
bunnei
2018-02-14
2
-0
/
+59
|
\
|
*
hle_ipc: Remove const from WriteBuffer size.
bunnei
2018-02-14
2
-2
/
+2
|
*
hle_ipc: Add GetReadBufferSize and check write buffer size.
bunnei
2018-02-14
2
-0
/
+10
|
*
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-13
1
-4
/
+2
|
*
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-13
2
-0
/
+51
*
|
thread: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-2
/
+3
*
|
vm_manager: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-5
/
+7
|
/
*
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
|
/
[next]