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
/
MemoryBlock.cs
Age
Commit message (
Expand
)
Author
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2023-01-14
Change GetPageSize to use Environment.SystemPageSize (#4291)
gnisman
2023-01-10
Implement JIT Arm64 backend (#4114)
gdkchan
2023-01-01
chore: Update tests dependencies (#3978)
Mary-nyan
2022-12-27
Use new ArgumentNullException and ObjectDisposedException throw-helper API (#...
Berkan Diler
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-02
Support memory aliasing (#2954)
gdkchan
2021-10-24
kernel: Clear pages allocated with SetHeapSize (#2776)
Mary
2021-07-10
Fix GetWritableRegion write-back (#2456)
gdkchan
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-02-22
PPTC & Pool Enhancements. (#1968)
LDj3SNuD
2021-01-19
Reduce temporary copy/fill buffer size (#1926)
gdkchan
2021-01-12
Add a simple Pools Limiter. (#1830)
LDj3SNuD
2020-07-30
Print guest stack trace on invalid memory access (#1407)
gdkchan
2020-07-17
Improve kernel IPC related syscalls (#1379)
gdkchan
2020-07-12
New NVDEC and VIC implementation (#1384)
gdkchan
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan