summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_heap.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-20/+20
|
* core: hle: kernel: k_page_heap: Refresh.bunnei2022-11-041-2/+84
|
* 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.
* hle: kernel: k_page_heap: Various updates and improvements.bunnei2022-02-271-55/+71
| | | | | - KPageHeap tracks physical addresses, not virtual addresses. - Various updates and improvements to match latest documentation for this type.
* core: Remove unused includesameerj2021-11-041-1/+0
|
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-0/+116