index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.h
Age
Commit message (
Expand
)
Author
2024-01-18
Core: Invert guest memory depandancy
Fernando Sahmkow
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Add Android compatibility
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-01
Merge pull request #12543 from FernandoS27/stop-liking-posts-from-ur-friends-ex
liamwhite
2023-12-31
Vulkan: Only recreate swapchain if the frame is bigger than the swap image.
Fernando Sahmkow
2023-12-31
MaxwellDMA: Don't flush the outputs of a dma copy.
Fernando Sahmkow
2023-12-25
core: track separate heap allocation for linux
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-25
Address more review comments
GPUCode
2023-11-25
arm: Implement native code execution backend
Liam
2023-11-25
core: Respect memory permissions in Map
GPUCode
2023-08-09
general: fix apple clang build
Liam
2023-07-22
memory: minimize dependency on process
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-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2022-11-12
kernel: implement FlushProcessDataCache
Liam
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
2021-08-05
memory: Address lioncash's review
yzct12345
2021-08-05
memory: Clean up code
yzct12345
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
core: memory: Add templated GetPointer methods.
bunnei
2021-01-01
memory: Remove MemoryHook
MerryMage
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: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-08
Memory: Address Feedback.
Fernando Sahmkow
2020-04-06
Buffer Cache: Use vAddr instead of physical memory.
Fernando Sahmkow
2020-01-18
core/memory: Create a special MapMemoryRegion for physical memory.
Markus Wick
2019-11-26
core/memory; Migrate over SetCurrentPageTable() 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
2019-11-26
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
core/memory: Introduce skeleton of Memory class
Lioncash
2019-07-06
memory: Remove unused PageTable forward declaration
Lioncash
[next]