| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 KAutoObj... | 2021-05-05 | 1 | -1/+3 | |
| * | 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 |