summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/init (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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.
* 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
| | | | | | - Refreshes our slab initialization code to latest known behavior. - Moves all guest kernel slabs into emulated device memory. - Adds KThreadLocalPage and KPageBuffer, which we will use for accurate TLS management.
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+2
| | | | Used by Skyline modding framework
* core: Remove unused includesameerj2021-11-041-2/+0
|
* hle: kernel: Use host memory allocations for KSlabMemory.bunnei2021-05-211-1/+9
| | | | - There are some issues with the current workaround, we will just use host memory until we have a complete kernel memory implementation.
* 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