index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
page_table.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scope_exit: Make constexpr
FearlessTobi
2024-02-19
1
-2
/
+2
*
kernel: fix page leak on process termination
Liam
2024-01-13
1
-24
/
+10
*
kernel: add KPageTableBase
Liam
2023-11-10
1
-15
/
+15
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-03
1
-0
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-19
1
-14
/
+14
*
core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-19
1
-2
/
+56
*
core/memory: Check our memory fallbacks for out-of-bound behavior.
Markus Wick
2021-05-29
1
-0
/
+1
*
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-30
1
-8
/
+2
*
page_table: Allow page tables to be moved
Lioncash
2020-11-18
1
-1
/
+1
*
common: page_table: Update to use VirtualBuffer and simplify.
bunnei
2020-04-17
1
-25
/
+9
*
PageTable: move backing addresses to a children class as the CPU page table does not need them.
Fernando Sahmkow
2020-03-14
1
-1
/
+11
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-21
1
-0
/
+2
*
core: Move PageTable struct into Common.
bunnei
2019-03-17
1
-0
/
+29