Skip to content
Snippets Groups Projects
  1. Aug 13, 2018
    • Lioncash's avatar
      kernel/object: Tighten object against data races · 3476f5b4
      Lioncash authored
      Despite being covered by a global mutex, we should still ensure that the
      class handles its reference counts properly. This avoids potential
      shenanigans when it comes to data races.
      
      Given this is the root object that drives quite a bit of the kernel
      object hierarchy, ensuring we always have the correct behavior (and no
      races) is a good thing.
      3476f5b4
  2. Aug 03, 2018
  3. Jul 31, 2018
  4. Jul 23, 2018
  5. Mar 14, 2018
  6. Jan 01, 2018
  7. May 30, 2017
  8. May 29, 2017
  9. May 25, 2017
  10. Jan 05, 2017
  11. Jan 04, 2017
  12. Dec 16, 2016
  13. Dec 14, 2016
  14. Dec 10, 2016
  15. Dec 09, 2016
  16. Dec 07, 2016
  17. Dec 04, 2016
  18. Nov 20, 2016
  19. Sep 22, 2016
  20. Sep 21, 2016
  21. Sep 18, 2016
  22. Aug 16, 2015
  23. Jun 27, 2015
  24. Jun 17, 2015
  25. 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
  26. May 11, 2015
  27. May 09, 2015
  28. May 07, 2015
  29. May 01, 2015
  30. Apr 09, 2015
Loading