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
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-24
1
-6
/
+4
|
\
|
*
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
1
-2
/
+2
|
*
kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
Lioncash
2019-04-17
1
-4
/
+2
*
|
kernel/svc: Name supervisor call 0x36
Lioncash
2019-04-19
1
-1
/
+1
*
|
Merge pull request #2397 from lioncash/thread-unused
bunnei
2019-04-17
1
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
svc: Specify handle value in thread's name
Lioncash
2019-04-15
1
-2
/
+5
|
*
kernel/thread: Remove unused guest_handle member variable
Lioncash
2019-04-14
1
-6
/
+5
*
|
kernel/svc: Implement svcUnmapProcessCodeMemory
Lioncash
2019-04-12
1
-1
/
+69
*
|
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-04-12
1
-1
/
+69
|
/
*
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-07
1
-162
/
+175
*
kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic
Lioncash
2019-04-03
1
-0
/
+14
*
Merge pull request #2305 from lioncash/shared
bunnei
2019-04-03
1
-1
/
+1
|
\
|
*
kernel/shared_memory: Sanitize supplied size when unmapping
Lioncash
2019-03-29
1
-1
/
+1
*
|
kernel/svc: Implement svcGetThreadList
Lioncash
2019-04-02
1
-1
/
+41
*
|
kernel/svc: Implement svcGetProcessList
Lioncash
2019-04-02
1
-1
/
+38
*
|
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-1
/
+1
*
|
Merge pull request #2304 from lioncash/memsize
bunnei
2019-03-30
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
kernel/process: Report total physical memory used to svcGetInfo
Lioncash
2019-03-28
1
-4
/
+4
*
|
Merge pull request #2266 from FernandoS27/arbitration
bunnei
2019-03-28
1
-9
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fix small bug that kept a thread as a condvar thread after being signalled.
Fernando Sahmkow
2019-03-19
1
-5
/
+6
|
*
Add CondVar Thread State.
Fernando Sahmkow
2019-03-19
1
-2
/
+2
|
*
Small fixes to address_arbiter to better match the IDB.
Fernando Sahmkow
2019-03-19
1
-2
/
+2
*
|
Merge pull request #2284 from lioncash/heap-alloc
bunnei
2019-03-28
1
-6
/
+3
|
\
\
|
*
|
kernel/vm_manager: Rename HeapAllocate to SetHeapSize
Lioncash
2019-03-24
1
-2
/
+1
|
*
|
kernel/vm_manager: Remove unnecessary heap_used data member
Lioncash
2019-03-24
1
-1
/
+1
|
*
|
kernel/vm_manager: Tidy up heap allocation code
Lioncash
2019-03-24
1
-4
/
+2
*
|
|
Merge pull request #2232 from lioncash/transfer-memory
bunnei
2019-03-24
1
-6
/
+114
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core/hle/kernel/svc: Implement svcUnmapTransferMemory
Lioncash
2019-03-13
1
-1
/
+48
|
*
|
core/hle/kernel/svc: Implement svcMapTransferMemory
Lioncash
2019-03-13
1
-1
/
+57
|
*
|
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
2019-03-13
1
-4
/
+9
*
|
|
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-21
1
-6
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
1
-6
/
+11
|
|
/
*
|
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
1
-3
/
+7
*
|
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
1
-11
/
+11
|
/
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-2
/
+4
*
kernel/svc: Move address arbiter signaling behind a unified API function
Lioncash
2019-03-07
1
-15
/
+2
*
kernel/svc: Move address arbiter waiting behind a unified API function
Lioncash
2019-03-07
1
-14
/
+2
*
Merge pull request #2197 from lioncash/include
bunnei
2019-03-06
1
-0
/
+1
|
\
|
*
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
1
-0
/
+1
*
|
Merge pull request #2199 from lioncash/arbiter
bunnei
2019-03-06
1
-6
/
+8
|
\
\
|
*
|
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-03-05
1
-6
/
+8
|
|
/
*
/
svc: Migrate address range checking functions to VMManager
Lioncash
2019-03-04
1
-21
/
+4
|
/
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-4
/
+6
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-4
/
+4
*
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-26
1
-0
/
+4
*
kernel/svc: Correct misleading error message within CreateThread()
Lioncash
2018-12-30
1
-2
/
+3
*
kernel/svc: Sanitize core number and thread priorities in CreateThread()
Lioncash
2018-12-30
1
-6
/
+17
*
kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...
Lioncash
2018-12-30
1
-8
/
+8
*
kernel/svc: Simplify thread core ID sanitizing in CreateThread
Lioncash
2018-12-30
1
-7
/
+1
*
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-30
1
-9
/
+9
|
\
[next]