summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_table_base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: use memory holepunching when clearing memoryLiam2023-12-151-6/+8
|
* core: refactor emulated cpu core activationLiam2023-12-041-5/+13
|
* Address more review commentsGPUCode2023-11-251-9/+2
|
* core: Define HAS_NCE macroGPUCode2023-11-251-1/+1
|
* Address some review commentsGPUCode2023-11-251-0/+2
|
* kernel: Manually specify aslr region startLiam2023-11-251-2/+4
|
* core: Respect memory permissions in MapGPUCode2023-11-251-3/+29
|
* fix apple clang build againLiam2023-11-141-2/+2
|
* k_page_table: fix shutdownLiam2023-11-101-7/+0
|
* k_page_table: use more precise icache invalidatesLiam2023-11-101-4/+9
|
* kernel: add KPageTableBaseLiam2023-11-101-0/+5718
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>