Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: remove kernel_ | Liam | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | kernel: remove KWritableEvent | Liam | 2022-10-13 | 1 | -15/+16 |
| | |||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
| | | | | | 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: KEvent: Pass in owner KProcess on event creation. | bunnei | 2022-02-21 | 1 | -1/+1 |
| | | | | - This is necessary to ensure resource limits are freed from the right process. | ||||
* | kernel: Add missing override specifiers | Lioncash | 2021-05-29 | 1 | -7/+7 |
| | | | | | | | | Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well. | ||||
* | kernel: Eliminate variable shadowing | Lioncash | 2021-05-08 | 1 | -1/+1 |
| | | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases. | ||||
* | hle: kernel: Rename Process to KProcess. | bunnei | 2021-05-06 | 1 | -3/+3 |
| | |||||
* | hle: kernel: Remove deprecated Object class. | bunnei | 2021-05-06 | 1 | -11/+0 |
| | |||||
* | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -16/+17 |
| | |||||
* | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -6/+17 |
| | |||||
* | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 2021-05-06 | 1 | -2/+2 |
| | |||||
* | hle: kernel: Implement KEvent. | bunnei | 2021-02-05 | 1 | -0/+57 |