aboutsummaryrefslogtreecommitdiff
path: root/src/core/memory.h
AgeCommit message (Expand)Author
2023-12-04core: refactor emulated cpu core activationLiam
2023-11-25Address more review commentsGPUCode
2023-11-25arm: Implement native code execution backendLiam
2023-11-25core: Respect memory permissions in MapGPUCode
2023-08-09general: fix apple clang buildLiam
2023-07-22memory: minimize dependency on processLiam
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested w...Fernando Sahmkow
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2022-11-12kernel: implement FlushProcessDataCacheLiam
2022-10-06MemoryManager: Fix errors popping out.Fernando Sahmkow
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-22Project AndioKelebek1
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2021-08-05memory: Address lioncash's reviewyzct12345
2021-08-05memory: Clean up codeyzct12345
2021-05-20hle: kernel: Use host memory allocations for KSlabMemory.bunnei
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05core: memory: Add a work-around to allocate and access kernel memory regions ...bunnei
2021-02-18core: memory: Add templated GetPointer methods.bunnei
2021-01-01memory: Remove MemoryHookMerryMage
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-17core: memory: Updates for new VMM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-08Memory: Address Feedback.Fernando Sahmkow
2020-04-06Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow
2020-01-18core/memory: Create a special MapMemoryRegion for physical memory.Markus Wick
2019-11-26core/memory; Migrate over SetCurrentPageTable() to the Memory classLioncash
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classLioncash
2019-11-26core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classLioncash
2019-11-26core/memory: Migrate over ReadCString() to the Memory classLioncash
2019-11-26core/memory: Migrate over GetPointer()Lioncash
2019-11-26core/memory: Migrate over address checking functions to the new Memory classLioncash
2019-11-26core/memory: Migrate over memory mapping functions to the new Memory classLioncash
2019-11-26core/memory: Introduce skeleton of Memory classLioncash
2019-07-06memory: Remove unused PageTable forward declarationLioncash
2019-05-07core/memory: Remove unused FlushMode enumLioncash
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2019-04-07Merge pull request #2361 from lioncash/pagetablebunnei
2019-04-07core/memory: Remove unused enum constantsLioncash
2019-04-07core/memory: Remove GetCurrentPageTable()Lioncash
2019-03-21core/memory: Remove unnecessary includesLioncash
2019-03-16core: Move PageTable struct into Common.bunnei
2019-03-16memory: Simplify rasterizer cache operations.bunnei