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 #1483 from lioncash/codeset
bunnei
2018-10-12
4
-40
/
+14
|
\
|
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
4
-40
/
+14
*
|
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
1
-3
/
+3
|
\
\
|
*
|
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-12
1
-3
/
+3
|
|
/
*
|
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
2
-28
/
+36
|
\
\
|
*
|
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
1
-25
/
+28
|
*
|
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
1
-2
/
+2
|
*
|
Fixed incorrect types for svcBreak
David Marcec
2018-10-10
2
-3
/
+8
*
|
|
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
1
-4
/
+1
|
|
/
|
/
|
*
|
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
2
-12
/
+81
*
|
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
6
-29
/
+29
|
/
*
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
1
-4
/
+12
*
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
1
-1
/
+1
*
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-09
1
-5
/
+12
*
Added forward define for ServerPort
David Marcec
2018-10-06
2
-4
/
+6
*
Ported #4296 from citra
David Marcec
2018-10-06
2
-1
/
+6
*
kernel/mutex: Amend behavior of TransferMutexOwnership()
Lioncash
2018-10-06
1
-1
/
+1
*
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-05
2
-4
/
+4
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
11
-187
/
+363
*
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
[next]