summaryrefslogtreecommitdiffstats
path: root/src/common/page_table.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei2022-02-191-14/+14
* core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei2022-02-191-2/+56
* core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick2021-05-291-0/+1
* core/memory: Read and write page table atomicallyReinUsesLisp2020-12-301-8/+2
* page_table: Allow page tables to be movedLioncash2020-11-181-1/+1
* common: page_table: Update to use VirtualBuffer and simplify.bunnei2020-04-171-25/+9
* PageTable: move backing addresses to a children class as the CPU page table does not need them.Fernando Sahmkow2020-03-141-1/+11
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-0/+2
* core: Move PageTable struct into Common.bunnei2019-03-171-0/+29