204 Commits (bca698a17ae4b39106cd7f8c7eef06ccc7c8d6dd)

Author SHA1 Message Date
Merry 9f91d310c6 atomic_ops: Remove volatile qualifier 2 years ago
Fernando Sahmkow 303cd31162 SMMU: Add Android compatibility 2 years ago
Fernando Sahmkow 34a8d0cc8e SMMU: Implement physical memory mirroring 2 years ago
Fernando Sahmkow 0a2536a0df SMMU: Initial adaptation to video_core. 2 years ago
Liam ddda76f9b0 core: track separate heap allocation for linux 2 years ago
Liam 31bf57a310 general: properly support multiple memory instances 2 years ago
Liam 45c87c7e6e core: refactor emulated cpu core activation 2 years ago
GPUCode 9ff8d0f3e6 Address more review comments 2 years ago
Liam 9f91ba1f73 arm: Implement native code execution backend 2 years ago
GPUCode 5938a9582a core: Respect memory permissions in Map 2 years ago
Fernando Sahmkow f1806d237f Memory: Fix invalidation handling from the CPU/Services 2 years ago
Liam 2a255b2d61 kernel: add KPageTableBase 2 years ago
Liam 07f71e2620 memory: check page against address space size 3 years ago
Liam d144168442 memory: minimize dependency on process 3 years ago
comex d7c532d889 Fixes and workarounds to make UBSan happier on macOS 3 years ago
Liam a85ce8ea56 k_process: PageTable -> GetPageTable 3 years ago
Kelebek1 6f7cb69c94 Use spans over guest memory where possible instead of copying data. 3 years ago
Fernando Sahmkow da440da9f5 Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU 3 years ago
Fernando Sahmkow 47d0d292d5 MemoryTracking: Initial setup of atomic writes. 3 years ago
Fernando Sahmkow 6f90dff293 Address feedback, add CR notice, etc 3 years ago
Fernando Sahmkow 92da86290c Settings: add option to enable / disable reactive flushing 3 years ago
Fernando Sahmkow c6cac2ffaa GPU: Add Reactive flushing 3 years ago
Fernando Sahmkow 7e76c1642c Accuracy Normal: reduce accuracy further for perf improvements in Project Lime 3 years ago
Liam 41d99aa89d memory: rename global memory references to application memory 3 years ago
Liam fb49ec19c1 kernel: use KTypedAddress for addresses 3 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 years ago
Merry dc7ab4c5d6 Revert "MemoryManager: use fastmem directly." 3 years ago
Liam f1a0ce0e70 memory: fix watchpoint use when fastmem is enabled 3 years ago
Fernando Sahmkow af5ecb0b15 MemoryManager: use fastmem directly. 3 years ago
Liam ed37192441 memory: correct semantics of data cache management operations 3 years ago
Liam 985ed1e160 memory: remove DEBUG_ASSERT pointer test 3 years ago
Liam 651f6598ac kernel: implement FlushProcessDataCache 3 years ago
Morph c7e079a5d4 general: Resolve -Wunused-lambda-capture and C5233 4 years ago
bunnei 47b8160666 core: device_memory: Templatize GetPointer(..). 4 years ago
Fernando Sahmkow 5a568b1655 MemoryManager: Fix errors popping out. 4 years ago
Kyle Kienapfel 14e9de6678 code: dodge PAGE_SIZE #define 4 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
Kelebek1 458da8a948 Project Andio 4 years ago
Liam 208ed712f4 core/debugger: memory breakpoint support 4 years ago
Liam fb4b3c127f core/debugger: Implement new GDB stub debugger 4 years ago
bunnei af04f8b8e9
Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." 4 years ago
Fernando Sahmkow a2d7b2f905 Memory: Don't protect reads on Normal accuracy. 4 years ago
bunnei c0e45a3c78 core: device_memory: Use memory size reported by KSystemControl. 4 years ago
Andrew Strelsky 4ce0a650d1
prevent access violation from iob in Memory::IsValidVirtualAddress 5 years ago
yzct12345 5f97f74a9a
memory: Address lioncash's review 5 years ago
yzct12345 70cc4c0f46
memory: Dedup Read and Write and fix logging bugs 5 years ago
yzct12345 e611f522c2
memory: Clean up CopyBlock too 5 years ago
yzct12345 4edfa6ad8f
memory: Address lioncash's review 5 years ago
yzct12345 6df9611059
memory: Clean up code 5 years ago
FernandoS27 5ba28325b2 General: Add settings for fastmem and disabling adress space check. 5 years ago