aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Memory/KSharedMemory.cs
AgeCommit message (Expand)Author
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-12-26Added Generic Math to BitUtils (#3929)Hunter
2022-05-02Support memory aliasing (#2954)gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan