Skip to content
Snippets Groups Projects
  1. Apr 18, 2019
  2. Apr 12, 2019
  3. Apr 11, 2019
  4. Apr 10, 2019
  5. Apr 09, 2019
  6. Apr 08, 2019
  7. Apr 05, 2019
  8. Apr 03, 2019
    • Tingwei Zhang's avatar
      dcc_parser: Fix offset type descriptor parse issue · a66f79f9
      Tingwei Zhang authored
      Write indicator only works for address type descriptor. Move the
      checker into address type case. This fixes an issue in offset type
      descriptor if len2 is above 64. Check empty indicator 0xdededede
      before parsing the descriptor.
      
      Change-Id: I49acf1a86f92965584b16348cb14cc453e1a3669
      a66f79f9
  9. Apr 01, 2019
  10. Mar 30, 2019
  11. Mar 29, 2019
  12. Mar 27, 2019
  13. Mar 26, 2019
  14. Mar 25, 2019
  15. Mar 21, 2019
  16. Mar 14, 2019
    • Pavankumar Kondeti's avatar
      lrdp_v2: Fix DL tasks prio in taskdump module · d3fb4a90
      Pavankumar Kondeti authored
      DL (SCHED_DEADLINE) tasks don't have any priority. They will be
      scheduled in EDF (Early Deadline First) fashion. In task_struct,
      the prio for such tasks would be -1. The current code treats
      prio as an unsigned int and prints DL task prio as 4294967295.
      Cast the prio to int before printing it.
      
      Change-Id: Ib92417eeb361fc15d9d536eafe5dfe1baec06d20
      d3fb4a90
  17. Mar 07, 2019
  18. Mar 04, 2019
  19. Mar 01, 2019
  20. Feb 20, 2019
  21. Feb 07, 2019
    • Soumen Ghosh's avatar
      lrdpv2: kill the process after QTF timeout. · 7f3c1e58
      Soumen Ghosh authored
                  kill the qtf server forcefully after completion of qtf parsing. Here if QTF processed successfuly
                  within timeout value then QTF sever will be closed gracefuly, but if it is not completed then forcefuly
                  we have to kill the qtfserver and all child processes
      
      Change-Id: Ifac67357568eb2b5b4f73159176c257fcdafa9a6
      7f3c1e58
  22. Jan 23, 2019
  23. Jan 19, 2019
  24. Jan 17, 2019
  25. Jan 16, 2019
  26. Jan 08, 2019
  27. Jan 07, 2019
  28. Dec 27, 2018
  29. Dec 21, 2018
  30. Dec 20, 2018
Loading