1. 07 1月, 2021 5 次提交
  2. 06 1月, 2021 1 次提交
  3. 01 12月, 2020 1 次提交
  4. 27 11月, 2020 1 次提交
  5. 26 11月, 2020 1 次提交
  6. 25 11月, 2020 5 次提交
  7. 23 11月, 2020 1 次提交
  8. 19 11月, 2020 2 次提交
  9. 18 11月, 2020 2 次提交
  10. 16 11月, 2020 1 次提交
  11. 13 11月, 2020 1 次提交
    • T
      iommu/vt-d: Cure VF irqdomain hickup · ff828729
      Thomas Gleixner 提交于
      The recent changes to store the MSI irqdomain pointer in struct device
      missed that Intel DMAR does not register virtual function devices.  Due to
      that a VF device gets the plain PCI-MSI domain assigned and then issues
      compat MSI messages which get caught by the interrupt remapping unit.
      
      Cure that by inheriting the irq domain from the physical function
      device.
      
      Ideally the irqdomain would be associated to the bus, but DMAR can have
      multiple units and therefore irqdomains on a single bus. The VF 'bus' could
      of course inherit the domain from the PF, but that'd be yet another x86
      oddity.
      
      Fixes: 85a8dfc5 ("iommm/vt-d: Store irq domain in struct device")
      Reported-by: NJason Gunthorpe <jgg@nvidia.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Acked-by: NLu Baolu <baolu.lu@linux.intel.com>
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: Bjorn Helgaas <bhelgaas@google.com>
      Cc: Marc Zyngier <maz@kernel.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Link: https://lore.kernel.org/r/draft-87eekymlpz.fsf@nanos.tec.linutronix.de
      ff828729
  12. 03 11月, 2020 3 次提交
  13. 02 11月, 2020 1 次提交
  14. 29 10月, 2020 9 次提交
  15. 19 10月, 2020 1 次提交
  16. 07 10月, 2020 1 次提交
  17. 06 10月, 2020 2 次提交
  18. 01 10月, 2020 2 次提交