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 #1620 from DarkLordZach/ldr-ro
bunnei
2018-11-18
4
-7
/
+9
|
\
|
*
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-17
3
-6
/
+7
|
*
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-1
/
+2
*
|
Merge pull request #1728 from FearlessTobi/reset-signal
Mat M
2018-11-18
1
-1
/
+1
|
\
\
|
*
|
svc: ResetSignal is not stubbed
Tobias
2018-11-18
1
-1
/
+1
*
|
|
kernel/errors: Clean up error codes
Lioncash
2018-11-16
2
-62
/
+32
*
|
|
Merge pull request #1638 from FreddyFunk/SetMemoryPermission-Stubbed
Mat M
2018-11-16
2
-1
/
+48
|
\
\
\
|
*
|
|
Implement SetMemoryPermission
Frederic Laing
2018-11-06
1
-3
/
+39
|
*
|
|
Stubbed SetMemoryPermission
Frederic Laing
2018-11-03
2
-1
/
+12
*
|
|
|
Merge pull request #1687 from lioncash/deduplication
bunnei
2018-11-15
2
-37
/
+13
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
kernel/thread: Deduplicate scheduler switching code
Lioncash
2018-11-14
2
-37
/
+13
*
|
|
|
Merge pull request #1679 from DarkLordZach/deterministic-rng-2
bunnei
2018-11-14
3
-1
/
+27
|
\
\
\
\
|
*
|
|
|
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-13
3
-1
/
+27
|
|
/
/
/
*
|
|
|
vm_manager: Unstub GetTotalHeapUsage()
Lioncash
2018-11-13
1
-2
/
+1
*
|
|
|
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-11-13
4
-84
/
+97
|
/
/
/
*
|
|
svc: Return random seed for svcGetInfo RandomEntropy
Zach Hilman
2018-11-12
1
-1
/
+2
*
|
|
svcBreak now dumps information from the debug buffer passed (#1646)
David
2018-11-07
1
-0
/
+28
|
/
/
*
|
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
1
-2
/
+0
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-4
/
+4
*
|
Merge pull request #1621 from lioncash/ipc
bunnei
2018-10-29
2
-4
/
+8
|
\
\
|
*
|
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
2
-1
/
+5
|
*
|
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-29
2
-3
/
+3
|
|
/
*
/
core: Make System references const where applicable
Lioncash
2018-10-28
2
-3
/
+3
|
/
*
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
2
-32
/
+31
*
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
6
-4
/
+98
*
process: LoadModule should clear JIT instruction cache.
bunnei
2018-10-25
1
-0
/
+6
*
Kernel/Memory: Added a function to first a suitable guest address at which to...
bunnei
2018-10-25
2
-0
/
+28
*
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-10-24
1
-8
/
+0
*
kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...
Lioncash
2018-10-24
1
-4
/
+3
*
kernel/server_port: Simplify emptiness check within ShouldWait()
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND
Lioncash
2018-10-24
2
-3
/
+1
*
kernel/error: Remove leftover 3DS error codes
Lioncash
2018-10-24
1
-5
/
+0
*
kernel/svc: Amend returned error code for invalid priorities in CreateThread
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/svc: Move and correct returned error code for invalid thread prioritie...
Lioncash
2018-10-24
1
-5
/
+6
*
kernel/error: Add error code for invalid pointers
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/error: Add error code for closed sessions
Lioncash
2018-10-24
1
-1
/
+3
*
Merge pull request #1551 from ogniK5377/improved-svcbreak
bunnei
2018-10-23
1
-5
/
+51
|
\
|
*
Added assertion failed, reworked logging levels
David Marcec
2018-10-23
1
-16
/
+24
|
*
Added break types to svcBreak
David Marcec
2018-10-23
1
-4
/
+42
*
|
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-23
8
-98
/
+95
|
\
\
|
|
/
|
/
|
|
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
8
-98
/
+95
*
|
svc: Fix vma boundary check in svcQueryMemory
Lioncash
2018-10-20
1
-1
/
+1
|
/
*
Merge pull request #1520 from lioncash/san
bunnei
2018-10-19
3
-3
/
+50
|
\
|
*
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-18
3
-3
/
+50
*
|
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...
Lioncash
2018-10-18
1
-0
/
+8
*
|
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-18
1
-9
/
+7
|
/
*
Merge pull request #1498 from lioncash/aslr
bunnei
2018-10-17
4
-28
/
+44
|
\
|
*
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-10-14
4
-28
/
+44
*
|
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
4
-15
/
+15
|
/
*
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
3
-4
/
+50
|
\
[next]