summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_table.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+8
| | | | Used by Skyline modding framework
* kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph2021-11-211-1/+1
|
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* hle: kernel: KPageTable: CanContain should not be constexpr.bunnei2021-05-061-1/+1
|
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-1/+4
|
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-2/+2
|
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-0/+279