summaryrefslogtreecommitdiffstats
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-40/+1
* fix macos buildMerryMage2018-01-091-4/+4
* core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei2018-01-011-8/+8
* memory: Print addresses as 64-bit.bunnei2017-10-191-2/+2
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-143/+211
|\
| * Memory: Make WriteBlock take a Process parameter on which to operateSubv2017-10-011-10/+17
| * Memory: Make ReadBlock take a Process parameter on which to operateSubv2017-10-011-12/+28
| * Fixed type conversion ambiguityHuw Pascoe2017-09-301-14/+22
| * Merge pull request #2961 from Subv/load_titlesbunnei2017-09-291-7/+18
| |\
| | * Memory: Allow IsValidVirtualAddress to be called with a specific process parameter.Subv2017-09-271-7/+18
| * | Merge pull request #2954 from Subv/cache_unmapped_memJames Rowe2017-09-271-1/+16
| |\ \ | | |/ | |/|
| | * Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions.Subv2017-09-261-1/+16
| * | ARM_Interface: Implement PageTableChangedMerryMage2017-09-251-0/+5
| * | memory: Remove GetCurrentPageTablePointersMerryMage2017-09-241-4/+0
| * | memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage2017-09-241-1/+9
| |/
| * Merge pull request #2842 from Subv/switchable_page_tableB3n302017-09-151-79/+74
| |\
| | * Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping.Subv2017-09-151-2/+1
| | * Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.Subv2017-09-151-3/+62
| | * Kernel/Memory: Give each Process its own page table.Subv2017-09-101-75/+12
| * | Use recursive_mutex instead of mutex to fix #2902danzel2017-08-291-2/+2
| * | Merge pull request #2839 from Subv/global_kernel_lockJames Rowe2017-08-241-1/+8
| |\ \ | | |/ | |/|
| | * Kernel/Memory: Acquire the global HLE lock when a memory read/write operation falls outside of the fast path, for it might perform an MMIO operation.Subv2017-08-221-1/+8
* | | memory: Log with 64-bit values.bunnei2017-09-301-8/+8
* | | core: Various changes to support 64-bit addressing.bunnei2017-09-301-22/+22
|/ /
* | Merge pull request #2799 from yuriks/virtual-cached-range-flushWeiyi Wang2017-07-221-52/+76
|\ \ | |/ |/|
| * Memory: Add function to flush a virtual range from the rasterizer cacheYuri Kunde Schlesner2017-06-221-39/+52
| * Memory: Add TryVirtualToPhysicalAddress, returning a boost::optionalYuri Kunde Schlesner2017-06-221-4/+12
| * Memory: Make PhysicalToVirtualAddress return a boost::optionalYuri Kunde Schlesner2017-06-221-9/+12
* | Memory: Fix crash when unmapping a VMA covering cached surfacesYuri Kunde Schlesner2017-06-221-5/+20
|/
* Memory: Add constants for the n3DS additional RAMYuri Kunde Schlesner2017-05-101-2/+6
* Revert "Memory: Always flush whole pages from surface cache"bunnei2016-12-181-10/+0
* Memory: Always flush whole pages from surface cacheYuri Kunde Schlesner2016-12-151-0/+10
* Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe2016-11-251-6/+8
* memory: fix IsValidVirtualAddress for RasterizerCachedMemorywwylele2016-09-291-0/+3
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-35/+49
* Memory: add ReadCString functionwwylele2016-08-271-0/+14
* Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.Subv2016-05-281-1/+60
* Memory: Make ReadBlock and WriteBlock accept void pointers.Subv2016-05-281-4/+4
* Memory: CopyBlockMerryMage2016-05-281-0/+41
* Memory: ZeroBlockMerryMage2016-05-211-0/+38
* Memory: ReadBlock/WriteBlockMerryMage2016-05-211-3/+74
* Memory: IsValidVirtualAddress/IsValidPhysicalAddressMerryMage2016-05-211-0/+21
* HWRasterizer: Texture forwardingtfarley2016-04-211-0/+140
* Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner2016-03-061-1/+1
* Memory: Implement MMIOMerryMage2016-01-301-6/+80
* Fixed spelling errorsGareth Poole2015-10-091-2/+2
* memory: Get rid of pointer castsLioncash2015-09-101-14/+7
* Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner2015-08-161-1/+4
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+36
* Memory: Fix unmapping of pagesYuri Kunde Schlesner2015-07-121-4/+2
* Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot2015-06-281-3/+0
* Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner2015-05-271-4/+8
* Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner2015-05-151-120/+123
* Memory: Read SharedPage directly from Memory::ReadYuri Kunde Schlesner2015-05-151-1/+2
* Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner2015-05-151-1/+2
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-0/+197