summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_linked_list.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-27core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman771-99/+0
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
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-03-26hle: kernel: k_page_linked_list: Add Empty method.bunnei1-0/+4
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft241-0/+4
Used by Skyline modding framework
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
Transition to PascalCase for result names.
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 PageLinkedList to KPageLinkedList.bunnei1-6/+6
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei1-1/+1
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-17kernel: memory: Add PageLinkedList class, to manage a list of pages.bunnei1-0/+93