index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.h
Age
Commit message (
Expand
)
Author
2018-01-16
Update memory.h
David
2018-01-16
Increased heap size and changed tls area vaddr
David Marcec
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2017-12-28
svc: Implement MapMemory.
bunnei
2017-10-22
memory: Support 32-bit paging, move heap address space up.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-01
Memory: Make WriteBlock take a Process parameter on which to operate
Subv
2017-10-01
Memory: Make ReadBlock take a Process parameter on which to operate
Subv
2017-09-30
core: Various changes to support 64-bit addressing.
bunnei
2017-09-26
Memory: Allow IsValidVirtualAddress to be called with a specific process para...
Subv
2017-09-24
memory: Remove GetCurrentPageTablePointers
MerryMage
2017-09-24
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-15
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...
Subv
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
2017-06-21
Memory: Add function to flush a virtual range from the rasterizer cache
Yuri Kunde Schlesner
2017-06-21
Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional
Yuri Kunde Schlesner
2017-06-21
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-06-20
Memory: Add enum definitions for the n3DS FCRAM size
Yuri Kunde Schlesner
2017-05-09
Memory: Add constants for the n3DS additional RAM
Yuri Kunde Schlesner
2016-11-24
Expose page table to dynarmic for optimized reads and writes to the JIT
James Rowe
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-27
Memory: add ReadCString function
wwylele
2016-05-28
Memory: Make ReadBlock and WriteBlock accept void pointers.
Subv
2016-05-28
Memory: CopyBlock
MerryMage
2016-05-21
Memory: ZeroBlock
MerryMage
2016-05-21
Memory: ReadBlock/WriteBlock
MerryMage
2016-05-21
Memory: IsValidVirtualAddress/IsValidPhysicalAddress
MerryMage
2016-05-12
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2015-08-22
Fix broken boot introduced by last-minute change in #1025
Yuri Kunde Schlesner
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
Memory: Move PAGE_MASK and PAGE_BITS to memory.h
Yuri Kunde Schlesner
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-15
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner