index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-1
/
+1
*
Address more review comments
GPUCode
2023-11-25
1
-0
/
+11
*
arm: Implement native code execution backend
Liam
2023-11-25
1
-0
/
+1
*
core: Respect memory permissions in Map
GPUCode
2023-11-25
1
-2
/
+4
*
general: fix apple clang build
Liam
2023-08-09
1
-60
/
+65
*
memory: minimize dependency on process
Liam
2023-07-22
1
-7
/
+6
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
1
-0
/
+212
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
1
-1
/
+5
*
memory: rename global memory references to application memory
Liam
2023-03-23
1
-58
/
+6
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-41
/
+47
*
kernel: implement FlushProcessDataCache
Liam
2022-11-12
1
-0
/
+34
*
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-10-06
1
-0
/
+1
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
1
-3
/
+3
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
Project Andio
Kelebek1
2022-07-22
1
-0
/
+13
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-0
/
+11
*
core/debugger: Implement new GDB stub debugger
Liam
2022-06-01
1
-0
/
+11
*
memory: Address lioncash's review
yzct12345
2021-08-05
1
-1
/
+1
*
memory: Clean up code
yzct12345
2021-08-05
1
-100
/
+4
*
hle: kernel: Use host memory allocations for KSlabMemory.
bunnei
2021-05-20
1
-9
/
+0
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-9
/
+9
*
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-05-05
1
-0
/
+16
*
core: memory: Add templated GetPointer methods.
bunnei
2021-02-18
1
-0
/
+10
*
memory: Remove MemoryHook
MerryMage
2021-01-01
1
-34
/
+0
*
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-06-27
1
-0
/
+65
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
core: memory: Updates for new VMM.
bunnei
2020-04-17
1
-14
/
+1
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-2
/
+2
*
Memory: Address Feedback.
Fernando Sahmkow
2020-04-08
1
-0
/
+68
*
Buffer Cache: Use vAddr instead of physical memory.
Fernando Sahmkow
2020-04-06
1
-0
/
+10
*
core/memory: Create a special MapMemoryRegion for physical memory.
Markus Wick
2020-01-18
1
-1
/
+15
*
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
1
-4
/
+7
*
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
1
-9
/
+88
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
1
-7
/
+78
*
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
Lioncash
2019-11-26
1
-2
/
+51
*
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-26
1
-5
/
+10
*
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
1
-2
/
+17
*
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
1
-2
/
+20
*
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
1
-3
/
+21
*
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
1
-0
/
+59
*
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-26
1
-0
/
+21
*
memory: Remove unused PageTable forward declaration
Lioncash
2019-07-06
1
-4
/
+0
*
core/memory: Remove unused FlushMode enum
Lioncash
2019-05-07
1
-9
/
+0
*
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
1
-2
/
+3
*
Merge pull request #2361 from lioncash/pagetable
bunnei
2019-04-07
1
-2
/
+1
|
\
|
*
core/memory: Remove GetCurrentPageTable()
Lioncash
2019-04-07
1
-2
/
+1
*
|
core/memory: Remove unused enum constants
Lioncash
2019-04-07
1
-10
/
+0
|
/
*
core/memory: Remove unnecessary includes
Lioncash
2019-03-21
1
-3
/
+0
*
core: Move PageTable struct into Common.
bunnei
2019-03-16
1
-68
/
+6
*
memory: Simplify rasterizer cache operations.
bunnei
2019-03-16
1
-6
/
+0
[next]