summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_code_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* k_process: PageTable -> GetPageTableLiam2023-07-151-8/+9
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-5/+6
|
* kernel: remove kernel_Liam2023-03-131-7/+7
|
* kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam2023-03-131-5/+5
|
* kernel: use GetCurrentProcessLiam2023-02-131-4/+4
|
* kernel: KPageTable: updateLiam2023-01-221-6/+6
|
* Revert "Revert "k_page_group: synchronize""bunnei2023-01-081-14/+15
|
* Revert "k_page_group: synchronize"gidoly2022-12-291-15/+14
|
* k_page_group: synchronizeLiam2022-12-251-14/+15
|
* core: device_memory: Templatize GetPointer(..).bunnei2022-10-191-1/+1
|
* core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman772022-06-271-1/+1
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-5/+5
|
* kernel: fix KCodeMemory initializationLiam2022-06-091-13/+15
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* 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
| | | Credits to @xerpi for finding this issue and pointing it out on #7519.
* 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
Used by Skyline modding framework