summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-042-27/+49
* 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-232-6/+4
* 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-152-23/+83
* 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-062-32/+31
* 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-062-5/+5
* 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-062-4/+7
* hle: kernel: Add initial impl. of slab setup.bunnei2021-05-062-0/+225