aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/Jit
AgeCommit message (Expand)Author
2024-08-05Replace and remove obsolete ByteMemoryPool type (#7155)jhorv
2024-04-21implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695)jhorv
2024-04-07Audio rendering: reduce memory allocations (#6604)jhorv
2024-04-06Delete old 16KB page workarounds (#6584)gdkchan
2024-04-04Add support to IVirtualMemoryManager for zero-copy reads (#6251)jhorv
2024-03-26Implement host tracked memory manager mode (#6356)gdkchan
2024-03-14Separate guest/host tracking + unaligned protection (#6486)riperiperi
2024-03-09Refactor memory managers to a common base class, consolidate Read() method lo...jhorv
2024-01-20Implement a new JIT for Arm devices (#6057)gdkchan
2024-01-18Move most of signal handling to Ryujinx.Cpu project (#6128)gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)gdkchan
2023-07-01[Ryujinx.Cpu] Address dotnet-format issues (#5365)TSRBerry
2023-06-24MemoryManagement: Change return types for Commit/Decommit to void (#5325)TSRBerry
2023-06-20misc: Implement address space size workarounds (#5191)Mary
2023-05-05GPU: Remove CPU region handle containers (#4817)riperiperi
2023-04-27Move solution and projects to srcTSR Berry