summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_code_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-15k_process: PageTable -> GetPageTableLiam1-8/+9
2023-03-22kernel: use KTypedAddress for addressesLiam1-5/+6
2023-03-13kernel: remove kernel_Liam1-7/+7
2023-03-13kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam1-5/+5
2023-02-13kernel: use GetCurrentProcessLiam1-4/+4
2023-01-22kernel: KPageTable: updateLiam1-6/+6
2023-01-08Revert "Revert "k_page_group: synchronize""bunnei1-14/+15
2022-12-29Revert "k_page_group: synchronize"gidoly1-15/+14
2022-12-25k_page_group: synchronizeLiam1-14/+15
2022-10-19core: device_memory: Templatize GetPointer(..).bunnei1-1/+1
2022-06-27core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman771-1/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-5/+5
2022-06-09kernel: fix KCodeMemory initializationLiam1-13/+15
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-13service: jit: Implement the JIT serviceLiam1-3/+8
2022-03-26hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical address space.bunnei1-1/+2
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-02-09hle: kernel: KCodeMemory: Remove unused QueryMemory.bunnei1-1/+0
2022-02-09hle: kernel: KCodeMemory: Correct m_page_group number of pages.bunnei1-2/+3
2021-12-06fix formattingitsmeft241-1/+1
2021-12-06Remove unnecessary includesitsmeft241-24/+7
2021-12-05Add copyright noticeitsmeft241-0/+4
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft241-0/+159