aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/SupervisorCall/Syscall64.cs
AgeCommit message (Expand)Author
2022-05-31Rewrite SVC handler using source generators rather than IL emit (#3371)gdkchan
2022-05-03Implement code memory syscalls (#2958)gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)Mary
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2021-12-04kernel: Improve GetInfo readability and update to 13.0.0 (#2900)Mary
2021-10-24kernel: Add resource limit related syscalls (#2773)Mary
2021-10-24kernel: Implement SetMemoryPermission syscall (#2772)Mary
2021-06-23kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)Mary
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan