aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Memory/KMemoryRegionManager.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
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-06-22Rewrite kernel memory allocator (#3316)gdkchan
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)Berkan Diler
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2019-07-02Misc cleanup (#708)Alex Barney
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan