summaryrefslogtreecommitdiff
path: root/src/core/memory.h
AgeCommit message (Expand)Author
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
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24memory: Dehardcode the use of a 36-bit address spaceLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei
2018-08-05memory: Make prototype parameter names match their definitionsLioncash
2018-08-05memory: Correct prototype of ZeroBlockLioncash
2018-08-05memory: Remove unnecessary const qualifiers in prototypesLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-06-22Kernel/Arbiters: Fix casts, cleanup comments/magic numbersMichael Scire
2018-04-24gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei