Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
  2. Feb 26, 2018
  3. Feb 23, 2018
  4. Feb 16, 2018
    • Patrick Daly's avatar
      lrdp: iommu: fix page table parsing · 137cd66a
      Patrick Daly authored
      New kernel versions have altered the definition of
      'struct arm_lpae_io_pgtable'. Get the required values from
      'struct io_pgtable_cfg' instead.
      
      Change-Id: Idf91c0efdddb58cdb0130d8a97e4757d05925850
      137cd66a
    • Patrick Daly's avatar
      lrdp: Add phys_to_virt · 6cef78cd
      Patrick Daly authored
      Support for kernels older than 4.4 will be added as required.
      
      Change-Id: I0b876303f6f258dedc6133dcfa2b23f5185b69bb
      6cef78cd
  5. Feb 14, 2018
  6. Feb 10, 2018
  7. Feb 09, 2018
  8. Feb 06, 2018
  9. Jan 31, 2018
  10. Jan 30, 2018
  11. Jan 29, 2018
  12. Jan 24, 2018
    • Patrick Daly's avatar
      lrdp: Add additional error checking for --autodump · 70984a34
      Patrick Daly authored
      Verify that files exist before checking file size.
      
      Change-Id: Icb55984bf33a677594726345f4c82c55c2948134
      70984a34
    • Patrick Daly's avatar
      lrdp: iommulib: Add fast-map support · 0ed70037
      Patrick Daly authored
      Fast map uses a different io-pgtable implementation. Detect this
      and use fast-map data structures instead where required.
      
      Change-Id: I2d2cdbd2427aea4ffa4896bbc63b6d57c9c66f32
      0ed70037
    • Patrick Daly's avatar
      lrdp: rbtree: Support error recovery during tree iteration · 32c4833f
      Patrick Daly authored
      In some cases it may be possible to detect whether an rbtree is corrupted.
      Skip over any corrupted nodes, and their children, while iterating.
      Additionally, log a message whenever a bad entry is detected. This behavior
      may be enabled by the client by setting the 'logger' and 'debug' properties
      for a particular instance of an RbTree.
      
      Modify the --print-ionbuffer parser to use the new RbTree implementation.
      
      Change-Id: I2ed2364b5e7d42ee009a0a49876feb82ab0fa78c
      32c4833f
  13. Jan 23, 2018
  14. Jan 13, 2018
  15. Jan 12, 2018
    • Patrick Daly's avatar
      lrdp: debug_image: Support guest VM cpu register dump tables · d9434874
      Patrick Daly authored
      The hypervisor may populate an imem cookie with the location of
      a standard dump table, instead of using the table allocated by linux.
      Read the table location from this cookie instead of relying on the
      linux variable 'memdump'.
      On error, fall back to the old approach of reading from 'memdump'.
      
      Change-Id: Id99bb643fb7f35de79ff7308a999cc2143d7aff0
      d9434874
  16. Jan 11, 2018
  17. Jan 09, 2018
  18. Jan 08, 2018
  19. Jan 02, 2018
    • wadesong's avatar
      lrdp-v2: Refine MSM clock availability checking · 3e233452
      wadesong authored
      LRDP-v2 is currently using the kernel version to judge if MSM
      common clock is available on a system, which is inaccurate on
      MSM8996_AU platform.
      
      Change the clock dumping code to use the availability of macro
      CONFIG_COMMON_CLK_MSM to judge if MSM common clock is used on
      a platform.
      
      Change-Id: Ic12ef5a249fb8b7c0f9633a6c8b9cdb23d0d39b4
      3e233452
  20. Dec 18, 2017
  21. Dec 16, 2017
  22. Dec 15, 2017
  23. Dec 14, 2017
  24. Dec 12, 2017
  25. Dec 08, 2017
  26. Dec 07, 2017
    • wadesong's avatar
      lrdp-v2: Loadble module name prefixing · b61a75d7
      wadesong authored
      Currently the loadble module symbol parsing code is only decoding
      the symbol names without prefixing the module names. This will
      result in some confusion when two module's symbol names are
      identical, and things get worse espeicially when parsing RAM
      dumps where two WLAN drivers are loaded.
      
      Prefix module names to module specific symbol names when parsing
      their symbol files so user can easily tell which module is
      involved in a call stack.
      
      Change-Id: I3cf5e9527be191fb5f21830b1ba9f915d734b5d2
      b61a75d7
  27. Dec 05, 2017
Loading