aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/WindowsShared
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2022-12-15Replace `DllImport` usage with `LibraryImport` (#4084)Isaac Marovitz
2022-09-14Fix partial unmap reprotection on Windows (#3702)gdkchan
2022-09-10Allocation free tree lookupgdk
2022-09-10Update several methods to use GetNode directly and avoid array allocationsgdk
2022-09-10Optimize PlaceholderManager.UnreserveRangegdk
2022-09-10Fix potential issue with partial unmapgdk
2022-09-10Fix reprotection regressiongdk
2022-09-10Rewrite PlaceholderManager4KB to use intrusive RBTree, and to coalesce free p...gdk
2022-08-26Optimize kernel memory block lookup and consolidate RBTree implementations (#...gdkchan
2022-07-29Move partial unmap handler to the native signal handler (#3437)riperiperi
2022-06-05Remove freed memory range from tree on memory block disposal (#3347)gdkchan
2022-05-05Fix shared memory leak on Windows (#3319)gdkchan
2022-05-04Remove AddProtection count > 0 assert (#3315)gdkchan
2022-05-02Support memory aliasing (#2954)gdkchan
2021-09-19Array based RangeList that caches Address/EndAddress (#2642)riperiperi
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi