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
*
atomic_ops: Remove volatile qualifier
Merry
2024-01-27
1
-4
/
+2
*
SMMU: Add Android compatibility
Fernando Sahmkow
2024-01-18
1
-36
/
+26
*
SMMU: Implement physical memory mirroring
Fernando Sahmkow
2024-01-18
1
-21
/
+32
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
1
-7
/
+18
*
core: track separate heap allocation for linux
Liam
2023-12-25
1
-23
/
+63
*
general: properly support multiple memory instances
Liam
2023-12-22
1
-14
/
+14
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-7
/
+3
*
Address more review comments
GPUCode
2023-11-25
1
-0
/
+50
*
arm: Implement native code execution backend
Liam
2023-11-25
1
-0
/
+13
*
core: Respect memory permissions in Map
GPUCode
2023-11-25
1
-4
/
+4
*
Merge pull request #11995 from FernandoS27/you-dont-need-the-new-iphone
liamwhite
2023-11-16
1
-5
/
+20
|
\
|
*
Memory: Fix invalidation handling from the CPU/Services
Fernando Sahmkow
2023-11-12
1
-5
/
+20
*
|
kernel: add KPageTableBase
Liam
2023-11-10
1
-3
/
+3
|
/
*
Merge pull request #11155 from liamwhite/memory3
liamwhite
2023-07-28
1
-3
/
+18
|
\
|
*
memory: check page against address space size
Liam
2023-07-25
1
-3
/
+18
*
|
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-26
1
-13
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-15
1
-13
/
+17
*
|
memory: minimize dependency on process
Liam
2023-07-22
1
-58
/
+57
*
|
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
[next]