summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_table_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: target invalidate to given processLiam2024-01-231-4/+9
* kernel: optimize page free on shutdownLiam2024-01-131-59/+14
* kernel: fix page leak on process terminationLiam2024-01-131-1/+74
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-6/+6
* core: track separate heap allocation for linuxLiam2023-12-261-10/+16
* 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