index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
mem_map_funcs.cpp
Age
Commit message (
Expand
)
Author
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
Memmap: Remove unused declarations
Yuri Kunde Schlesner
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Memory: Properly cleanup & shutdown.
bunnei
2015-04-05
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-02-21
Cleaned up unaligned access.
Kevin Hartman
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2014-12-29
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
2014-12-29
Merge pull request #253 from purpasmart96/mem_map
bunnei
2014-12-20
License change
purpasmart96
2014-12-13
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-03
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
2014-11-18
Add static to some variables
Lioncash
2014-09-28
Fix warnings in core and common
Lioncash
2014-09-08
core: Prune redundant includes
archshift
2014-08-31
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
2014-08-17
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
Lioncash
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-08-05
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
2014-08-05
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
2014-08-05
MemMap: Removed Read64 function.
bunnei
2014-08-05
MemMap: Fix Read32 for unaligned memory reads.
bunnei
2014-07-05
Memory: Removed deprecated MapBlock_Shared function.
bunnei
2014-07-04
mem_map: Updated interface to expose template functions to other modules.
bunnei
2014-06-24
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-15
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-06
added mem_map read for config_mem
bunnei
2014-04-30
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-30
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-04-27
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
added vram to memory_map
bunnei
2014-04-25
removed some cruft
bunnei
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
added functions to map Heap and Shared memory space
bunnei
2014-04-17
added GSP heap memory allocation
bunnei
2014-04-17
fixed bug in Memory::GetPointer
bunnei
2014-04-17
added memory read/write to GSP heap
bunnei
2014-04-17
more various refactors to memory interface
bunnei
2014-04-17
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
[next]