summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Resolve -Wunused-lambda-capture and C5233Gravatar Morph2022-10-221-21/+16
* core: device_memory: Templatize GetPointer(..).Gravatar bunnei2022-10-181-3/+3
* MemoryManager: Fix errors popping out.Gravatar Fernando Sahmkow2022-10-061-0/+9
* code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel2022-08-191-39/+42
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* Project AndioGravatar Kelebek12022-07-221-1/+5
* core/debugger: memory breakpoint supportGravatar Liam2022-06-161-1/+78
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-0/+13
* Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...Gravatar bunnei2022-03-261-1/+1
* Memory: Don't protect reads on Normal accuracy.Gravatar Fernando Sahmkow2022-03-251-1/+1
* core: device_memory: Use memory size reported by KSystemControl.Gravatar bunnei2022-02-211-2/+1
* prevent access violation from iob in Memory::IsValidVirtualAddressGravatar Andrew Strelsky2021-09-291-1/+5
* memory: Address lioncash's reviewGravatar yzct123452021-08-071-52/+6
* memory: Dedup Read and Write and fix logging bugsGravatar yzct123452021-08-071-129/+115
* memory: Clean up CopyBlock tooGravatar yzct123452021-08-051-36/+15
* memory: Address lioncash's reviewGravatar yzct123452021-08-051-6/+7
* memory: Clean up codeGravatar yzct123452021-08-051-229/+77
* General: Add settings for fastmem and disabling adress space check.Gravatar FernandoS272021-06-111-4/+10
* core: Make use of fastmemGravatar Markus Wick2021-06-111-0/+12
* 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