162 Commits (208ed712f42cfd277405a22663197dc1c5e84cfe)

Author SHA1 Message Date
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
Fernando Sahmkow cd1c38be8d ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 6 years ago
Fernando Sahmkow e31425df38 General: Recover Prometheus project from harddrive failure 6 years ago
bunnei ff5d5b6f41 core: memory: Fix memory access on page boundaries. 6 years ago
bunnei f7c03610e1 core: memory: Updates for new VMM. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow 7fcd0fee6d Buffer Cache: Use vAddr instead of physical memory. 6 years ago
Fernando Sahmkow 9c0f40a1f5 GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 6 years ago
Markus Wick 56672b8c98 core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick 0986caa8d8 core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash 50a518be69 core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash fc7d0a17b6 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago