184 Commits (da440da9f54cc860f3c69da685a415d5ec9d7b64)

Author SHA1 Message Date
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 3 years ago
bunnei 47b8160666 core: device_memory: Templatize GetPointer(..). 3 years ago
Fernando Sahmkow 5a568b1655 MemoryManager: Fix errors popping out. 4 years ago
Kyle Kienapfel 14e9de6678 code: dodge PAGE_SIZE #define 3 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
Kelebek1 458da8a948 Project Andio 3 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 4 years ago
yzct12345 5f97f74a9a
memory: Address lioncash's review 4 years ago
yzct12345 70cc4c0f46
memory: Dedup Read and Write and fix logging bugs 4 years ago
yzct12345 e611f522c2
memory: Clean up CopyBlock too 4 years ago
yzct12345 4edfa6ad8f
memory: Address lioncash's review 4 years ago
yzct12345 6df9611059
memory: Clean up code 4 years ago
FernandoS27 5ba28325b2 General: Add settings for fastmem and disabling adress space check. 5 years ago
Markus Wick 621f3f5f47 core: Make use of fastmem 6 years ago
Markus Wick 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
bunnei b4fc2e52a2 hle: kernel: Use host memory allocations for KSlabMemory. 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 3401676768 core: memory: Add a work-around to allocate and access kernel memory regions by vaddr. 5 years ago
bunnei 93e20867b0 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
MerryMage 6d30745d77 memory: Remove MemoryHook 5 years ago
ReinUsesLisp b3587102d1 core/memory: Read and write page table atomically 5 years ago
bunnei c8a4967c9d
core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) 5 years ago
Lioncash a44ff5ed31 memory: Resolve -Wdocumentation warning for Write() 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago
Lioncash b14d344dfc memory: Resolve a -Wdocumentation warning 5 years ago
Lioncash e3f0c93230 common/atomic_ops: Don't cast away volatile from pointers 5 years ago
MerryMage 76bd617b2d memory: Set page-table pointers before setting attribute = Memory 6 years ago
Fernando Sahmkow ab9aae28bf General: Initial Setup for Single Core. 6 years ago