summaryrefslogtreecommitdiff
path: root/src/core/memory.h
AgeCommit message (Expand)Author
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
2018-03-31memory: Fix stack region.bunnei
2018-03-26memory: Add RasterizerMarkRegionCached code and cleanup.bunnei
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
2018-03-23rasterizer: Flush and invalidate regions should be 64-bit.bunnei
2018-03-22memory: Port RasterizerFlushVirtualRegion from Citra.bunnei
2018-03-22Remove more N3DS ReferencesN00byKing
2018-03-16memory: Add regions for map region, "new" map region, etc.bunnei
2018-02-12arm_dynarmic: Support direct page table accessMerryMage
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage
2018-01-16Update memory.hDavid
2018-01-16Increased heap size and changed tls area vaddrDavid Marcec
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei
2017-12-28svc: Implement MapMemory.bunnei
2017-10-22memory: Support 32-bit paging, move heap address space up.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
2017-10-01Memory: Make WriteBlock take a Process parameter on which to operateSubv
2017-10-01Memory: Make ReadBlock take a Process parameter on which to operateSubv
2017-09-30core: Various changes to support 64-bit addressing.bunnei
2017-09-26Memory: Allow IsValidVirtualAddress to be called with a specific process para...Subv
2017-09-24memory: Remove GetCurrentPageTablePointersMerryMage
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage
2017-09-15Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...Subv
2017-09-10Kernel/Memory: Give each Process its own page table.Subv
2017-06-21Memory: Add function to flush a virtual range from the rasterizer cacheYuri Kunde Schlesner
2017-06-21Memory: Add TryVirtualToPhysicalAddress, returning a boost::optionalYuri Kunde Schlesner
2017-06-21Memory: Make PhysicalToVirtualAddress return a boost::optionalYuri Kunde Schlesner
2017-06-20Memory: Add enum definitions for the n3DS FCRAM sizeYuri Kunde Schlesner
2017-05-09Memory: Add constants for the n3DS additional RAMYuri Kunde Schlesner
2016-11-24Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-27Memory: add ReadCString functionwwylele
2016-05-28Memory: Make ReadBlock and WriteBlock accept void pointers.Subv
2016-05-28Memory: CopyBlockMerryMage
2016-05-21Memory: ZeroBlockMerryMage
2016-05-21Memory: ReadBlock/WriteBlockMerryMage
2016-05-21Memory: IsValidVirtualAddress/IsValidPhysicalAddressMerryMage
2016-05-12Merge pull request #1695 from Subv/tls_allocbunnei
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Subv