summaryrefslogtreecommitdiffstats
path: root/src/common/page_table.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes and workarounds to make UBSan happier on macOScomex2023-07-151-6/+6
* Use spans over guest memory where possible instead of copying data.Kelebek12023-07-031-0/+1
* core/debugger: memory breakpoint supportLiam2022-06-161-0/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei2022-02-191-2/+2
* core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei2022-02-191-4/+20
* core: Make use of fastmemMarkus Wick2021-06-111-0/+2
* core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick2021-05-291-0/+6
* general: Fix various spelling errorsMorph2021-01-021-1/+1
* memory: Remove MemoryHookMerryMage2021-01-011-18/+0
* core/memory: Read and write page table atomicallyReinUsesLisp2020-12-301-11/+57
* page_table: Allow page tables to be movedLioncash2020-11-181-1/+9
* page_table: Add missing doxygen parameters to Resize()Lioncash2020-11-181-0/+2
* page_table: Remove unnecessary header inclusionsLioncash2020-11-181-4/+0
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-2/+2
* common: page_table: Update to use VirtualBuffer and simplify.bunnei2020-04-171-28/+9
* PageTable: move backing addresses to a children class as the CPU page table does not need them.Fernando Sahmkow2020-03-141-2/+13
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-1/+5
* core: Move PageTable struct into Common.bunnei2019-03-171-0/+80