Skip to content
Snippets Groups Projects
  1. May 19, 2018
  2. May 10, 2018
  3. May 02, 2018
  4. Apr 29, 2018
  5. Apr 27, 2018
  6. Apr 26, 2018
  7. Apr 23, 2018
    • Subv's avatar
      Kernel: Implemented mutex priority inheritance. · 46572d02
      Subv authored
      Verified with a hwtest and implemented based on reverse engineering.
      
      Thread A's priority will get bumped to the highest priority among all the threads that are waiting for a mutex that A holds.
      Once A releases the mutex and ownership is transferred to B, A's priority will return to normal and B's priority will be bumped.
      46572d02
  8. Apr 21, 2018
  9. Apr 20, 2018
  10. Apr 17, 2018
    • Hexagon12's avatar
      Various service name fixes - part 2 (rebased) (#322) · e52a87b9
      Hexagon12 authored
      * Updated ACC with more service names
      
      * Updated SVC with more service names
      
      * Updated set with more service names
      
      * Updated sockets with more service names
      
      * Updated SPL with more service names
      
      * Updated time with more service names
      
      * Updated vi with more service names
      e52a87b9
  11. Apr 03, 2018
  12. Mar 30, 2018
  13. Mar 19, 2018
  14. Mar 16, 2018
  15. Mar 14, 2018
  16. Feb 25, 2018
  17. Feb 22, 2018
  18. Feb 18, 2018
  19. Feb 04, 2018
  20. Feb 03, 2018
  21. Jan 25, 2018
  22. Jan 20, 2018
  23. Jan 19, 2018
  24. Jan 18, 2018
Loading