103 Commits (4f68a8f45a359e3522d148bb54c4586dac664fb4)

Author SHA1 Message Date
Fernando Sahmkow 4f68a8f45a Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU 3 years ago
Liam 6eaef51cf2 memory: rename global memory references to application memory 3 years ago
Liam 156516e399 kernel: use KTypedAddress for addresses 3 years ago
Liam e313e4f1ae kernel: implement FlushProcessDataCache 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
yzct12345 fa26e226de memory: Address lioncash's review 4 years ago
yzct12345 cbe093e865 memory: Clean up code 4 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 a706a6a08e core: memory: Add templated GetPointer methods. 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 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 43321c1a69 core: memory: Updates for new VMM. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow f00f6bbdb6 Memory: Address Feedback. 6 years ago
Fernando Sahmkow 3728c7160f Buffer Cache: Use vAddr instead of physical memory. 6 years ago
Markus Wick 4042bd107b core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 9e3cbf71fc core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash ad85ba53dd core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash 8d306269d0 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 7110e6a128 core/memory: Migrate over GetPointer() 6 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 1d9be65e26 core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash ff443fa835 core/memory: Introduce skeleton of Memory class 6 years ago
Lioncash 38c9502a30 memory: Remove unused PageTable forward declaration 7 years ago
Lioncash 644ee565ff core/memory: Remove unused FlushMode enum 7 years ago
Lioncash 567b7de124 core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash 024bdfdc08 core/memory: Remove unused enum constants 7 years ago
Lioncash 08424ab57f core/memory: Remove GetCurrentPageTable() 7 years ago
Lioncash 1b4128a12e core/memory: Remove unnecessary includes 7 years ago
bunnei 5840ce2950 core: Move PageTable struct into Common. 7 years ago
bunnei ee8ae39de5 memory: Simplify rasterizer cache operations. 7 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash e48b4fd2d8 memory: Dehardcode the use of a 36-bit address space 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
bunnei d190b46a38 gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
Lioncash ab21a210b1 memory: Make prototype parameter names match their definitions 7 years ago
Lioncash 856edeb95d memory: Correct prototype of ZeroBlock 7 years ago
Lioncash 572bff0143 memory: Remove unnecessary const qualifiers in prototypes 7 years ago
Lioncash 3bcf090d37 core/memory: Get rid of 3DS leftovers 7 years ago