summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-13kernel: optimize page free on shutdownLiam1-2/+2
2023-10-20k_page_table: implement PermissionLockedLiam1-1/+5
2023-05-23k_memory_block_manager: remove auditing callsLiam1-6/+2
2023-03-22kernel: use KTypedAddress for addressesLiam1-15/+17
2022-12-05kernel/k_memory_block: Ensure members are always initializedLioncash1-4/+5
2022-10-19core: hle: kernel: Use result macros for new/changed code.bunnei1-1/+1
2022-10-19core: hle: kernel: k_memory_block_manager: Update.bunnei1-27/+118
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.
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei1-16/+17
2020-12-07core: Mark unused fields as [[maybe_unused]]comex1-2/+2
2020-05-03kernel/memory: Remove unused includesLioncash1-1/+0
Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei1-0/+3
* kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory.
2020-04-17kernel: memory: Add MemoryBlockManager class, to manage memory blocks.bunnei1-0/+64