summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp
AgeCommit message (Expand)Author
2018-04-24gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei
2018-03-26memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.bunnei
2018-03-26memory: Add RasterizerMarkRegionCached code and cleanup.bunnei
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
2018-03-23memory: Fix typo in RasterizerFlushVirtualRegion.bunnei
2018-03-23memory: RasterizerFlushVirtualRegion should also check process image region.bunnei
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-14core: Move process creation out of global state.bunnei
2018-02-21memory: LOG_ERROR when falling off end of page tableMerryMage
2018-02-14memory: Silence formatting sepecifier warningsLioncash
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage
2018-01-20memory: Return false for large VAddr in IsValidVirtualAddressRozlette
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-08fix macos buildMerryMage
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei
2017-10-18memory: Print addresses as 64-bit.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
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-30memory: Log with 64-bit values.bunnei
2017-09-30core: Various changes to support 64-bit addressing.bunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-29Merge pull request #2961 from Subv/load_titlesbunnei
2017-09-26Merge pull request #2954 from Subv/cache_unmapped_memJames Rowe
2017-09-26Memory: Allow IsValidVirtualAddress to be called with a specific process para...Subv
2017-09-25Memory/RasterizerCache: Ignore unmapped memory regions when caching physical ...Subv
2017-09-24ARM_Interface: Implement PageTableChangedMerryMage
2017-09-24memory: Remove GetCurrentPageTablePointersMerryMage
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage
2017-09-15Merge pull request #2842 from Subv/switchable_page_tableB3n30
2017-09-15Kernel/Memory: Make IsValidPhysicalAddress not go through the current process...Subv
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-08-29Use recursive_mutex instead of mutex to fix #2902danzel
2017-08-23Merge pull request #2839 from Subv/global_kernel_lockJames Rowe
2017-08-22Kernel/Memory: Acquire the global HLE lock when a memory read/write operation...Subv
2017-07-22Merge pull request #2799 from yuriks/virtual-cached-range-flushWeiyi Wang
2017-06-21Memory: Add function to flush a virtual range from the rasterizer cacheYuri Kunde Schlesner
2017-06-21Memory: Fix crash when unmapping a VMA covering cached surfacesYuri 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-05-09Memory: Add constants for the n3DS additional RAMYuri Kunde Schlesner
2016-12-17Revert "Memory: Always flush whole pages from surface cache"bunnei
2016-12-14Memory: Always flush whole pages from surface cacheYuri Kunde Schlesner
2016-11-24Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe
2016-09-29memory: fix IsValidVirtualAddress for RasterizerCachedMemorywwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot