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
*
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
3
-2
/
+37
*
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-30
2
-0
/
+11
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
5
-51
/
+96
*
Merge pull request #1412 from lioncash/move
bunnei
2018-09-29
2
-3
/
+2
|
\
|
*
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
2018-09-28
2
-3
/
+2
*
|
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-29
7
-53
/
+319
|
\
\
|
|
/
|
/
|
|
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
4
-13
/
+17
|
*
svc: Report correct memory-related values within some of the cases in svcGetI...
Lioncash
2018-09-24
3
-28
/
+41
|
*
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-24
2
-5
/
+16
|
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
4
-10
/
+248
*
|
Merge pull request #1399 from lioncash/sched
bunnei
2018-09-26
2
-9
/
+9
|
\
\
|
*
|
kernel/scheduler: Take ARM_Interface instance by reference in the constructor
Lioncash
2018-09-25
2
-9
/
+9
|
|
/
*
|
Merge pull request #1393 from tech4me/svc
bunnei
2018-09-25
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
svc: Updated svc names
tech4me
2018-09-23
1
-7
/
+7
*
|
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-21
3
-32
/
+56
*
|
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-21
4
-68
/
+89
*
|
Merge pull request #1372 from lioncash/thread
bunnei
2018-09-20
3
-5
/
+5
|
\
\
|
*
|
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-20
3
-5
/
+5
|
|
/
*
/
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-20
1
-0
/
+1
|
/
*
Merge pull request #1346 from lioncash/svc
bunnei
2018-09-18
1
-37
/
+36
|
\
|
*
svc_wrap: Convert the PARAM macro into a function
Lioncash
2018-09-18
1
-37
/
+36
*
|
Merge pull request #1343 from lioncash/mutex
bunnei
2018-09-18
2
-2
/
+10
|
\
\
|
*
|
kernel/mutex: Replace ResultCode construction for invalid addresses with the ...
Lioncash
2018-09-17
1
-2
/
+2
|
*
|
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
Lioncash
2018-09-17
1
-0
/
+8
|
|
/
*
/
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
2018-09-18
1
-2
/
+2
|
/
*
Merge pull request #1313 from lioncash/error
bunnei
2018-09-17
1
-1
/
+2
|
\
|
*
kernel/errors: Amend error code for ERR_NOT_FOUND
Lioncash
2018-09-13
1
-1
/
+2
*
|
Merge pull request #1315 from lioncash/size
bunnei
2018-09-17
2
-19
/
+74
|
\
\
|
*
|
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
Lioncash
2018-09-13
1
-2
/
+18
|
*
|
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
1
-17
/
+25
|
*
|
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
1
-0
/
+23
|
*
|
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-13
2
-0
/
+8
|
|
/
*
|
Merge pull request #1328 from FearlessTobi/port-4192
bunnei
2018-09-17
1
-1
/
+1
|
\
\
|
*
|
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
Valentin Vanelslande
2018-09-15
1
-1
/
+1
*
|
|
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
14
-62
/
+65
|
/
/
*
/
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
1
-6
/
+6
|
/
*
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
3
-9
/
+11
|
\
|
*
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
1
-2
/
+2
|
*
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
3
-7
/
+9
*
|
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
1
-0
/
+4
*
|
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-12
2
-3
/
+3
|
/
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
2
-0
/
+23
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
3
-5
/
+49
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
5
-4
/
+12
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
32
-405
/
+574
*
Merge pull request #1177 from lioncash/err
bunnei
2018-08-27
4
-12
/
+15
|
\
|
*
kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED
Lioncash
2018-08-25
1
-2
/
+4
|
*
kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG
Lioncash
2018-08-25
1
-2
/
+1
|
*
kernel/error: Add error code for the handle table being full
Lioncash
2018-08-25
3
-4
/
+4
|
*
kernel/error: Add error code for invalid memory permissions
Lioncash
2018-08-25
2
-3
/
+4
[next]