Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel/object: Remove unused handle type entry | Lioncash | 2019-04-03 | 1 | -1/+0 |
* | core/hle/kernel: Split transfer memory handling out into its own class | Lioncash | 2019-03-13 | 1 | -0/+1 |
* | kernel: Remove the Timer class | Lioncash | 2019-02-01 | 1 | -1/+0 |
* | Removed pulse event type | David Marcec | 2019-01-04 | 1 | -1/+0 |
* | kernel/object: Amend handle types to distinguish between readable and writable events | Lioncash | 2018-12-04 | 1 | -1/+2 |
* | kernel/object: Add descriptions to ResetTypes | Zach Hilman | 2018-11-29 | 1 | -3/+3 |
* | kernel/process: Make CodeSet a regular non-inherited object | Lioncash | 2018-10-12 | 1 | -1/+0 |
* | kernel/object: Remove unnecessary std::move from DynamicObjectCast() | Lioncash | 2018-09-28 | 1 | -2/+1 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -3/+7 |
* | kernel/object: Tighten object against data races | Lioncash | 2018-08-13 | 1 | -7/+8 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -0/+100 |