summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #690 from lioncash/moveGravatar bunnei2018-07-181-3/+5
|\
| * core/memory, core/hle/kernel: Use std::move where applicableGravatar Lioncash2018-07-181-3/+5
* | core/memory: Remove unused function GetSpecialHandlers() and an unused variab...Gravatar Lioncash2018-07-181-7/+0
|/
* Update clang formatGravatar James Rowe2018-07-021-12/+12
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-12/+12
* Kernel/Arbiters: Fix casts, cleanup comments/magic numbersGravatar Michael Scire2018-06-221-0/+4
* core: Implement multicore support.Gravatar bunnei2018-05-101-2/+7
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-11/+11
* general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-271-10/+9
* Merge pull request #387 from Subv/maxwell_2dGravatar bunnei2018-04-251-0/+4
|\
| * Memory: Added a missing shortcut for Memory::CopyBlock for the current process.Gravatar Subv2018-04-251-0/+4
* | core/memory: Amend address widths in assertsGravatar Lioncash2018-04-251-2/+2
* | core/memory: Move logging macros over to new fmt-capable onesGravatar Lioncash2018-04-251-22/+24
|/
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.Gravatar bunnei2018-04-241-16/+48
* 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