index
:
yuzu-mainline
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
/
memory.cpp
Age
Commit message (
Expand
)
Author
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-01-27
atomic_ops: Remove volatile qualifier
Merry
2024-01-18
SMMU: Add Android compatibility
Fernando Sahmkow
2024-01-18
SMMU: Implement physical memory mirroring
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-12-25
core: track separate heap allocation for linux
Liam
2023-12-22
general: properly support multiple memory instances
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-25
Address more review comments
GPUCode
2023-11-25
arm: Implement native code execution backend
Liam
2023-11-25
core: Respect memory permissions in Map
GPUCode
2023-11-16
Merge pull request #11995 from FernandoS27/you-dont-need-the-new-iphone
liamwhite
2023-11-12
Memory: Fix invalidation handling from the CPU/Services
Fernando Sahmkow
2023-11-10
kernel: add KPageTableBase
Liam
2023-07-28
Merge pull request #11155 from liamwhite/memory3
liamwhite
2023-07-26
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-25
memory: check page against address space size
Liam
2023-07-22
memory: minimize dependency on process
Liam
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-06-28
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-05-07
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
2023-04-23
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-01-25
Revert "MemoryManager: use fastmem directly."
Merry
2023-01-15
memory: fix watchpoint use when fastmem is enabled
Liam
2023-01-05
MemoryManager: use fastmem directly.
Fernando Sahmkow
2022-12-11
Merge pull request #9415 from liamwhite/dc
Mai
2022-12-11
memory: correct semantics of data cache management operations
Liam
2022-12-10
memory: remove DEBUG_ASSERT pointer test
Liam
2022-11-12
kernel: implement FlushProcessDataCache
Liam
2022-10-22
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-18
core: device_memory: Templatize GetPointer(..).
bunnei
2022-10-06
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-22
Project Andio
Kelebek1
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-03-26
Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...
bunnei
2022-03-25
Memory: Don't protect reads on Normal accuracy.
Fernando Sahmkow
2022-02-21
core: device_memory: Use memory size reported by KSystemControl.
bunnei
2021-09-29
prevent access violation from iob in Memory::IsValidVirtualAddress
Andrew Strelsky
2021-08-07
memory: Address lioncash's review
yzct12345
[next]