summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_table_base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-15/+25
2024-01-23kernel: target invalidate to given processLiam1-4/+9
2024-01-13kernel: optimize page free on shutdownLiam1-59/+14
2024-01-13kernel: fix page leak on process terminationLiam1-1/+74
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-6/+6
2023-12-26core: track separate heap allocation for linuxLiam1-10/+16
2023-12-15common: use memory holepunching when clearing memoryLiam1-6/+8
2023-12-04core: refactor emulated cpu core activationLiam1-5/+13
2023-11-25Address more review commentsGPUCode1-9/+2
2023-11-25core: Define HAS_NCE macroGPUCode1-1/+1
2023-11-25Address some review commentsGPUCode1-0/+2
2023-11-25kernel: Manually specify aslr region startLiam1-2/+4
2023-11-25core: Respect memory permissions in MapGPUCode1-3/+29
2023-11-14fix apple clang build againLiam1-2/+2
2023-11-10k_page_table: fix shutdownLiam1-7/+0
2023-11-10k_page_table: use more precise icache invalidatesLiam1-4/+9
2023-11-10kernel: add KPageTableBaseLiam1-0/+5718