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
/
svc_wrap.h
Age
Commit message (
Expand
)
Author
2022-02-15
kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32
Sergi Granell
2021-12-23
core: hle: kernel: Implement SetMemoryPermission.
bunnei
2021-12-05
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-11-02
svc: Correct WaitSynchronization num_handles param type
Morph
2021-05-05
fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-05
hle: kernel: svc: Use new handle table API for Process.
bunnei
2021-05-05
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-01-28
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-11
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
core: hle: kernel: Update KSynchronizationObject.
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-06-27
SVC: Implement 32-bits wrappers and update Dynarmic.
Fernando Sahmkow
2020-06-27
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib...
Fernando Sahmkow
2020-06-27
SVC: Add GetThreadPriority32 & SetThreadPriority32
Fernando Sahmkow
2020-03-02
core: hle: Implement separate A32/A64 SVC interfaces.
bunnei
2019-12-11
kernel/svc: Correct function signature of SignalProcessWideKey
Lioncash
2019-12-07
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
Lioncash
2019-07-07
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-04-12
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-04-07
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-02
kernel/svc: Implement svcGetProcessList
Lioncash
2018-12-18
kernel/svc: Correct output parameter for svcGetProcessId
Lioncash
2018-12-14
Merge pull request #1899 from lioncash/state
bunnei
2018-12-12
svc: Enable svcQueryProcessMemory
Lioncash
2018-12-12
svc: Handle memory writing explicitly within QueryProcessMemory
Lioncash
2018-12-12
svc_wrap: Correct register index for a wrapper specialization
Lioncash
2018-12-12
vm_manager: Migrate memory querying to the VMManager interface
Lioncash
2018-12-12
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
2018-12-04
kernel/svc: Implement svcCreateEvent()
Lioncash
2018-11-26
svc: Implement svcCreateResourceLimit()
Lioncash
2018-11-03
Stubbed SetMemoryPermission
Frederic Laing
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
2018-10-10
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
Fixed incorrect types for svcBreak
David Marcec
2018-09-30
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-18
svc_wrap: Convert the PARAM macro into a function
Lioncash
2018-09-12
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-06-21
Add additional missing format.
Michael Scire
2018-06-21
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-05-10
core: Implement multicore support.
bunnei
2018-04-02
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-03-29
svc: Stub GetThreadCoreMask.
bunnei
2018-02-25
Add UnmapSharedMemory
N00byKing
2018-01-19
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-14
svc: Implement svcMapSharedMemory.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-11
svc: Implement GetSystemTick.
bunnei
[next]