1. 13 Oct, 2020 2 commits
    • ReinUsesLisp's avatar
      kernel: Implement host thread register methods without locking · b9a9b83b
      ReinUsesLisp authored
      Locks on GetCurrentHostThreadID were causing performance issues
      according to Visual Studio's profiler. It was consuming twice the time
      as arm_interface.Run(). The cost was not in the function itself but in
      the lockinig it required.
      
      Reimplement these functions using atomics and static storage instead of
      an unordered_map. This is a side effect to avoid locking and using linked
      lists for reads.
      
      Replace unordered_map with a linear search.
      b9a9b83b
    • bunnei's avatar
      Merge pull request #3929 from FearlessTobi/ticket-keys · d291fc1a
      bunnei authored
      file_sys/nsp: Make SetTicketKeys actually do something
      d291fc1a
  2. 12 Oct, 2020 1 commit
  3. 10 Oct, 2020 2 commits
  4. 09 Oct, 2020 2 commits
  5. 08 Oct, 2020 4 commits
  6. 07 Oct, 2020 4 commits
  7. 06 Oct, 2020 2 commits
  8. 04 Oct, 2020 3 commits
  9. 03 Oct, 2020 1 commit
  10. 02 Oct, 2020 2 commits
  11. 30 Sep, 2020 15 commits
  12. 29 Sep, 2020 2 commits