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
2019-11-26
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
core/memory: Introduce skeleton of Memory class
Lioncash
2019-07-06
memory: Remove unused PageTable forward declaration
Lioncash
2019-05-07
core/memory: Remove unused FlushMode enum
Lioncash
2019-04-11
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-07
Merge pull request #2361 from lioncash/pagetable
bunnei
2019-04-07
core/memory: Remove unused enum constants
Lioncash
2019-04-07
core/memory: Remove GetCurrentPageTable()
Lioncash
2019-03-21
core/memory: Remove unnecessary includes
Lioncash
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
memory: Simplify rasterizer cache operations.
bunnei
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-31
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-05
memory: Make prototype parameter names match their definitions
Lioncash
2018-08-05
memory: Correct prototype of ZeroBlock
Lioncash
2018-08-05
memory: Remove unnecessary const qualifiers in prototypes
Lioncash
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-06-22
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-04-24
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
bunnei
2018-03-31
memory: Fix stack region.
bunnei
2018-03-26
memory: Add RasterizerMarkRegionCached code and cleanup.
bunnei
2018-03-23
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-22
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
Remove more N3DS References
N00byKing
2018-03-16
memory: Add regions for map region, "new" map region, etc.
bunnei
2018-02-12
arm_dynarmic: Support direct page table access
MerryMage
2018-01-27
memory: Replace all memory hooking with Special regions
MerryMage
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
[prev]
[next]