summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_shared_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: device_memory: Templatize GetPointer(..).bunnei2022-10-191-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman772022-06-271-2/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-9/+8
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* kernel: Eliminate variable shadowingLioncash2021-05-081-8/+8
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-14/+17
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-7/+21
* hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-19/+36
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-3/+2
* hle: kernel: Migrate PageLinkedList to KPageLinkedList.bunnei2021-02-191-1/+1
* hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei2021-02-191-6/+6
* hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2021-02-191-0/+66