index
:
yuzu-android
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
/
common
/
page_table.h
Age
Commit message (
Expand
)
Author
2023-11-10
kernel: add KPageTableBase
Liam
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
common: Reduce unused includes
ameerj
2022-02-19
fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-18
core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
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-01-02
general: Fix various spelling errors
Morph
2021-01-01
memory: Remove MemoryHook
MerryMage
2020-12-29
core/memory: Read and write page table atomically
ReinUsesLisp
2020-11-17
page_table: Allow page tables to be moved
Lioncash
2020-11-17
page_table: Add missing doxygen parameters to Resize()
Lioncash
2020-11-17
page_table: Remove unnecessary header inclusions
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-04-17
common: page_table: Update to use VirtualBuffer and simplify.
bunnei
2020-03-14
PageTable: move backing addresses to a children class as the CPU page table d...
Fernando Sahmkow
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei