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
*
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-19
1
-1
/
+2
*
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
1
-8
/
+8
*
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-04-14
1
-1
/
+1
*
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-02
2
-2
/
+19
*
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-04-02
1
-12
/
+0
*
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
1
-1
/
+1
*
hle_ipc: Do not ensure write buffer size.
bunnei
2018-03-31
1
-2
/
+5
*
memory: Fix stack region.
bunnei
2018-03-31
2
-3
/
+4
*
svc: Stub GetThreadCoreMask.
bunnei
2018-03-29
2
-3
/
+26
*
Clang Fixes
N00byKing
2018-03-19
2
-5
/
+5
*
More Warning cleanups
N00byKing
2018-03-19
2
-2
/
+2
*
Clean Warnings (?)
N00byKing
2018-03-19
5
-8
/
+8
*
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
2
-0
/
+47
*
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
2
-9
/
+9
*
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
2
-5
/
+13
*
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-18
3
-20
/
+6
*
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
1
-1
/
+1
*
process: Unmap previously allocated heap.
bunnei
2018-03-16
1
-1
/
+3
*
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
1
-0
/
+3
*
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
3
-29
/
+5
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
3
-8
/
+3
*
process: Fix stack memory state.
bunnei
2018-03-16
1
-2
/
+4
*
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
5
-18
/
+45
*
core: Move process creation out of global state.
bunnei
2018-03-14
9
-33
/
+36
*
Merge pull request #216 from Subv/savedata
bunnei
2018-03-01
2
-9
/
+8
|
\
|
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
2
-9
/
+8
*
|
thread: Clear the process list on shutdown.
Jules Blok
2018-02-27
1
-1
/
+3
|
/
*
Merge pull request #207 from mailwl/duplicatesession
bunnei
2018-02-26
2
-5
/
+10
|
\
|
*
Add warning if Domain request has no domain message header
mailwl
2018-02-20
1
-0
/
+3
|
*
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
2
-2
/
+2
|
*
IPC: add domain header to response if only it exists in request
mailwl
2018-02-20
2
-5
/
+7
*
|
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
[next]