Skip to content
Snippets Groups Projects
  1. Jul 24, 2018
  2. Jul 22, 2018
  3. Jul 21, 2018
  4. Jul 16, 2018
  5. Mar 16, 2018
  6. Feb 25, 2018
  7. Feb 09, 2018
  8. Jan 13, 2018
  9. Jan 12, 2018
  10. Jan 04, 2018
  11. Jan 03, 2018
  12. Sep 30, 2017
  13. Sep 24, 2017
  14. Feb 03, 2017
  15. Dec 22, 2016
  16. Sep 21, 2016
  17. Sep 15, 2016
  18. Aug 27, 2016
  19. Aug 07, 2015
  20. Jul 26, 2015
  21. Jun 27, 2015
  22. May 10, 2015
  23. Apr 14, 2015
  24. Apr 06, 2015
  25. Mar 16, 2015
  26. Feb 13, 2015
  27. Feb 10, 2015
    • Kevin Hartman's avatar
      Scheduler refactor Pt. 1 · 5fcbfc06
      Kevin Hartman authored
      * Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
      for a thread at any given point in the system.
      * Removes dead code from thread.cpp.
      * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.
      
      Other changes:
      * Fixed comments in arm interfaces.
      * Updated comments in thread.cpp
      * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
      * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
      5fcbfc06
  28. Jan 09, 2015
  29. Dec 26, 2014
  30. Dec 21, 2014
  31. Nov 19, 2014
  32. Nov 18, 2014
Loading