aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_page_heap.cpp
AgeCommit message (Collapse)Author
2023-03-22kernel: use KTypedAddress for addressesLiam
2022-11-03core: hle: kernel: k_page_heap: Refresh.bunnei
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-02-27hle: kernel: k_page_heap: Various updates and improvements.bunnei
- KPageHeap tracks physical addresses, not virtual addresses. - Various updates and improvements to match latest documentation for this type.
2021-11-03core: Remove unused includesameerj
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei