summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_heap.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2022-02-27hle: kernel: k_page_heap: Various updates and improvements.bunnei1-55/+71
- KPageHeap tracks physical addresses, not virtual addresses. - Various updates and improvements to match latest documentation for this type.
2021-11-04core: Remove unused includesameerj1-1/+0
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei1-12/+9
2021-02-19hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.bunnei1-4/+4
2020-10-21Revert "core: Fix clang build"bunnei1-9/+8
2020-10-18core: Fix clang buildLioncash1-8/+9
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-2/+2
While èis generally representable in some language encodings, in some it isn't and will result in compilation warnings occurring. To remain friendly with other language's codepages on Windows, we normalize it to an ASCII e.
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei1-0/+3
2020-04-17kernel: memory: Add PageHeap class, to manage a heap of pages.bunnei1-0/+116