summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-11/+11
|
* kernel: remove gratitutous attribute usageLiam2023-03-131-17/+13
|
* kernel/k_memory_block: Ensure members are always initializedLioncash2022-12-051-18/+15
|
* kernel/svc_types: refreshLiam2022-11-101-5/+7
|
* core: hle: kernel: k_memory_block: Refresh.bunnei2022-11-041-46/+64
|
* core: hle: kernel: k_memory_block: Update.bunnei2022-10-191-117/+389
|
* 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.
* core: hle: kernel: k_page_table: Update CheckMemoryState.bunnei2022-01-081-8/+28
|
* core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei2021-12-281-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.
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+20
| | | | Used by Skyline modding framework
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+4
|
* hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei2021-02-191-0/+332