summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_table.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-5/+5
* hle: kernel: KPageTable: CanContain should not be constexpr.bunnei2021-05-061-1/+1
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+39
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* hle: kernel: svc_results: Update naming..bunnei2021-05-061-3/+3
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-0/+1190