summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp
AgeCommit message (Expand)Author
2020-04-17core: memory: Fix memory access on page boundaries.bunnei
2020-04-17core: memory: Updates for new VMM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-06Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow
2020-04-06GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrFernando Sahmkow
2020-01-18core/memory: Create a special MapMemoryRegion for physical memory.Markus Wick
2020-01-01core/memory + arm/dynarmic: Use a global offset within our arm page table.Markus Wick
2019-11-26core/memory; Migrate over SetCurrentPageTable() to the Memory classLioncash
2019-11-26core/memory: Migrate over GetPointerFromVMA() 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: Move memory read/write implementation functions into an anonymou...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-10-06core: Remove Core::CurrentProcess()Lioncash
2019-09-18Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC...Fernando Sahmkow
2019-07-06memory: Remove unused includesLioncash
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2019-04-07core/memory: Remove GetCurrentPageTable()Lioncash
2019-03-20memory: Check that core is powered on before attempting to use GPU.bunnei
2019-03-16core: Move PageTable struct into Common.bunnei
2019-03-16memory: Simplify rasterizer cache operations.bunnei
2019-03-14gpu: Use host address for caching instead of guest address.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei
2019-03-02Memory: don't lock hle mutex in memory read/writeWeiyi Wang
2019-02-27Speed up memory page mapping (#2141)Annomatg
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-06memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA()Lioncash
2018-12-06vm_manager: Make vma_map privateLioncash
2018-12-05Call shrink_to_fit after page-table vector resizing to cause crt to actually ...heapo
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-09-30kernel/process: Make data member variables privateLioncash
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-28gpu: Make memory_manager privateLioncash
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-03memory: Remove unused GetSpecialHandlers() functionLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-07-18Merge pull request #690 from lioncash/movebunnei
2018-07-18core/memory: Remove unused function GetSpecialHandlers() and an unused variab...Lioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-02Update clang formatJames Rowe