summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-25/+26
|
* Revert "Revert "k_page_group: synchronize""bunnei2023-01-081-4/+4
|
* Revert "k_page_group: synchronize"gidoly2022-12-291-4/+4
|
* k_page_group: synchronizeLiam2022-12-251-4/+4
|
* general: fix compile for Apple ClangLiam2022-11-231-2/+2
|
* core: hle: kernel: k_memory_manager: Refresh.bunnei2022-11-041-119/+151
|
* core: device_memory: Templatize GetPointer(..).bunnei2022-10-191-1/+1
|
* core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman772022-06-271-6/+6
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-5/+5
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|
* 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.
* core: Reduce unused includesameerj2022-03-191-1/+0
|
* hle: kernel: k_memory_manager: Rework for latest kernel behavior.bunnei2022-02-281-123/+346
| | | | | | - Updates the KMemoryManager implementation against latest documentation. - Reworks KMemoryLayout to be accessed throughout the kernel. - Fixes an issue with pool sizes being incorrectly reported.
* hle: kernel: k_memory_manager: Clear pages on allocation & free.bunnei2022-01-151-2/+13
| | | | | - Heap pages should be zero'd. - Also explicitly passed along heap allocation option.
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-4/+4
| | | | Transition to PascalCase for result names.
* hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize.bunnei2021-03-211-0/+12
|
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-5/+5
|
* hle: kernel: Migrate MemoryManager to KMemoryManager.bunnei2021-02-191-0/+176