aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/MemoryBlock.cs
AgeCommit message (Expand)Author
2023-01-17Implement support for page sizes > 4KB (#4252)1.1.568gdkchan
2023-01-14Change GetPageSize to use Environment.SystemPageSize (#4291)1.1.556gnisman
2023-01-10Implement JIT Arm64 backend (#4114)1.1.536gdkchan
2023-01-01chore: Update tests dependencies (#3978)1.1.502Mary-nyan
2022-12-27Use new ArgumentNullException and ObjectDisposedException throw-helper API (#...1.1.493Berkan Diler
2022-07-29Move partial unmap handler to the native signal handler (#3437)1.1.199riperiperi
2022-06-05Remove freed memory range from tree on memory block disposal (#3347)1.1.141gdkchan
2022-05-05Fix shared memory leak on Windows (#3319)1.1.116gdkchan
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan
2021-10-24kernel: Clear pages allocated with SetHeapSize (#2776)Mary
2021-07-10Fix GetWritableRegion write-back (#2456)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-02-22PPTC & Pool Enhancements. (#1968)LDj3SNuD
2021-01-19Reduce temporary copy/fill buffer size (#1926)gdkchan
2021-01-12Add a simple Pools Limiter. (#1830)LDj3SNuD
2020-07-30 Print guest stack trace on invalid memory access (#1407)gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)gdkchan
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan