index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
mem_map.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-11
1
-0
/
+5
*
Memmap: Remove unused global pointers to memory areas
Yuri Kunde Schlesner
2015-05-27
1
-8
/
+0
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-148
/
+0
*
Memmap: Remove unused declarations
Yuri Kunde Schlesner
2015-05-15
1
-9
/
+0
*
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
1
-3
/
+5
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+9
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
1
-4
/
+9
*
Memory: Sort memory region variables by VAddr
Yuri Kunde Schlesner
2015-05-09
1
-7
/
+7
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
1
-75
/
+88
*
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-08
1
-0
/
+2
*
Common: Remove mem_arena.cpp/h
Yuri Kunde Schlesner
2015-05-07
1
-12
/
+0
*
Clean-up includes
Yuri Kunde Schlesner
2015-05-06
1
-3
/
+0
*
Memory: Properly cleanup & shutdown.
bunnei
2015-05-01
1
-0
/
+6
*
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
2015-04-05
1
-16
/
+10
*
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-03-17
1
-0
/
+1
*
Move VAddr/PAddr typedefs to kernel.h
Yuri Kunde Schlesner
2015-01-30
1
-9
/
+2
*
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
2014-12-29
1
-0
/
+1
*
Merge pull request #253 from purpasmart96/mem_map
bunnei
2014-12-29
1
-59
/
+76
|
\
|
*
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
2014-12-13
1
-59
/
+76
*
|
License change
purpasmart96
2014-12-20
1
-1
/
+1
|
/
*
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
1
-7
/
+7
*
Merge pull request #244 from bunnei/cleanup-memmap
bunnei
2014-12-08
1
-10
/
+0
|
\
|
*
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
2014-12-03
1
-10
/
+0
*
|
Merge pull request #249 from lioncash/enum
bunnei
2014-12-04
1
-1
/
+1
|
\
\
|
*
|
mem_map: Make enum for addresses use u32 as the underlying type
Lioncash
2014-12-03
1
-1
/
+1
|
|
/
*
/
Add stub for ConvertProcessFromDspDram
archshift
2014-12-03
1
-1
/
+3
|
/
*
Fix documentation of parameters
Lioncash
2014-11-18
1
-1
/
+1
*
mem_map: Add missing prototype for Write64
Lioncash
2014-11-16
1
-0
/
+1
*
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
2014-08-31
1
-15
/
+24
*
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-08-12
1
-15
/
+7
*
Memory: Removed deprecated MapBlock_Shared function.
bunnei
2014-07-05
1
-8
/
+0
*
mem_map: Updated interface to expose template functions to other modules.
bunnei
2014-07-04
1
-0
/
+6
*
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
2014-06-24
1
-0
/
+2
*
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
2014-05-15
1
-0
/
+7
*
added kernel memory to mem_map
bunnei
2014-05-07
1
-0
/
+6
*
added mem_map read for config_mem
bunnei
2014-05-06
1
-0
/
+5
*
fixed a bug where ExeFs code was being incorrectly masked
bunnei
2014-04-30
1
-1
/
+1
*
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-30
1
-0
/
+1
*
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-04-30
1
-20
/
+25
*
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
1
-0
/
+2
*
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
2014-04-27
1
-0
/
+14
*
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
1
-1
/
+3
*
added vram to memory_map
bunnei
2014-04-26
1
-1
/
+2
*
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
1
-0
/
+9
*
added functions to map Heap and Shared memory space
bunnei
2014-04-24
1
-4
/
+23
*
added GSP heap memory allocation
bunnei
2014-04-17
1
-0
/
+25
*
moved enums into Memory:: namespace
bunnei
2014-04-17
1
-4
/
+2
*
added memory read/write to GSP heap
bunnei
2014-04-17
1
-1
/
+3
*
more various refactors to memory interface
bunnei
2014-04-17
1
-20
/
+33
*
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
2014-04-17
1
-3
/
+1
[next]