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.cpp
Age
Commit message (
Expand
)
Author
2022-10-18
core: device_memory: Templatize GetPointer(..).
bunnei
2022-10-06
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-22
Project Andio
Kelebek1
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-03-26
Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...
bunnei
2022-03-25
Memory: Don't protect reads on Normal accuracy.
Fernando Sahmkow
2022-02-21
core: device_memory: Use memory size reported by KSystemControl.
bunnei
2021-09-29
prevent access violation from iob in Memory::IsValidVirtualAddress
Andrew Strelsky
2021-08-07
memory: Address lioncash's review
yzct12345
2021-08-07
memory: Dedup Read and Write and fix logging bugs
yzct12345
2021-08-05
memory: Clean up CopyBlock too
yzct12345
2021-08-05
memory: Address lioncash's review
yzct12345
2021-08-05
memory: Clean up code
yzct12345
2021-06-11
General: Add settings for fastmem and disabling adress space check.
FernandoS27
2021-06-11
core: Make use of fastmem
Markus Wick
2021-05-29
core/memory: Check our memory fallbacks for out-of-bound behavior.
Markus Wick
2021-05-20
hle: kernel: Use host memory allocations for KSlabMemory.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-01-01
memory: Remove MemoryHook
MerryMage
2020-12-29
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-24
core: memory: Ensure thread safe access when pages are rasterizer cached (#5206)
bunnei
2020-12-08
memory: Resolve -Wdocumentation warning for Write()
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-23
memory: Resolve a -Wdocumentation warning
Lioncash
2020-07-28
common/atomic_ops: Don't cast away volatile from pointers
Lioncash
2020-07-05
memory: Set page-table pointers before setting attribute = Memory
MerryMage
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
core: memory: Fix memory access on page boundaries.
bunnei
2020-04-17
core: memory: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-06
Buffer Cache: Use vAddr instead of physical memory.
Fernando Sahmkow
2020-04-06
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
Fernando Sahmkow
2020-01-18
core/memory: Create a special MapMemoryRegion for physical memory.
Markus Wick
2020-01-01
core/memory + arm/dynarmic: Use a global offset within our arm page table.
Markus Wick
2019-11-26
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over GetPointerFromVMA() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
Lioncash
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
[prev]
[next]