index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
k_process: PageTable -> GetPageTable
Liam
2023-07-14
1
-4
/
+4
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
1
-5
/
+49
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
1
-6
/
+33
*
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-06-28
1
-3
/
+4
*
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
1
-6
/
+5
*
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
1
-1
/
+2
*
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
1
-6
/
+21
*
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
2023-04-23
1
-1
/
+1
*
memory: rename global memory references to application memory
Liam
2023-03-23
1
-25
/
+11
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-143
/
+176
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-5
/
+5
*
Revert "MemoryManager: use fastmem directly."
Merry
2023-01-25
1
-1
/
+1
*
memory: fix watchpoint use when fastmem is enabled
Liam
2023-01-15
1
-0
/
+4
*
MemoryManager: use fastmem directly.
Fernando Sahmkow
2023-01-05
1
-1
/
+1
*
Merge pull request #9415 from liamwhite/dc
Mai
2022-12-11
1
-14
/
+15
|
\
|
*
memory: correct semantics of data cache management operations
Liam
2022-12-11
1
-14
/
+15
*
|
memory: remove DEBUG_ASSERT pointer test
Liam
2022-12-10
1
-2
/
+0
|
/
*
kernel: implement FlushProcessDataCache
Liam
2022-11-12
1
-0
/
+65
*
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-22
1
-21
/
+16
*
core: device_memory: Templatize GetPointer(..).
bunnei
2022-10-18
1
-3
/
+3
*
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-10-06
1
-0
/
+9
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
1
-39
/
+42
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
Project Andio
Kelebek1
2022-07-22
1
-1
/
+5
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-1
/
+78
*
core/debugger: Implement new GDB stub debugger
Liam
2022-06-01
1
-0
/
+13
*
Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...
bunnei
2022-03-26
1
-1
/
+1
*
Memory: Don't protect reads on Normal accuracy.
Fernando Sahmkow
2022-03-25
1
-1
/
+1
*
core: device_memory: Use memory size reported by KSystemControl.
bunnei
2022-02-21
1
-2
/
+1
*
prevent access violation from iob in Memory::IsValidVirtualAddress
Andrew Strelsky
2021-09-29
1
-1
/
+5
*
memory: Address lioncash's review
yzct12345
2021-08-07
1
-52
/
+6
*
memory: Dedup Read and Write and fix logging bugs
yzct12345
2021-08-07
1
-129
/
+115
*
memory: Clean up CopyBlock too
yzct12345
2021-08-05
1
-36
/
+15
*
memory: Address lioncash's review
yzct12345
2021-08-05
1
-6
/
+7
*
memory: Clean up code
yzct12345
2021-08-05
1
-229
/
+77
*
General: Add settings for fastmem and disabling adress space check.
FernandoS27
2021-06-11
1
-4
/
+10
*
core: Make use of fastmem
Markus Wick
2021-06-11
1
-0
/
+12
*
core/memory: Check our memory fallbacks for out-of-bound behavior.
Markus Wick
2021-05-29
1
-4
/
+39
*
hle: kernel: Use host memory allocations for KSlabMemory.
bunnei
2021-05-20
1
-21
/
+0
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-17
/
+17
*
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-05-05
1
-1
/
+29
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
1
-1
/
+1
*
memory: Remove MemoryHook
MerryMage
2021-01-01
1
-30
/
+0
*
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-29
1
-123
/
+64
*
core: memory: Ensure thread safe access when pages are rasterizer cached (#5206)
bunnei
2020-12-24
1
-12
/
+40
*
memory: Resolve -Wdocumentation warning for Write()
Lioncash
2020-12-08
1
-2
/
+0
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-1
/
+1
*
core: Fix clang build
Lioncash
2020-10-17
1
-1
/
+1
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-6
/
+6
*
memory: Resolve a -Wdocumentation warning
Lioncash
2020-09-23
1
-1
/
+1
[next]