| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-20 | kernel: reshuffle ini1 size, add slab clear note | Liam | |
| 2023-03-22 | kernel: use KTypedAddress for addresses | Liam | |
| 2023-03-01 | kernel: refactor priority inheritance to represent locks as C++ objects | Liam | |
| 2023-03-01 | kernel: adjust pool allocations | Liam | |
| 2023-02-17 | kernel: add KObjectName | Liam | |
| 2023-02-01 | kernel: add KDeviceAddressSpace | Liam | |
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-09 | kernel/svc_types: refresh | Liam | |
| 2022-11-03 | core: hle: kernel: Integrate system KSystemResource. | bunnei | |
| 2022-10-19 | kernel: add KSessionRequest | Liam | |
| 2022-10-18 | core: device_memory: Templatize GetPointer(..). | bunnei | |
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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. | |||
| 2022-03-14 | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global ↵ | bunnei | |
| namespace. | |||
| 2022-03-14 | core: hle: kernel: Update init_slab_heap, use device memory, and add ↵ | bunnei | |
| KThreadLocalPage and KPageBuffer. - 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. | |||
| 2021-12-05 | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | itsmeft24 | |
| Used by Skyline modding framework | |||
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-05-20 | hle: kernel: Use host memory allocations for KSlabMemory. | bunnei | |
| - There are some issues with the current workaround, we will just use host memory until we have a complete kernel memory implementation. | |||
| 2021-05-05 | hle: kernel: Move slab resource counts to Kernel. | bunnei | |
| 2021-05-05 | fixup! hle: kernel: Add initial impl. of slab setup. | bunnei | |
| 2021-05-05 | fixup! hle: kernel: Add initial impl. of slab setup. | bunnei | |
| 2021-05-05 | hle: kernel: Rename Process to KProcess. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KResourceLimit to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KTransferMemory to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵ | bunnei | |
| KAutoObject. | |||
| 2021-05-05 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KProcess to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Add initial impl. of slab setup. | bunnei | |
