aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/page_table.h
AgeCommit message (Expand)Author
2023-11-10kernel: add KPageTableBaseLiam
2023-07-15Fixes and workarounds to make UBSan happier on macOScomex
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2022-06-16core/debugger: memory breakpoint supportLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19common: Reduce unused includesameerj
2022-02-19fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei
2022-02-18core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei
2021-06-11core: Make use of fastmemMarkus Wick
2021-05-29core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick
2021-01-02general: Fix various spelling errorsMorph
2021-01-01memory: Remove MemoryHookMerryMage
2020-12-29core/memory: Read and write page table atomicallyReinUsesLisp
2020-11-17page_table: Allow page tables to be movedLioncash
2020-11-17page_table: Add missing doxygen parameters to Resize()Lioncash
2020-11-17page_table: Remove unnecessary header inclusionsLioncash
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2020-04-17common: page_table: Update to use VirtualBuffer and simplify.bunnei
2020-03-14PageTable: move backing addresses to a children class as the CPU page table d...Fernando Sahmkow
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-16core: Move PageTable struct into Common.bunnei