index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-18
Revert "Memory: Always flush whole pages from surface cache"
bunnei
1
-10
/
+0
2016-12-15
Memory: Always flush whole pages from surface cache
Yuri Kunde Schlesner
1
-0
/
+10
2016-11-25
Expose page table to dynarmic for optimized reads and writes to the JIT
James Rowe
1
-6
/
+8
2016-09-29
memory: fix IsValidVirtualAddress for RasterizerCachedMemory
wwylele
1
-0
/
+3
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-35
/
+49
2016-08-27
Memory: add ReadCString function
wwylele
1
-0
/
+14
2016-05-28
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.
Subv
1
-1
/
+60
2016-05-28
Memory: Make ReadBlock and WriteBlock accept void pointers.
Subv
1
-4
/
+4
2016-05-28
Memory: CopyBlock
MerryMage
1
-0
/
+41
2016-05-21
Memory: ZeroBlock
MerryMage
1
-0
/
+38
2016-05-21
Memory: ReadBlock/WriteBlock
MerryMage
1
-3
/
+74
2016-05-21
Memory: IsValidVirtualAddress/IsValidPhysicalAddress
MerryMage
1
-0
/
+21
2016-04-21
HWRasterizer: Texture forwarding
tfarley
1
-0
/
+140
2016-03-06
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
1
-1
/
+1
2016-01-30
Memory: Implement MMIO
MerryMage
1
-6
/
+80
2015-10-09
Fixed spelling errors
Gareth Poole
1
-2
/
+2
2015-09-10
memory: Get rid of pointer casts
Lioncash
1
-14
/
+7
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
1
-1
/
+4
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
1
-1
/
+36
2015-07-12
Memory: Fix unmapping of pages
Yuri Kunde Schlesner
1
-4
/
+2
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
1
-3
/
+0
2015-05-27
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
1
-4
/
+8
2015-05-15
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
1
-120
/
+123
2015-05-15
Memory: Read SharedPage directly from Memory::Read
Yuri Kunde Schlesner
1
-1
/
+2
2015-05-15
Memory: Read ConfigMem directly from Memory::Read
Yuri Kunde Schlesner
1
-1
/
+2
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
1
-84
/
+6
2015-05-15
Memmap: Remove unused declarations
Yuri Kunde Schlesner
1
-11
/
+3
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
1
-24
/
+24
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
1
-38
/
+26
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+3
2015-05-02
Memory: Properly cleanup & shutdown.
bunnei
1
-13
/
+8
2015-04-06
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
1
-7
/
+11
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
1
-0
/
+6
2015-02-22
Cleaned up unaligned access.
Kevin Hartman
1
-18
/
+0
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-2
/
+2
2015-01-16
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
1
-0
/
+5
2014-12-30
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
1
-2
/
+8
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-14
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
1
-10
/
+0
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-6
/
+6
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
1
-16
/
+16
2014-12-03
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
1
-21
/
+21
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
1
-2
/
+2
2014-11-19
Add static to some variables
Lioncash
1
-9
/
+9
2014-09-28
Fix warnings in core and common
Lioncash
1
-1
/
+1
2014-09-09
core: Prune redundant includes
archshift
1
-1
/
+0
2014-08-31
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
1
-16
/
+16
2014-08-17
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
Lioncash
1
-4
/
+8
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
1
-32
/
+36
2014-08-06
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
1
-1
/
+1
2014-08-06
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
1
-0
/
+7
2014-08-06
MemMap: Removed Read64 function.
bunnei
1
-6
/
+0
2014-08-06
MemMap: Fix Read32 for unaligned memory reads.
bunnei
1
-12
/
+23
2014-07-05
Memory: Removed deprecated MapBlock_Shared function.
bunnei
1
-22
/
+0
2014-07-05
mem_map: Updated interface to expose template functions to other modules.
bunnei
1
-10
/
+10
2014-06-25
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
1
-0
/
+12
2014-05-30
hle: cleaned up log messages
bunnei
1
-3
/
+2
2014-05-16
added memory mapped region for system mem - sdk demos load a segment here on ELF load
bunnei
1
-1
/
+13
2014-05-08
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
1
-11
/
+11
2014-05-07
added mem_map read for config_mem
bunnei
1
-7
/
+12
2014-05-01
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
1
-1
/
+13
2014-05-01
reorganized memory regions enum, added regions for ExeFS code
bunnei
1
-1
/
+1
2014-04-28
added virtual address conversion for firmware FW0B
bunnei
1
-5
/
+9
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual addresses
bunnei
1
-1
/
+1
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
1
-2
/
+10
2014-04-26
added vram to memory_map
bunnei
1
-7
/
+13
2014-04-25
removed some cruft
bunnei
1
-7
/
+1
2014-04-25
- added preliminary support for svc_MapMemoryBlock
bunnei
1
-6
/
+21
2014-04-25
added functions to map Heap and Shared memory space
bunnei
1
-3
/
+51
2014-04-18
added GSP heap memory allocation
bunnei
1
-0
/
+26
2014-04-18
fixed bug in Memory::GetPointer
bunnei
1
-2
/
+2
2014-04-18
added memory read/write to GSP heap
bunnei
1
-3
/
+11
2014-04-18
more various refactors to memory interface
bunnei
1
-23
/
+17
2014-04-18
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
1
-96
/
+48
2014-04-17
changed unknown memory read/write to report the size
bunnei
1
-2
/
+3
2014-04-13
added OS memory read/write for thread command buffer
bunnei
1
-5
/
+5
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-2
/
+16
2014-04-11
cleaned up some logging messages
bunnei
1
-1
/
+1
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-3
/
+3
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed all license file headers in core
bunnei
1
-23
/
+3
2014-04-07
added hack physical memory reads with Memory::GetPointer
bunnei
1
-2
/
+9
2014-04-05
added initial support for hw.cpp module
bunnei
1
-3
/
+15
2014-04-05
added hw module to interface h/w register reads/writes
bunnei
1
-3
/
+2
2014-04-05
renamed some functions
bunnei
1
-11
/
+11
2014-04-04
added hack to allow physical mem read/writes
bunnei
1
-2
/
+20
2014-04-04
removed some useless log messages
bunnei
1
-2
/
+0
2014-04-02
-converted tabs to spaces
bunnei
1
-100
/
+99
2014-04-01
added support for reading/writing to stack mem
bunnei
1
-1
/
+10
2014-03-25
added a GetPointer function to Memory for use with ELF loading
bunnei
1
-28
/
+28
2013-09-20
added mem_map hardware writing
ShizZy
1
-52
/
+71
2013-09-19
added hw R/W/ memory functions
ShizZy
1
-0
/
+157