summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp
AgeCommit message (Expand)Author
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
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-27Memory: add ReadCString functionwwylele
2016-05-28Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...Subv
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-04-21HWRasterizer: Texture forwardingtfarley
2016-03-05Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner
2016-01-30Memory: Implement MMIOMerryMage
2015-10-09Fixed spelling errorsGareth Poole
2015-09-10memory: Get rid of pointer castsLioncash
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner