index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
Age
Commit message (
Expand
)
Author
2018-10-30
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-29
Merge pull request #1621 from lioncash/ipc
bunnei
2018-10-29
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-28
core: Make System references const where applicable
Lioncash
2018-10-26
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-25
process: LoadModule should clear JIT instruction cache.
bunnei
2018-10-25
Kernel/Memory: Added a function to first a suitable guest address at which to...
bunnei
2018-10-24
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-10-24
kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...
Lioncash
2018-10-24
kernel/server_port: Simplify emptiness check within ShouldWait()
Lioncash
2018-10-24
kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND
Lioncash
2018-10-24
kernel/error: Remove leftover 3DS error codes
Lioncash
2018-10-24
kernel/svc: Amend returned error code for invalid priorities in CreateThread
Lioncash
2018-10-24
kernel/svc: Move and correct returned error code for invalid thread prioritie...
Lioncash
2018-10-24
kernel/error: Add error code for invalid pointers
Lioncash
2018-10-24
kernel/error: Add error code for closed sessions
Lioncash
2018-10-23
Merge pull request #1551 from ogniK5377/improved-svcbreak
bunnei
2018-10-23
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-23
Added assertion failed, reworked logging levels
David Marcec
2018-10-23
Added break types to svcBreak
David Marcec
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
svc: Fix vma boundary check in svcQueryMemory
Lioncash
2018-10-19
Merge pull request #1520 from lioncash/san
bunnei
2018-10-18
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...
Lioncash
2018-10-18
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-18
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-17
Merge pull request #1498 from lioncash/aslr
bunnei
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-14
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-10-14
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
Stop all threads on svcBreak
David Marcec
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
2018-10-12
Merge pull request #1483 from lioncash/codeset
bunnei
2018-10-12
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-10
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
Fixed incorrect types for svcBreak
David Marcec
2018-10-09
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-06
Added forward define for ServerPort
David Marcec
[next]