summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_linked_list.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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