1. 13 Feb, 2021 34 commits
  2. 12 Feb, 2021 3 commits
    • ameerj's avatar
      kernel: KScopedReservation implementation · 5fa6b152
      ameerj authored
      This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.
      5fa6b152
    • Chloe's avatar
      kernel: Unify result codes (#5890) · 37939482
      Chloe authored
      * 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
      37939482
    • bunnei's avatar
      Merge pull request #5902 from lioncash/core-warn · a0379c2d
      bunnei authored
      core: Silence various warnings on Clang 12
      a0379c2d
  3. 11 Feb, 2021 3 commits