Skip to content
Snippets Groups Projects
  1. Feb 09, 2018
  2. Jan 13, 2018
  3. Jan 12, 2018
  4. Jan 04, 2018
  5. Jan 03, 2018
  6. Sep 30, 2017
  7. Sep 24, 2017
  8. Feb 03, 2017
  9. Dec 22, 2016
  10. Sep 21, 2016
  11. Sep 15, 2016
  12. Aug 27, 2016
  13. Aug 07, 2015
  14. Jul 26, 2015
  15. Jun 27, 2015
  16. May 10, 2015
  17. Apr 14, 2015
  18. Apr 06, 2015
  19. Mar 16, 2015
  20. Feb 13, 2015
  21. 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
  22. Jan 09, 2015
  23. Dec 26, 2014
  24. Dec 21, 2014
  25. Nov 19, 2014
  26. Nov 18, 2014
  27. Oct 26, 2014
  28. Oct 25, 2014
  29. Jun 02, 2014
  30. May 20, 2014
  31. May 17, 2014
Loading