summaryrefslogtreecommitdiff
path: root/src/common/page_table.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: add KPageTableBaseGravatar Liam2023-11-101-3/+14
* Fixes and workarounds to make UBSan happier on macOSGravatar comex2023-07-151-6/+6
* Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-021-0/+1
* core/debugger: memory breakpoint supportGravatar Liam2022-06-161-0/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.Gravatar bunnei2022-02-191-2/+2
* core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.Gravatar bunnei2022-02-181-4/+20
* core: Make use of fastmemGravatar Markus Wick2021-06-111-0/+2
* core/memory: Check our memory fallbacks for out-of-bound behavior.Gravatar Markus Wick2021-05-291-0/+6
* 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