index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
device_memory_manager.inc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #13000 from liamwhite/skip-null-memory
Narr the Reg
2024-02-22
1
-4
/
+8
|
\
|
*
device_memory_manager: skip unregistered interfaces on invalidate
Liam
2024-02-13
1
-4
/
+8
*
|
scope_exit: Make constexpr
FearlessTobi
2024-02-19
1
-2
/
+2
|
/
*
SMMU: Ensure the backing address range matches the current
Fernando Sahmkow
2024-02-07
1
-0
/
+7
*
Device Memory Manager: ensure raster protection only within mapped device addresses.
Fernando Sahmkow
2024-01-31
1
-17
/
+23
*
DeviceMemory: Make counter types configurable
Fernando Sahmkow
2024-01-31
1
-9
/
+9
*
smmu: use new range mutex construction for protecting counters
Liam
2024-01-31
1
-10
/
+1
*
device_memory_manager: fix ScratchBuffer indexing
Liam
2024-01-22
1
-3
/
+2
*
device_memory_manager: use unique_lock for update
Liam
2024-01-19
1
-14
/
+8
*
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-19
1
-14
/
+14
*
SMMU: Fix Right Shift UB.
Fernando Sahmkow
2024-01-19
1
-2
/
+2
*
SMMU: Fix 8Gb layout.
Fernando Sahmkow
2024-01-19
1
-5
/
+5
*
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-19
1
-15
/
+35
*
SMMU: Add continuity tracking optimization.
Fernando Sahmkow
2024-01-19
1
-3
/
+49
*
SMMU: Simplify and remove old code.
Fernando Sahmkow
2024-01-19
1
-62
/
+7
*
SMMU: Add Android compatibility
Fernando Sahmkow
2024-01-19
1
-5
/
+2
*
GPU-SMMU: Estimate game leak and preallocate device region.
Fernando Sahmkow
2024-01-19
1
-4
/
+4
*
SMMU: Fix Unregister on MultiAddress
Fernando Sahmkow
2024-01-19
1
-1
/
+1
*
SMMU: Implement physical memory mirroring
Fernando Sahmkow
2024-01-19
1
-3
/
+151
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-19
1
-8
/
+64
*
SMMU: Implement backing CPU page protect/unprotect
Fernando Sahmkow
2024-01-19
1
-5
/
+77
*
Core: Initial implementation of device memory mapping
Fernando Sahmkow
2024-01-19
1
-0
/
+304