summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-06hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei1-0/+4
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei1-76/+73
2021-01-02general: Fix various spelling errorsMorph1-7/+7
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-3/+3
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-2/+2
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei1-3/+20
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei1-0/+3
2020-04-17kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.bunnei1-0/+315