aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Kernel/Memory
AgeCommit message (Expand)Author
2024-07-22Update kernel GetInfo SVC for firmware 18.0.0 (#7075)1.1.1359gdkchan
2024-04-21Use pooled memory and avoid memory copies (#6691)1.1.1289jhorv
2024-04-06Delete old 16KB page workarounds (#6584)1.1.1261gdkchan
2024-03-26Implement host tracked memory manager mode (#6356)1.1.1247gdkchan
2024-02-15Fix PermissionLocked check on UnmapProcessCodeMemory (#6314)1.1.1196gdkchan
2024-01-04Add support for PermissionLocked attribute added on firmware 17.0.0 (#6072)1.1.1103gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)1.1.1072gdkchan
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)1.1.962TSRBerry
2023-06-20misc: Implement address space size workarounds (#5191)1.1.898Mary
2023-04-27Move solution and projects to srcTSR Berry