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
*
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
1
-0
/
+5
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
2
-74
/
+72
*
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
1
-1
/
+2
*
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2018-01-07
2
-3
/
+7
*
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
2
-4
/
+23
*
semaphore: More changes for Switch.
bunnei
2018-01-07
2
-11
/
+17
*
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-07
2
-15
/
+28
*
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
2
-1
/
+54
*
semaphore: Updates for Switch.
bunnei
2018-01-06
2
-21
/
+31
*
svc: Implement WaitSynchronization for a single handle.
bunnei
2018-01-06
1
-4
/
+24
*
svc: Refactor LockMutex code to use WaitSynchronization1.
bunnei
2018-01-06
1
-13
/
+45
*
svc: Add missing string_util include.
bunnei
2018-01-04
1
-0
/
+1
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
2
-23
/
+11
*
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-02
1
-5
/
+4
*
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
1
-106
/
+106
*
hle: Move SVC code to kernel namespace.
bunnei
2018-01-02
3
-0
/
+805
*
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
2
-1
/
+51
*
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
1
-2
/
+2
*
svc: Implement svcExitProcess.
bunnei
2018-01-01
2
-7
/
+38
*
svc: Implement svcLockMutex.
bunnei
2018-01-01
2
-23
/
+95
*
kernel: Add ObjectAddressTable class.
bunnei
2018-01-01
3
-2
/
+101
*
thread: Keep track of the initially created handle.
bunnei
2017-12-31
2
-1
/
+5
*
errors: Define missing kernel error codes.
bunnei
2017-12-31
1
-0
/
+3
*
svc: Implement svcUnmapMemory.
bunnei
2017-12-31
2
-0
/
+7
*
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
1
-1
/
+4
*
thread: Remove THUMB mode flag.
bunnei
2017-12-30
1
-1
/
+1
*
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-30
1
-4
/
+3
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
5
-14
/
+14
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
6
-30
/
+67
*
kernel: Add basic support for Domain object.
bunnei
2017-12-28
4
-4
/
+110
*
kernel: Add SyncObject primitive, use it for ClientSession.
bunnei
2017-12-28
2
-8
/
+38
*
process: Add method to mirror a memory region.
bunnei
2017-12-28
2
-0
/
+27
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-10-31
2
-6
/
+7
*
hle: Use Switch formatted result codes.
bunnei
2017-10-31
2
-77
/
+22
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-19
4
-115
/
+14
*
hle_ipc: Only copy necessary fields for outgoing command buffer.
bunnei
2017-10-18
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-18
2
-14
/
+19
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
3
-5
/
+31
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
2
-70
/
+107
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
18
-103
/
+143
|
\
|
*
Merge pull request #2977 from Subv/shmem_create
bunnei
2017-10-03
1
-15
/
+12
|
|
\
|
|
*
Kernel/SharedMemory: Don't take over and unmap the source memory block when c...
Subv
2017-10-02
1
-15
/
+12
|
*
|
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
2
-0
/
+12
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
2017-10-01
2
-0
/
+12
|
*
|
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
3
-13
/
+26
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-28
3
-13
/
+26
|
*
|
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
9
-23
/
+24
|
*
|
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-09-26
3
-15
/
+19
|
|
/
|
*
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-24
1
-7
/
+4
|
*
Merge pull request #2842 from Subv/switchable_page_table
B3n30
2017-09-15
5
-30
/
+33
|
|
\
[next]