All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iommu/vt-d: Add support for ACPI/SATC table
@ 2021-02-02  4:40 ` Lu Baolu
  0 siblings, 0 replies; 32+ messages in thread
From: Lu Baolu @ 2021-02-02  4:40 UTC (permalink / raw)
  To: iommu; +Cc: Yian Chen, Joerg Roedel, Ashok Raj, linux-kernel, Lu Baolu

Intel platform VT-d (v3.2) comes with a new type of DMAR subtable
SATC. The SATC table includes a list of SoC integrated devices
that require SATC. OS software can use this table to enable ATS
only for the devices in the list.

Yian Chen (3):
  iommu/vt-d: Add new enum value and structure for SATC
  iommu/vt-d: Parse SATC reporting structure
  iommu/vt-d: Apply SATC policy

 drivers/iommu/intel/dmar.c  |   9 ++
 drivers/iommu/intel/iommu.c | 161 +++++++++++++++++++++++++++++++++++-
 include/acpi/actbl1.h       |  11 ++-
 include/linux/dmar.h        |   2 +
 4 files changed, 178 insertions(+), 5 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2021-02-03  9:31 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02  4:40 [PATCH 0/3] iommu/vt-d: Add support for ACPI/SATC table Lu Baolu
2021-02-02  4:40 ` Lu Baolu
2021-02-02  4:40 ` [PATCH 1/3] iommu/vt-d: Add new enum value and structure for SATC Lu Baolu
2021-02-02  4:40   ` Lu Baolu
2021-02-02 13:51   ` Joerg Roedel
2021-02-02 13:51     ` Joerg Roedel
2021-02-03  0:11     ` Lu Baolu
2021-02-03  0:11       ` Lu Baolu
2021-02-02 16:02   ` Raj, Ashok
2021-02-02 16:02     ` Raj, Ashok
2021-02-03  0:15     ` Lu Baolu
2021-02-03  0:15       ` Lu Baolu
2021-02-02  4:40 ` [PATCH 2/3] iommu/vt-d: Parse SATC reporting structure Lu Baolu
2021-02-02  4:40   ` Lu Baolu
2021-02-02 13:53   ` Joerg Roedel
2021-02-02 13:53     ` Joerg Roedel
2021-02-03  0:26     ` Lu Baolu
2021-02-03  0:26       ` Lu Baolu
2021-02-02 16:41   ` Raj, Ashok
2021-02-02 16:41     ` Raj, Ashok
2021-02-03  0:29     ` Lu Baolu
2021-02-03  0:29       ` Lu Baolu
2021-02-02  4:40 ` [PATCH 3/3] iommu/vt-d: Apply SATC policy Lu Baolu
2021-02-02  4:40   ` Lu Baolu
2021-02-02 13:55   ` Joerg Roedel
2021-02-02 13:55     ` Joerg Roedel
2021-02-03  0:33     ` Lu Baolu
2021-02-03  0:33       ` Lu Baolu
2021-02-03  8:41 ` [PATCH 0/3] iommu/vt-d: Add support for ACPI/SATC table Christoph Hellwig
2021-02-03  8:41   ` Christoph Hellwig
2021-02-03  9:29   ` Lu Baolu
2021-02-03  9:29     ` Lu Baolu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.