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