summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-10kernel/svc_types: refreshLiam1-5/+7
2022-11-04core: hle: kernel: k_memory_block: Refresh.bunnei1-46/+64
2022-10-19core: hle: kernel: k_memory_block: Update.bunnei1-117/+389
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-01-08core: hle: kernel: k_page_table: Update CheckMemoryState.bunnei1-8/+28
2021-12-28core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei1-1/+1
- Updates our svcSetHeapSize with latest HOS, furthermore allowing heap size to properly be extended/shrunk. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_set_heap_size.cpp.
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft241-0/+20
Used by Skyline modding framework
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
Cleans out the rest of the occurrences of variable shadowing and makes any further occurrences of shadowing compiler errors.
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-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei1-3/+20
* 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-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