197 Commits (57a391e71db13ade7a3d96f59d53781eff18d2ac)

Author SHA1 Message Date
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
Lioncash f1382cf0e7 core: Remove Core::CurrentProcess() 6 years ago
Fernando Sahmkow 50259d7bdc Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory 6 years ago
Lioncash 65c748fbd3 memory: Remove unused includes 7 years ago
Lioncash f2331a804a core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash abae7577d2 core/memory: Remove GetCurrentPageTable() 7 years ago
bunnei 3ae0de9b53 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 7 years ago
bunnei 7b574f406b gpu: Move command processing to another thread. 7 years ago
Weiyi Wang 5159f4eee8 Memory: don't lock hle mutex in memory read/write 7 years ago
Annomatg ef84c70d22 Speed up memory page mapping (#2141) 7 years ago
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary 7 years ago
Lioncash 15e3d4f357 memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 years ago
heapo ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 7 years ago