summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_heap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-23/+25
|
* core: hle: kernel: k_page_heap: Refresh.bunnei2022-11-041-15/+24
|
* 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-100/+121
| | | | | - KPageHeap tracks physical addresses, not virtual addresses. - Various updates and improvements to match latest documentation for this type.
* general: Replace NonCopyable struct with equivalentsLioncash2022-02-021-42/+48
|
* core: Remove unused includesameerj2021-11-041-3/+0
|
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-0/+193