| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-12 | kernel: convert KPort, KSession | Liam | |
| 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-01-24 | kernel/k_affinity_mask: Remove duplicated assert | Lioncash | |
| This is already checked inside GetCoreBit() | |||
| 2021-02-04 | k_affinity_mask: Avoid implicit truncation to bool | Lioncash | |
| This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool. | |||
| 2020-12-06 | hle: kernel: KAffinityMask: Various style fixes based on code review feedback. | bunnei | |
| 2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei | |
