summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.Gravatar bunnei2018-03-261-4/+8
* memory: Add RasterizerMarkRegionCached code and cleanup.Gravatar bunnei2018-03-261-200/+190
* Merge pull request #265 from bunnei/tegra-progress-2Gravatar bunnei2018-03-231-0/+40
|\
| * memory: Fix typo in RasterizerFlushVirtualRegion.Gravatar bunnei2018-03-231-3/+3
| * memory: RasterizerFlushVirtualRegion should also check process image region.Gravatar bunnei2018-03-231-0/+1
| * rasterizer: Flush and invalidate regions should be 64-bit.Gravatar bunnei2018-03-231-2/+2
| * memory: Port RasterizerFlushVirtualRegion from Citra.Gravatar bunnei2018-03-221-0/+39
* | Remove more N3DS ReferencesGravatar N00byKing2018-03-221-9/+0
|/
* core: Move process creation out of global state.Gravatar bunnei2018-03-141-15/+15
* memory: LOG_ERROR when falling off end of page tableGravatar MerryMage2018-02-211-0/+11
* memory: Silence formatting sepecifier warningsGravatar Lioncash2018-02-141-21/+30
* memory: Replace all memory hooking with Special regionsGravatar MerryMage2018-01-271-317/+163
* memory: Return false for large VAddr in IsValidVirtualAddressGravatar Rozlette2018-01-201-0/+3
* Remove gpu debugger and get yuzu qt to compileGravatar James Rowe2018-01-121-40/+1
* fix macos buildGravatar MerryMage2018-01-081-4/+4
* core/video_core: Fix a bunch of u64 -> u32 warnings.Gravatar bunnei2018-01-011-8/+8
* memory: Print addresses as 64-bit.Gravatar bunnei2017-10-181-2/+2
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-091-143/+211
|\
| * Memory: Make WriteBlock take a Process parameter on which to operateGravatar Subv2017-10-011-10/+17
| * Memory: Make ReadBlock take a Process parameter on which to operateGravatar Subv2017-10-011-12/+28
| * Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-14/+22
| * Merge pull request #2961 from Subv/load_titlesGravatar bunnei2017-09-291-7/+18
| |\
| | * Memory: Allow IsValidVirtualAddress to be called with a specific process para...Gravatar Subv2017-09-261-7/+18
| * | Merge pull request #2954 from Subv/cache_unmapped_memGravatar James Rowe2017-09-261-1/+16
| |\ \ | | |/ | |/|
| | * Memory/RasterizerCache: Ignore unmapped memory regions when caching physical ...Gravatar Subv2017-09-251-1/+16
| * | ARM_Interface: Implement PageTableChangedGravatar MerryMage2017-09-241-0/+5
| * | memory: Remove GetCurrentPageTablePointersGravatar MerryMage2017-09-241-4/+0
| * | memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage2017-09-241-1/+9
| |/
| * Merge pull request #2842 from Subv/switchable_page_tableGravatar B3n302017-09-151-79/+74
| |\
| | * Kernel/Memory: Make IsValidPhysicalAddress not go through the current process...Gravatar Subv2017-09-151-2/+1
| | * Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...Gravatar Subv2017-09-151-3/+62
| | * Kernel/Memory: Give each Process its own page table.Gravatar Subv2017-09-101-75/+12
| * | Use recursive_mutex instead of mutex to fix #2902Gravatar danzel2017-08-291-2/+2
| * | Merge pull request #2839 from Subv/global_kernel_lockGravatar James Rowe2017-08-231-1/+8
| |\ \ | | |/ | |/|
| | * Kernel/Memory: Acquire the global HLE lock when a memory read/write operation...Gravatar Subv2017-08-221-1/+8
* | | memory: Log with 64-bit values.Gravatar bunnei2017-09-301-8/+8
* | | core: Various changes to support 64-bit addressing.Gravatar bunnei2017-09-301-22/+22
|/ /
* | Merge pull request #2799 from yuriks/virtual-cached-range-flushGravatar Weiyi Wang2017-07-221-52/+76
|\ \ | |/ |/|
| * Memory: Add function to flush a virtual range from the rasterizer cacheGravatar Yuri Kunde Schlesner2017-06-211-39/+52
| * Memory: Add TryVirtualToPhysicalAddress, returning a boost::optionalGravatar Yuri Kunde Schlesner2017-06-211-4/+12
| * Memory: Make PhysicalToVirtualAddress return a boost::optionalGravatar Yuri Kunde Schlesner2017-06-211-9/+12
* | Memory: Fix crash when unmapping a VMA covering cached surfacesGravatar Yuri Kunde Schlesner2017-06-211-5/+20
|/
* Memory: Add constants for the n3DS additional RAMGravatar Yuri Kunde Schlesner2017-05-091-2/+6
* Revert "Memory: Always flush whole pages from surface cache"Gravatar bunnei2016-12-171-10/+0
* Memory: Always flush whole pages from surface cacheGravatar Yuri Kunde Schlesner2016-12-141-0/+10
* Expose page table to dynarmic for optimized reads and writes to the JITGravatar James Rowe2016-11-241-6/+8
* memory: fix IsValidVirtualAddress for RasterizerCachedMemoryGravatar wwylele2016-09-291-0/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-35/+49