Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
  2. Jan 04, 2017
  3. Dec 22, 2016
  4. Dec 09, 2016
  5. Dec 05, 2016
  6. Dec 04, 2016
    • Subv's avatar
      Threading: Reworked the way our scheduler works. · 8634b8cb
      Subv authored
      Threads will now be awakened when the objects they're waiting on are signaled, instead of repeating the WaitSynchronization call every now and then.
      
      The scheduler is now called once after every SVC call, and once after a thread is awakened from sleep by its timeout callback.
      
      This new implementation is based off reverse-engineering of the real kernel.
      
      See https://gist.github.com/Subv/02f29bd9f1e5deb7aceea1e8f019c8f4 for a more detailed description of how the real kernel handles rescheduling.
      8634b8cb
  7. Dec 01, 2016
  8. Nov 20, 2016
  9. Sep 22, 2016
  10. Sep 21, 2016
  11. Sep 19, 2016
  12. Sep 18, 2016
  13. Jun 11, 2016
  14. Jun 05, 2016
  15. Jul 12, 2015
  16. Jun 27, 2015
  17. Jun 17, 2015
  18. May 21, 2015
  19. May 15, 2015
    • Subv's avatar
      Core/ResourceLimits: Implemented the basic structure of ResourceLimits. · d3634d4b
      Subv authored
      Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues.
      
      Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
      d3634d4b
  20. May 09, 2015
  21. May 07, 2015
  22. May 01, 2015
  23. Feb 12, 2015
  24. Feb 02, 2015
  25. Jan 30, 2015
  26. Jan 22, 2015
Loading