summaryrefslogtreecommitdiffstats
path: root/src/common/page_table.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-13kernel: fix page leak on process terminationLiam1-24/+10
2023-11-10kernel: add KPageTableBaseLiam1-15/+15
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-19fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei1-14/+14
2022-02-19core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei1-2/+56
2021-05-29core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick1-0/+1
2020-12-30core/memory: Read and write page table atomicallyReinUsesLisp1-8/+2
2020-11-18page_table: Allow page tables to be movedLioncash1-1/+1
2020-04-17common: page_table: Update to use VirtualBuffer and simplify.bunnei1-25/+9
2020-03-14PageTable: move backing addresses to a children class as the CPU page table does not need them.Fernando Sahmkow1-1/+11
2019-03-21gpu: Rewrite virtual memory manager using PageTable.bunnei1-0/+2
2019-03-17core: Move PageTable struct into Common.bunnei1-0/+29