1. 13 7月, 2016 10 次提交
  2. 15 6月, 2016 1 次提交
  3. 09 5月, 2016 1 次提交
  4. 22 4月, 2016 2 次提交
  5. 15 4月, 2016 1 次提交
  6. 11 4月, 2016 1 次提交
    • J
      iommu/amd: Fix checking of pci dma aliases · e3156048
      Joerg Roedel 提交于
      Commit 61289cba ('iommu/amd: Remove old alias handling code')
      removed the old alias handling code from the AMD IOMMU
      driver because this is now handled by the IOMMU core code.
      
      But this also removed the handling of PCI aliases, which is
      not handled by the core code. This caused issues with PCI
      devices that have hidden PCIe-to-PCI bridges that rewrite
      the request-id.
      
      Fix this bug by re-introducing some of the removed functions
      from commit 61289cba and add a alias field
      'struct iommu_dev_data'. This field carrys the return value
      of the get_alias() function and uses that instead of the
      amd_iommu_alias_table[] array in the code.
      
      Fixes: 61289cba ('iommu/amd: Remove old alias handling code')
      Cc: stable@vger.kernel.org # v4.4+
      Tested-by: NTomasz Golinski <tomaszg@math.uwb.edu.pl>
      Signed-off-by: NJoerg Roedel <jroedel@suse.de>
      e3156048
  7. 07 4月, 2016 5 次提交
  8. 01 3月, 2016 1 次提交
  9. 29 1月, 2016 1 次提交
  10. 07 1月, 2016 1 次提交
  11. 29 12月, 2015 16 次提交