| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-14 | kernel: remove relative task registration | Liam | |
| 2023-03-12 | kernel: prefer std::addressof | Liam | |
| 2023-03-12 | kernel: convert KResourceLimit | Liam | |
| 2023-03-12 | kernel: remove kernel_ | Liam | |
| 2023-03-12 | kernel/svc: convert to new style | Liam | |
| 2023-03-07 | kernel: avoid signed overflow UB on MSVC | 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-06-18 | kernel: Fix missing peak set in KResourceLimit::SetLimitValue | Morph | |
| 2021-06-11 | kernel: KLightConditionVariable: Update implementation to 12.x | Morph | |
| Updates the implementation of KLightConditionVariable to FW 12.x | |||
| 2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | |
| Transition to PascalCase for result names. | |||
| 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: Migrate KResourceLimit to KAutoObject. | bunnei | |
| 2021-04-14 | k_resource_limit: Minor cleanup of member variables/headers | ameerj | |
| 2021-02-12 | kernel: Unify result codes (#5890) | Chloe | |
| * kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results | |||
| 2021-02-02 | Address issues | Chloe Marcec | |
| 2021-01-30 | fix compile error | Chloe Marcec | |
| 2021-01-30 | cleanup commenting | Chloe Marcec | |
| 2021-01-30 | Drop m_ from lock | Chloe Marcec | |
| 2021-01-30 | Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable | Chloe Marcec | |
| 2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | |
| Matches closer to hardware | |||
