aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Memory/KPageTableBase.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-03-04Minor code formatting (#4498)gdkchan
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-10-17Fix kernel VA allocation when random allocation fails (#3755)gdkchan
2022-08-26Optimize kernel memory block lookup and consolidate RBTree implementations (#...gdkchan
2022-06-22Rewrite kernel memory allocator (#3316)gdkchan
2022-05-03Implement code memory syscalls (#2958)gdkchan
2022-05-02Support memory aliasing (#2954)gdkchan
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)Mary
2021-10-24kernel: Clear pages allocated with SetHeapSize (#2776)Mary
2021-10-24kernel: Implement SetMemoryPermission syscall (#2772)Mary
2021-07-11Fix virtual memory allocation being out of range (#2464)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi