aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Threading/KSynchronization.cs
AgeCommit message (Expand)Author
2023-04-24Reducing Memory Allocations 202303 (#4624)1.1.727jhorv
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
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
2019-07-02Misc cleanup (#708)Alex Barney
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan