119 Commits (a9f9b207c204650478ddbb9581daa1af8645dc36)

Author SHA1 Message Date
darktux 616619c8f7 Port changes from Early Access 2 years ago
Fernando Sahmkow a70f35d0bf Core: Invert guest memory depandancy 2 years ago
Fernando Sahmkow b206089ea7 Core: Clang format and other small issues. 2 years ago
Fernando Sahmkow 355bbea52d SMMU: Add Android compatibility 2 years ago
Fernando Sahmkow 9db159da71 SMMU: Initial adaptation to video_core. 2 years ago
Fernando Sahmkow d9b2778306 Vulkan: Only recreate swapchain if the frame is bigger than the swap image. 2 years ago
Fernando Sahmkow a81686eff8 MaxwellDMA: Don't flush the outputs of a dma copy. 2 years ago
Liam c366d8e8d9 core: track separate heap allocation for linux 2 years ago
Liam 3d5c6a73cb core: refactor emulated cpu core activation 2 years ago
GPUCode 1e5a1d1702 Address more review comments 2 years ago
Liam 19619b1b14 arm: Implement native code execution backend 2 years ago
GPUCode 2590906d14 core: Respect memory permissions in Map 2 years ago
Liam 3e4076c2ac general: fix apple clang build 2 years ago
Liam 7073afff3b memory: minimize dependency on process 2 years ago
Kelebek1 42638691b5 Use spans over guest memory where possible instead of copying data. 3 years ago
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