summaryrefslogtreecommitdiff
path: root/src/common/page_table.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Fix various spelling errorsGravatar Morph2021-01-021-1/+1
* memory: Remove MemoryHookGravatar MerryMage2021-01-011-18/+0
* core/memory: Read and write page table atomicallyGravatar ReinUsesLisp2020-12-291-11/+57
* page_table: Allow page tables to be movedGravatar Lioncash2020-11-171-1/+9
* page_table: Add missing doxygen parameters to Resize()Gravatar Lioncash2020-11-171-0/+2
* page_table: Remove unnecessary header inclusionsGravatar Lioncash2020-11-171-4/+0
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-2/+2
* common: page_table: Update to use VirtualBuffer and simplify.Gravatar bunnei2020-04-171-28/+9
* PageTable: move backing addresses to a children class as the CPU page table d...Gravatar Fernando Sahmkow2020-03-141-2/+13
* gpu: Rewrite virtual memory manager using PageTable.Gravatar bunnei2019-03-201-1/+5
* core: Move PageTable struct into Common.Gravatar bunnei2019-03-161-0/+80