All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] iommu/vt-d: Make intel-iommu.h private
@ 2022-05-14  1:43 ` Lu Baolu
  0 siblings, 0 replies; 44+ messages in thread
From: Lu Baolu @ 2022-05-14  1:43 UTC (permalink / raw)
  To: Joerg Roedel, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Dave Hansen, Paolo Bonzini, David Airlie, Jani Nikula,
	Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, Daniel Vetter,
	Kevin Tian, Ashok Raj, Liu Yi L, Jacob Pan, Ning Sun
  Cc: Steve Wahl, Will Deacon, linux-kernel, iommu, Jason Gunthorpe,
	Robin Murphy, Christoph Hellwig

Hi folks,

The include/linux/intel-iommu.h should be private to the Intel IOMMU
driver. Other drivers or components should interact with the IOMMU
drivers through the kAPIs provided by the iommu core.

This series cleanups all includes of intel-iommu.h outside of the Intel
IOMMU driver and move this header from include/linux to
drivers/iommu/intel/.

No functional changes intended. Please help to review and suggest.

Best regards,
baolu

Lu Baolu (7):
  iommu/vt-d: Move trace/events/intel_iommu.h under iommu
  agp/intel: Use per device iommu check
  iommu/vt-d: Remove unnecessary exported symbol
  drm/i915: Remove unnecessary include
  KVM: x86: Remove unnecessary include
  x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
  iommu/vt-d: Move include/linux/intel_iommu.h under iommu

 include/linux/tboot.h                         |  2 --
 drivers/gpu/drm/i915/i915_drv.h               |  1 -
 .../iommu/intel/iommu.h                       |  1 -
 .../iommu/intel/trace.h                       |  7 +++++-
 arch/x86/kernel/tboot.c                       | 15 -------------
 arch/x86/kvm/x86.c                            |  1 -
 drivers/char/agp/intel-gtt.c                  | 17 ++++++--------
 drivers/gpu/drm/i915/display/intel_display.c  |  1 -
 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    |  1 -
 drivers/iommu/intel/cap_audit.c               |  2 +-
 drivers/iommu/intel/debugfs.c                 |  2 +-
 drivers/iommu/intel/dmar.c                    |  4 ++--
 drivers/iommu/intel/iommu.c                   | 22 +++++++++++++------
 drivers/iommu/intel/irq_remapping.c           |  2 +-
 drivers/iommu/intel/pasid.c                   |  2 +-
 drivers/iommu/intel/perf.c                    |  2 +-
 drivers/iommu/intel/svm.c                     |  4 ++--
 drivers/iommu/intel/trace.c                   |  2 +-
 MAINTAINERS                                   |  1 -
 19 files changed, 38 insertions(+), 51 deletions(-)
 rename include/linux/intel-iommu.h => drivers/iommu/intel/iommu.h (99%)
 rename include/trace/events/intel_iommu.h => drivers/iommu/intel/trace.h (93%)

-- 
2.25.1

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

end of thread, other threads:[~2022-05-18 18:42 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14  1:43 [PATCH 0/7] iommu/vt-d: Make intel-iommu.h private Lu Baolu
2022-05-14  1:43 ` Lu Baolu
2022-05-14  1:43 ` [PATCH 1/7] iommu/vt-d: Move trace/events/intel_iommu.h under iommu Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16 18:04   ` Jason Gunthorpe
2022-05-16 18:04     ` Jason Gunthorpe via iommu
2022-05-14  1:43 ` [PATCH 2/7] agp/intel: Use per device iommu check Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16 18:04   ` Jason Gunthorpe
2022-05-16 18:04     ` Jason Gunthorpe via iommu
2022-05-14  1:43 ` [PATCH 3/7] iommu/vt-d: Remove unnecessary exported symbol Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16 18:04   ` Jason Gunthorpe
2022-05-16 18:04     ` Jason Gunthorpe via iommu
2022-05-14  1:43 ` [PATCH 4/7] drm/i915: Remove unnecessary include Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16  7:28   ` Jani Nikula
2022-05-16  7:28     ` Jani Nikula
2022-05-16 18:04   ` Jason Gunthorpe
2022-05-16 18:04     ` Jason Gunthorpe via iommu
2022-05-14  1:43 ` [PATCH 5/7] KVM: x86: " Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16 18:05   ` Jason Gunthorpe
2022-05-16 18:05     ` Jason Gunthorpe via iommu
2022-05-14  1:43 ` [PATCH 6/7] x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16 18:06   ` Jason Gunthorpe
2022-05-16 18:06     ` Jason Gunthorpe via iommu
2022-05-16 22:58     ` Jacob Pan
2022-05-16 22:58       ` Jacob Pan
2022-05-17  2:05     ` Baolu Lu
2022-05-17  2:05       ` Baolu Lu
2022-05-17 11:13       ` Jason Gunthorpe
2022-05-17 11:13         ` Jason Gunthorpe via iommu
2022-05-18  7:38         ` Baolu Lu
2022-05-18  7:38           ` Baolu Lu
2022-05-14  1:43 ` [PATCH 7/7] iommu/vt-d: Move include/linux/intel_iommu.h under iommu Lu Baolu
2022-05-14  1:43   ` Lu Baolu
2022-05-16 18:06   ` Jason Gunthorpe
2022-05-16 18:06     ` Jason Gunthorpe via iommu
2022-05-16  5:54 ` [PATCH 0/7] iommu/vt-d: Make intel-iommu.h private Christoph Hellwig
2022-05-16  5:54   ` Christoph Hellwig
2022-05-18 18:41 ` Steve Wahl
2022-05-18 18:41   ` Steve Wahl

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.