aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Ipc
AgeCommit message (Expand)Author
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-12-26Added Generic Math to BitUtils (#3929)Hunter
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-07-19Fix session service disposal and improve transfer memory implementation (#1397)gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)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
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2019-07-02Misc cleanup (#708)Alex Barney
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan