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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
1
-1
/
+59
2017-06-22
Memory: Add function to flush a virtual range from the rasterizer cache
Yuri Kunde Schlesner
1
-0
/
+13
2017-06-22
Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional
Yuri Kunde Schlesner
1
-3
/
+11
2017-06-22
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
1
-3
/
+4
2017-06-21
Memory: Add enum definitions for the n3DS FCRAM size
Yuri Kunde Schlesner
1
-1
/
+3
2017-05-10
Memory: Add constants for the n3DS additional RAM
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
-0
/
+9
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-35
/
+35
2016-08-27
Memory: add ReadCString function
wwylele
1
-0
/
+3
2016-05-28
Memory: Make ReadBlock and WriteBlock accept void pointers.
Subv
1
-2
/
+2
2016-05-28
Memory: CopyBlock
MerryMage
1
-2
/
+2
2016-05-21
Memory: ZeroBlock
MerryMage
1
-0
/
+1
2016-05-21
Memory: ReadBlock/WriteBlock
MerryMage
1
-1
/
+3
2016-05-21
Memory: IsValidVirtualAddress/IsValidPhysicalAddress
MerryMage
1
-0
/
+3
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Subv
1
-6
/
+0
2016-04-21
HWRasterizer: Texture forwarding
tfarley
1
-0
/
+16
2015-08-22
Fix broken boot introduced by last-minute change in #1025
Yuri Kunde Schlesner
1
-1
/
+1
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
1
-1
/
+3
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
1
-0
/
+5
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
1
-0
/
+11
2015-08-16
Memory: Move PAGE_MASK and PAGE_BITS to memory.h
Yuri Kunde Schlesner
1
-0
/
+2
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
1
-0
/
+2
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-15
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
1
-0
/
+4
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
1
-74
/
+2
2015-05-15
Memmap: Remove unused declarations
Yuri Kunde Schlesner
1
-9
/
+0
2015-05-12
Core/Memory: Add TLS support for creating up to 300 threads
Subv
1
-3
/
+5
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
1
-0
/
+9
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
1
-4
/
+9
2015-05-09
Memory: Sort memory region variables by VAddr
Yuri Kunde Schlesner
1
-7
/
+7
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
1
-75
/
+88
2015-05-09
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
1
-0
/
+2
2015-05-08
Common: Remove mem_arena.cpp/h
Yuri Kunde Schlesner
1
-12
/
+0
2015-05-07
Clean-up includes
Yuri Kunde Schlesner
1
-3
/
+0
2015-05-02
Memory: Properly cleanup & shutdown.
bunnei
1
-0
/
+6
2015-04-06
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
1
-16
/
+10
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
1
-0
/
+1
2015-01-30
Move VAddr/PAddr typedefs to kernel.h
Yuri Kunde Schlesner
1
-9
/
+2
2014-12-30
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
1
-0
/
+1
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-14
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
1
-59
/
+76
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
1
-7
/
+7
2014-12-04
mem_map: Make enum for addresses use u32 as the underlying type
Lioncash
1
-1
/
+1
2014-12-04
Add stub for ConvertProcessFromDspDram
archshift
1
-1
/
+3
2014-12-03
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
1
-10
/
+0
2014-11-18
Fix documentation of parameters
Lioncash
1
-1
/
+1
2014-11-17
mem_map: Add missing prototype for Write64
Lioncash
1
-0
/
+1
2014-08-31
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
1
-15
/
+24
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
1
-15
/
+7
2014-07-05
Memory: Removed deprecated MapBlock_Shared function.
bunnei
1
-8
/
+0
2014-07-05
mem_map: Updated interface to expose template functions to other modules.
bunnei
1
-0
/
+6
2014-06-25
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
1
-0
/
+2
2014-05-16
added memory mapped region for system mem - sdk demos load a segment here on ELF load
bunnei
1
-0
/
+7
2014-05-08
added kernel memory to mem_map
bunnei
1
-0
/
+6
2014-05-07
added mem_map read for config_mem
bunnei
1
-0
/
+5
2014-05-01
fixed a bug where ExeFs code was being incorrectly masked
bunnei
1
-1
/
+1
2014-05-01
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
1
-0
/
+1
2014-05-01
reorganized memory regions enum, added regions for ExeFS code
bunnei
1
-20
/
+25
2014-04-28
added virtual address conversion for firmware FW0B
bunnei
1
-0
/
+2
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual addresses
bunnei
1
-0
/
+14
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
1
-1
/
+3
2014-04-26
added vram to memory_map
bunnei
1
-1
/
+2
2014-04-25
- added preliminary support for svc_MapMemoryBlock
bunnei
1
-0
/
+9
2014-04-25
added functions to map Heap and Shared memory space
bunnei
1
-4
/
+23
2014-04-18
added GSP heap memory allocation
bunnei
1
-0
/
+25
2014-04-18
moved enums into Memory:: namespace
bunnei
1
-4
/
+2
2014-04-18
added memory read/write to GSP heap
bunnei
1
-1
/
+3
2014-04-18
more various refactors to memory interface
bunnei
1
-20
/
+33
2014-04-18
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
1
-3
/
+1
2014-04-13
replace tabs with spaces
bunnei
1
-3
/
+3
2014-04-13
added OS memory read/write for thread command buffer
bunnei
1
-4
/
+0
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-1
/
+2
2014-04-12
added a memory mapped option for HLE
bunnei
1
-5
/
+8
2014-04-11
added Memory::GetCharPointer to read strings from HLE functions
bunnei
1
-0
/
+4
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-2
/
+2
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
-30
/
+5
2014-04-04
made memory #define's enum to make debugging easier
bunnei
1
-15
/
+21
2014-04-01
added support for reading/writing to stack mem
bunnei
1
-2
/
+10
2014-03-30
added ARM11 MMU from skyeye
bunnei
1
-2
/
+2
2014-03-25
added a GetPointer function to Memory for use with ELF loading
bunnei
1
-1
/
+4
2013-09-20
added mem_map hardware writing
ShizZy
1
-0
/
+3
2013-09-19
added hw R/W/ memory functions
ShizZy
1
-2
/
+1
2013-09-19
refactored some mem_map stuff
ShizZy
1
-1
/
+1
2013-09-14
renamed project to 'citrus'
ShizZy
1
-1
/
+1
2013-09-06
start of 3DS memory map
ShizZy
1
-4
/
+25
2013-09-06
added core and mem_map files to the project
ShizZy
1
-0
/
+58