| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-14 | kernel: remove relative task registration | Liam | |
| 2023-03-12 | kernel: convert KResourceLimit | Liam | |
| 2023-03-12 | kernel: remove gratitutous attribute usage | Liam | |
| 2022-11-09 | kernel/svc_types: refresh | Liam | |
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 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-02-21 | core: hle: kernel: KResourceLimit: Add a helper function for creating a ↵ | bunnei | |
| KResourceLimit for a process. | |||
| 2021-05-29 | kernel: Add missing override specifiers | Lioncash | |
| 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. | |||
| 2021-05-08 | kernel: Eliminate variable shadowing | Lioncash | |
| Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases. | |||
| 2021-05-05 | hle: kernel: Remove deprecated Object class. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KResourceLimit to KAutoObject. | bunnei | |
| 2021-04-14 | k_resource_limit: Minor cleanup of member variables/headers | ameerj | |
| 2021-02-03 | Simplify limitableresource names | Chloe Marcec | |
| 2021-02-02 | Address issues | Chloe Marcec | |
| 2021-01-30 | Drop m_ from lock | Chloe Marcec | |
| 2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | |
| Matches closer to hardware | |||
