Skip to content
Snippets Groups Projects
  1. Mar 30, 2019
  2. Mar 29, 2019
  3. Mar 27, 2019
  4. Mar 26, 2019
  5. Mar 25, 2019
  6. Mar 21, 2019
  7. 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
  8. Mar 07, 2019
  9. Mar 04, 2019
  10. Mar 01, 2019
  11. Feb 20, 2019
  12. 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
  13. Jan 23, 2019
  14. Jan 19, 2019
  15. Jan 17, 2019
  16. Jan 16, 2019
  17. Jan 08, 2019
  18. Jan 07, 2019
  19. Dec 27, 2018
  20. Dec 21, 2018
  21. Dec 20, 2018
  22. Dec 15, 2018
  23. Dec 11, 2018
  24. Dec 06, 2018
  25. Nov 29, 2018
  26. Nov 21, 2018
  27. Nov 08, 2018
  28. Oct 30, 2018
  29. Oct 29, 2018
  30. Oct 25, 2018
  31. Oct 24, 2018
  32. Oct 23, 2018
  33. Oct 19, 2018
  34. Oct 17, 2018
    • qctecmdr Service's avatar
      Merge "lrdp-v2: setting kimage_voffset to null In case of 32bit... · 15dd9067
      qctecmdr Service authored
      Merge "lrdp-v2: setting kimage_voffset to null         In case of 32bit ramdump kimage_voffset will not be used in ramparser.         In upstream kernel 4.14 this variable got added and set to some address.         Due to that in case of 32 bit all calculation went worng. So forcefully setting to null if it is 32 bit dump"
      15dd9067
Loading