index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
device_memory_manager.inc
Age
Commit message (
Expand
)
Author
2024-02-22
Merge pull request #13000 from liamwhite/skip-null-memory
Narr the Reg
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-02-12
device_memory_manager: skip unregistered interfaces on invalidate
Liam
2024-02-07
SMMU: Ensure the backing address range matches the current
Fernando Sahmkow
2024-01-31
Device Memory Manager: ensure raster protection only within mapped device add...
Fernando Sahmkow
2024-01-31
DeviceMemory: Make counter types configurable
Fernando Sahmkow
2024-01-31
smmu: use new range mutex construction for protecting counters
Liam
2024-01-22
device_memory_manager: fix ScratchBuffer indexing
Liam
2024-01-18
device_memory_manager: use unique_lock for update
Liam
2024-01-18
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-18
SMMU: Fix Right Shift UB.
Fernando Sahmkow
2024-01-18
SMMU: Fix 8Gb layout.
Fernando Sahmkow
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Add continuity tracking optimization.
Fernando Sahmkow
2024-01-18
SMMU: Simplify and remove old code.
Fernando Sahmkow
2024-01-18
SMMU: Add Android compatibility
Fernando Sahmkow
2024-01-18
GPU-SMMU: Estimate game leak and preallocate device region.
Fernando Sahmkow
2024-01-18
SMMU: Fix Unregister on MultiAddress
Fernando Sahmkow
2024-01-18
SMMU: Implement physical memory mirroring
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
SMMU: Implement backing CPU page protect/unprotect
Fernando Sahmkow
2024-01-18
Core: Initial implementation of device memory mapping
Fernando Sahmkow