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 #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
|
\
|
*
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
3
-4
/
+50
*
|
Stop all threads on svcBreak
David Marcec
2018-10-14
1
-0
/
+6
|
/
*
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
|
|
/
[next]