173 Commits (7adf04609962a1dad527f1ad2c75d6c18030e957)

Author SHA1 Message Date
Fernando Sahmkow 7f18e3bb89 MemoryManager: use fastmem directly. 3 years ago
Liam 47a89280bf memory: correct semantics of data cache management operations 3 years ago
Liam 8a5667aa70 memory: remove DEBUG_ASSERT pointer test 3 years ago
Liam e313e4f1ae kernel: implement FlushProcessDataCache 3 years ago
Morph c6c56d3e9c general: Resolve -Wunused-lambda-capture and C5233 3 years ago
bunnei d9871bab0b core: device_memory: Templatize GetPointer(..). 3 years ago
Fernando Sahmkow 6a3eca65ea MemoryManager: Fix errors popping out. 4 years ago
Kyle Kienapfel ea00332a67 code: dodge PAGE_SIZE #define 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Kelebek1 be1f5f1d9f Project Andio 3 years ago
Liam 8d2abc710c core/debugger: memory breakpoint support 4 years ago
Liam 2ee161a0bf core/debugger: Implement new GDB stub debugger 4 years ago
bunnei b149526098 Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." 4 years ago
Fernando Sahmkow 6e2cfc4310 Memory: Don't protect reads on Normal accuracy. 4 years ago
bunnei b928936457 core: device_memory: Use memory size reported by KSystemControl. 4 years ago
Andrew Strelsky 5a02e7aabf prevent access violation from iob in Memory::IsValidVirtualAddress 4 years ago
yzct12345 b61be44dbc memory: Address lioncash's review 4 years ago
yzct12345 a21f46127b memory: Dedup Read and Write and fix logging bugs 4 years ago
yzct12345 7a421e7e33 memory: Clean up CopyBlock too 4 years ago
yzct12345 fa26e226de memory: Address lioncash's review 4 years ago
yzct12345 cbe093e865 memory: Clean up code 4 years ago
FernandoS27 3147b9e34c General: Add settings for fastmem and disabling adress space check. 5 years ago
Markus Wick 99f6d60a99 core: Make use of fastmem 6 years ago
Markus Wick 870505def8 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
bunnei 227f9e5ab2 hle: kernel: Use host memory allocations for KSlabMemory. 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 4aebdea6cf core: memory: Add a work-around to allocate and access kernel memory regions by vaddr. 5 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
ReinUsesLisp 8bfa4d6dbf core/memory: Read and write page table atomically 5 years ago
bunnei eb609b73a7 core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) 5 years ago
Lioncash 024c10b697 memory: Resolve -Wdocumentation warning for Write() 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 5 years ago
Lioncash 3abd28c35a memory: Resolve a -Wdocumentation warning 5 years ago
Lioncash 32ce1467e5 common/atomic_ops: Don't cast away volatile from pointers 5 years ago
MerryMage f0019f2176 memory: Set page-table pointers before setting attribute = Memory 6 years ago
Fernando Sahmkow cc2f7dcd08 General: Initial Setup for Single Core. 6 years ago
Fernando Sahmkow 5eac520ae3 ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 6 years ago
Fernando Sahmkow 7ee76003ad General: Recover Prometheus project from harddrive failure 6 years ago
bunnei 8a67b3058e core: memory: Fix memory access on page boundaries. 6 years ago
bunnei 43321c1a69 core: memory: Updates for new VMM. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow 3728c7160f Buffer Cache: Use vAddr instead of physical memory. 6 years ago
Fernando Sahmkow 5cc292ac3c GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 6 years ago
Markus Wick 4042bd107b core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick f74d95547e core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash d03fbad80f core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago