summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/memory: Check our memory fallbacks for out-of-bound behavior.Gravatar Markus Wick2021-05-291-4/+39
* hle: kernel: Use host memory allocations for KSlabMemory.Gravatar bunnei2021-05-201-21/+0
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-17/+17
* core: memory: Add a work-around to allocate and access kernel memory regions ...Gravatar bunnei2021-05-051-1/+29
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei2021-02-181-1/+1
* memory: Remove MemoryHookGravatar MerryMage2021-01-011-30/+0
* core/memory: Read and write page table atomicallyGravatar ReinUsesLisp2020-12-291-123/+64
* core: memory: Ensure thread safe access when pages are rasterizer cached (#5206)Gravatar bunnei2020-12-241-12/+40
* memory: Resolve -Wdocumentation warning for Write()Gravatar Lioncash2020-12-081-2/+0
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-1/+1
* core: Fix clang buildGravatar Lioncash2020-10-171-1/+1
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-6/+6
* memory: Resolve a -Wdocumentation warningGravatar Lioncash2020-09-231-1/+1
* common/atomic_ops: Don't cast away volatile from pointersGravatar Lioncash2020-07-281-6/+4
* memory: Set page-table pointers before setting attribute = MemoryGravatar MerryMage2020-07-051-2/+5
* General: Initial Setup for Single Core.Gravatar Fernando Sahmkow2020-06-271-4/+4
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Gravatar Fernando Sahmkow2020-06-271-0/+98
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-7/+4
* core: memory: Fix memory access on page boundaries.Gravatar bunnei2020-04-171-6/+39
* core: memory: Updates for new VMM.Gravatar bunnei2020-04-171-100/+52
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-2/+2
* Buffer Cache: Use vAddr instead of physical memory.Gravatar Fernando Sahmkow2020-04-061-0/+115
* GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrGravatar Fernando Sahmkow2020-04-061-6/+6
* core/memory: Create a special MapMemoryRegion for physical memory.Gravatar Markus Wick2020-01-181-0/+11
* core/memory + arm/dynarmic: Use a global offset within our arm page table.Gravatar Markus Wick2020-01-011-9/+16
* core/memory; Migrate over SetCurrentPageTable() to the Memory classGravatar Lioncash2019-11-261-15/+16
* core/memory: Migrate over GetPointerFromVMA() to the Memory classGravatar Lioncash2019-11-261-36/+36
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-92/+128
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-96/+132
* core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classGravatar Lioncash2019-11-261-89/+110
* core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classGravatar Lioncash2019-11-261-63/+67
* core/memory: Migrate over ReadCString() to the Memory classGravatar Lioncash2019-11-261-14/+19
* core/memory: Migrate over GetPointer()Gravatar Lioncash2019-11-261-15/+23
* core/memory: Move memory read/write implementation functions into an anonymou...Gravatar Lioncash2019-11-261-97/+98
* core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-261-20/+31
* core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash2019-11-261-71/+106
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-0/+12
* core: Remove Core::CurrentProcess()Gravatar Lioncash2019-10-061-5/+5
* Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC...Gravatar Fernando Sahmkow2019-09-181-2/+7
* memory: Remove unused includesGravatar Lioncash2019-07-061-2/+0
* core/cpu_core_manager: Create threads separately from initialization.Gravatar Lioncash2019-04-111-8/+8
* core/memory: Remove GetCurrentPageTable()Gravatar Lioncash2019-04-071-4/+0
* memory: Check that core is powered on before attempting to use GPU.Gravatar bunnei2019-03-201-1/+1
* core: Move PageTable struct into Common.Gravatar bunnei2019-03-161-74/+60
* memory: Simplify rasterizer cache operations.Gravatar bunnei2019-03-161-60/+21
* gpu: Use host address for caching instead of guest address.Gravatar bunnei2019-03-141-5/+8
* gpu: Move command processing to another thread.Gravatar bunnei2019-03-061-4/+4
* Memory: don't lock hle mutex in memory read/writeGravatar Weiyi Wang2019-03-021-6/+0
* Speed up memory page mapping (#2141)Gravatar Annomatg2019-02-271-6/+11
* Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec2018-12-191-0/+1