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
2023-07-28
Merge pull request #11155 from liamwhite/memory3
liamwhite
2023-07-26
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-25
memory: check page against address space size
Liam
2023-07-22
memory: minimize dependency on process
Liam
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-06-28
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-05-07
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
2023-04-23
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-01-25
Revert "MemoryManager: use fastmem directly."
Merry
2023-01-15
memory: fix watchpoint use when fastmem is enabled
Liam
2023-01-05
MemoryManager: use fastmem directly.
Fernando Sahmkow
2022-12-11
Merge pull request #9415 from liamwhite/dc
Mai
2022-12-11
memory: correct semantics of data cache management operations
Liam
2022-12-10
memory: remove DEBUG_ASSERT pointer test
Liam
2022-11-12
kernel: implement FlushProcessDataCache
Liam
2022-10-22
general: Resolve -Wunused-lambda-capture and C5233
Morph
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
[next]