aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Common/KernelTransfer.cs
AgeCommit message (Expand)Author
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-07-17Improve kernel WaitSynchronization syscall implementation (#1362)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan