summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/init/init_slab_setup.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: reshuffle ini1 size, add slab clear noteLiam2023-10-201-2/+7
* kernel: use KTypedAddress for addressesLiam2023-03-221-10/+11
* kernel: refactor priority inheritance to represent locks as C++ objectsLiam2023-03-011-1/+5
* kernel: adjust pool allocationsLiam2023-03-011-1/+1
* kernel: add KObjectNameLiam2023-02-171-0/+2
* kernel: add KDeviceAddressSpaceLiam2023-02-011-0/+2
* Add break for default casesKyle Kienapfel2022-11-141-0/+1
* kernel/svc_types: refreshLiam2022-11-101-1/+2
* core: hle: kernel: Integrate system KSystemResource.bunnei2022-11-041-26/+48
* kernel: add KSessionRequestLiam2022-10-191-0/+2
* core: device_memory: Templatize GetPointer(..).bunnei2022-10-191-3/+3
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace.bunnei2022-03-151-6/+6
* core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer.bunnei2022-03-151-21/+80
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+2
* core: Remove unused includesameerj2021-11-041-2/+0
* hle: kernel: Use host memory allocations for KSlabMemory.bunnei2021-05-211-1/+9
* hle: kernel: Move slab resource counts to Kernel.bunnei2021-05-061-28/+26
* fixup! hle: kernel: Add initial impl. of slab setup.bunnei2021-05-061-6/+2
* fixup! hle: kernel: Add initial impl. of slab setup.bunnei2021-05-061-8/+8
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-4/+4
* hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei2021-05-061-1/+3
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-2/+4
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-0/+2
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-1/+3
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-0/+2
* hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-1/+3
* hle: kernel: Migrate KProcess to KAutoObject.bunnei2021-05-061-3/+6
* hle: kernel: Add initial impl. of slab setup.bunnei2021-05-061-0/+183