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
/
src
/
Ryujinx.Cpu
Age
Commit message (
Expand
)
Author
2024-08-08
Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...
gdkchan
2024-08-05
Replace and remove obsolete ByteMemoryPool type (#7155)
jhorv
2024-04-21
implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695)
jhorv
2024-04-07
Audio rendering: reduce memory allocations (#6604)
jhorv
2024-04-06
Delete old 16KB page workarounds (#6584)
gdkchan
2024-04-04
Add support to IVirtualMemoryManager for zero-copy reads (#6251)
jhorv
2024-03-26
Implement host tracked memory manager mode (#6356)
gdkchan
2024-03-14
Separate guest/host tracking + unaligned protection (#6486)
riperiperi
2024-03-09
Refactor memory managers to a common base class, consolidate Read() method lo...
jhorv
2024-03-07
LightningJit: Disable some cache ops and CTR_EL0 access on Windows Arm (#6326)
gdkchan
2024-02-17
LightningJit: Add a limit on the number of instructions per function for Arm6...
gdkchan
2024-02-08
LightningJit: Reduce stack usage for Arm32 code (#6245)
gdkchan
2024-01-20
Implement a new JIT for Arm devices (#6057)
gdkchan
2024-01-18
Move most of signal handling to Ryujinx.Cpu project (#6128)
gdkchan
2024-01-13
Revert Apple hypervisor force ordered memory change (#6068)
gdkchan
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-15
Migrate to .NET 8 (#5887)
Zoltan Csizmadia
2023-11-07
Force all exclusive memory accesses to be ordered on AppleHv (#5898)
gdkchan
2023-09-26
Add VTimer as alternative interrupt method on Apple Hypervisor (#5663)
gdkchan
2023-07-24
Add workflow to automatically check code style issues for PRs (#4670)
TSRBerry
2023-07-01
[Ryujinx.Cpu] Address dotnet-format issues (#5365)
TSRBerry
2023-06-26
misc: memory: Migrate from OutOfMemoryException to SystemException entirely (...
Mary
2023-06-24
MemoryManagement: Change return types for Commit/Decommit to void (#5325)
TSRBerry
2023-06-20
misc: Implement address space size workarounds (#5191)
Mary
2023-05-05
GPU: Remove CPU region handle containers (#4817)
riperiperi
2023-04-27
Move solution and projects to src
TSR Berry