summaryrefslogtreecommitdiff
path: root/src/core/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix apple clang buildGravatar Liam2023-08-091-60/+65
* memory: minimize dependency on processGravatar Liam2023-07-221-7/+6
* Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-021-0/+212
* Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow2023-06-281-1/+5
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-58/+6
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-41/+47
* kernel: implement FlushProcessDataCacheGravatar Liam2022-11-121-0/+34
* MemoryManager: Fix errors popping out.Gravatar Fernando Sahmkow2022-10-061-0/+1
* code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel2022-08-191-3/+3
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* Project AndioGravatar Kelebek12022-07-221-0/+13
* core/debugger: memory breakpoint supportGravatar Liam2022-06-161-0/+11
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-0/+11
* memory: Address lioncash's reviewGravatar yzct123452021-08-051-1/+1
* memory: Clean up codeGravatar yzct123452021-08-051-100/+4
* hle: kernel: Use host memory allocations for KSlabMemory.Gravatar bunnei2021-05-201-9/+0
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-9/+9
* core: memory: Add a work-around to allocate and access kernel memory regions ...Gravatar bunnei2021-05-051-0/+16
* core: memory: Add templated GetPointer methods.Gravatar bunnei2021-02-181-0/+10
* memory: Remove MemoryHookGravatar MerryMage2021-01-011-34/+0
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Gravatar Fernando Sahmkow2020-06-271-0/+65
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-1/+1
* core: memory: Updates for new VMM.Gravatar bunnei2020-04-171-14/+1
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-2/+2
* Memory: Address Feedback.Gravatar Fernando Sahmkow2020-04-081-0/+68
* Buffer Cache: Use vAddr instead of physical memory.Gravatar Fernando Sahmkow2020-04-061-0/+10
* core/memory: Create a special MapMemoryRegion for physical memory.Gravatar Markus Wick2020-01-181-1/+15
* core/memory; Migrate over SetCurrentPageTable() to the Memory classGravatar Lioncash2019-11-261-4/+7
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-9/+88
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-7/+78
* core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classGravatar Lioncash2019-11-261-2/+51
* core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classGravatar Lioncash2019-11-261-5/+10
* core/memory: Migrate over ReadCString() to the Memory classGravatar Lioncash2019-11-261-2/+17
* core/memory: Migrate over GetPointer()Gravatar Lioncash2019-11-261-2/+20
* core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-261-3/+21
* core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash2019-11-261-0/+59
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-0/+21
* memory: Remove unused PageTable forward declarationGravatar Lioncash2019-07-061-4/+0
* core/memory: Remove unused FlushMode enumGravatar Lioncash2019-05-071-9/+0
* core/cpu_core_manager: Create threads separately from initialization.Gravatar Lioncash2019-04-111-2/+3
* Merge pull request #2361 from lioncash/pagetableGravatar bunnei2019-04-071-2/+1
|\
| * core/memory: Remove GetCurrentPageTable()Gravatar Lioncash2019-04-071-2/+1
* | core/memory: Remove unused enum constantsGravatar Lioncash2019-04-071-10/+0
|/
* core/memory: Remove unnecessary includesGravatar Lioncash2019-03-211-3/+0
* core: Move PageTable struct into Common.Gravatar bunnei2019-03-161-68/+6
* memory: Simplify rasterizer cache operations.Gravatar bunnei2019-03-161-6/+0
* memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash2018-09-241-30/+1
* memory: Dehardcode the use of a 36-bit address spaceGravatar Lioncash2018-09-241-11/+21
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-9/+9
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei2018-08-311-2/+1