| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kernel: reshuffle ini1 size, add slab clear note | 2023-10-20 | 1 | -2/+7 | |
| | | |||||
| * | kernel: use KTypedAddress for addresses | 2023-03-22 | 1 | -10/+11 | |
| | | |||||
| * | kernel: refactor priority inheritance to represent locks as C++ objects | 2023-03-01 | 1 | -1/+5 | |
| | | |||||
| * | kernel: adjust pool allocations | 2023-03-01 | 1 | -1/+1 | |
| | | |||||
| * | kernel: add KObjectName | 2023-02-17 | 1 | -0/+2 | |
| | | |||||
| * | kernel: add KDeviceAddressSpace | 2023-02-01 | 1 | -0/+2 | |
| | | |||||
| * | Add break for default cases | 2022-11-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | 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 | ||||
| * | kernel/svc_types: refresh | 2022-11-09 | 1 | -1/+2 | |
| | | |||||
| * | core: hle: kernel: Integrate system KSystemResource. | 2022-11-03 | 2 | -27/+49 | |
| | | |||||
| * | kernel: add KSessionRequest | 2022-10-19 | 1 | -0/+2 | |
| | | |||||
| * | core: device_memory: Templatize GetPointer(..). | 2022-10-18 | 1 | -3/+3 | |
| | | |||||
| * | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 1 | -1/+1 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 2 | -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 ↵ | 2022-03-14 | 1 | -6/+6 | |
| | | | | | namespace. | ||||
| * | core: hle: kernel: Update init_slab_heap, use device memory, and add ↵ | 2022-03-14 | 2 | -23/+83 | |
| | | | | | | | | | 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. | ||||
| * | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | 2021-12-05 | 1 | -0/+2 | |
| | | | | | Used by Skyline modding framework | ||||
| * | core: Remove unused includes | 2021-11-03 | 1 | -2/+0 | |
| | | |||||
| * | hle: kernel: Use host memory allocations for KSlabMemory. | 2021-05-20 | 1 | -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. | 2021-05-05 | 2 | -32/+31 | |
| | | |||||
| * | fixup! hle: kernel: Add initial impl. of slab setup. | 2021-05-05 | 1 | -6/+2 | |
| | | |||||
| * | fixup! hle: kernel: Add initial impl. of slab setup. | 2021-05-05 | 1 | -8/+8 | |
| | | |||||
| * | hle: kernel: Rename Process to KProcess. | 2021-05-05 | 2 | -5/+5 | |
| | | |||||
| * | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | 2021-05-05 | 1 | -1/+3 | |
| | | |||||
| * | hle: kernel: Migrate KResourceLimit to KAutoObject. | 2021-05-05 | 1 | -2/+4 | |
| | | |||||
| * | hle: kernel: Migrate KTransferMemory to KAutoObject. | 2021-05-05 | 1 | -0/+2 | |
| | | |||||
| * | hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵ | 2021-05-05 | 1 | -1/+3 | |
| | | | | | KAutoObject. | ||||
| * | hle: kernel: Migrate KEvent to KAutoObject. | 2021-05-05 | 1 | -0/+2 | |
| | | |||||
| * | hle: kernel: Migrate KSharedMemory to KAutoObject. | 2021-05-05 | 1 | -1/+3 | |
| | | |||||
| * | hle: kernel: Migrate KProcess to KAutoObject. | 2021-05-05 | 2 | -4/+7 | |
| | | |||||
| * | hle: kernel: Add initial impl. of slab setup. | 2021-05-05 | 2 | -0/+225 | |