summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_code_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: jit: Implement the JIT serviceLiam2022-04-131-3/+8
* hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical address space.bunnei2022-03-261-1/+2
* core: Reduce unused includesameerj2022-03-191-1/+0
* hle: kernel: KCodeMemory: Remove unused QueryMemory.bunnei2022-02-091-1/+0
* hle: kernel: KCodeMemory: Correct m_page_group number of pages.bunnei2022-02-091-2/+3
* fix formattingitsmeft242021-12-061-1/+1
* Remove unnecessary includesitsmeft242021-12-061-24/+7
* Add copyright noticeitsmeft242021-12-051-0/+4
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+159