All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/10] iommu/vt-d: Some Intel IOMMU cleanups
@ 2022-02-07  6:41 ` Lu Baolu
  0 siblings, 0 replies; 62+ messages in thread
From: Lu Baolu @ 2022-02-07  6:41 UTC (permalink / raw)
  To: Joerg Roedel, Kevin Tian, Ashok Raj, Liu Yi L, Jacob Pan
  Cc: linux-kernel, iommu, Jason Gunthorpe, Robin Murphy,
	Christoph Hellwig

Hi folks,

After a long time of evolution, the drivers/iommu/intel/iommu.c becomes
fat and a bit messy. This series tries to cleanup and refactor the
driver to make it more concise. Your comments are very appreciated.

Best regards,
baolu

Lu Baolu (10):
  iommu/vt-d: Move DMAR specific helpers into dmar.c
  iommu/vt-d: Remove intel_iommu::domains
  iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()
  iommu/vt-d: Remove iova_cache_get/put()
  iommu/vt-d: Remove domain and devinfo mempool
  iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO
  iommu/vt-d: Use an xarray for global device_domain_info
  iommu/vt-d: Use rculist for dmar_domain::devices
  iommu/vt-d: Refactor dmar_insert_one_dev_info()
  iommu/vt-d: Some cleanups in iommu.c

 include/linux/dmar.h          |   43 +-
 include/linux/intel-iommu.h   |  220 ++++++-
 drivers/iommu/intel/debugfs.c |    3 -
 drivers/iommu/intel/dmar.c    |  216 ++++++-
 drivers/iommu/intel/iommu.c   | 1109 ++++++---------------------------
 5 files changed, 650 insertions(+), 941 deletions(-)

-- 
2.25.1

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

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

end of thread, other threads:[~2022-02-25 22:06 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07  6:41 [PATCH v1 00/10] iommu/vt-d: Some Intel IOMMU cleanups Lu Baolu
2022-02-07  6:41 ` Lu Baolu
2022-02-07  6:41 ` [PATCH v1 01/10] iommu/vt-d: Move DMAR specific helpers into dmar.c Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:08   ` Christoph Hellwig
2022-02-07  7:08     ` Christoph Hellwig
2022-02-08  4:27     ` Lu Baolu
2022-02-08  4:27       ` Lu Baolu
2022-02-07  6:41 ` [PATCH v1 02/10] iommu/vt-d: Remove intel_iommu::domains Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:09   ` Christoph Hellwig
2022-02-07  7:09     ` Christoph Hellwig
2022-02-07  6:41 ` [PATCH v1 03/10] iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info() Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:10   ` Christoph Hellwig
2022-02-07  7:10     ` Christoph Hellwig
2022-02-07  6:41 ` [PATCH v1 04/10] iommu/vt-d: Remove iova_cache_get/put() Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:10   ` Christoph Hellwig
2022-02-07  7:10     ` Christoph Hellwig
2022-02-07 10:39   ` John Garry via iommu
2022-02-07 10:39     ` John Garry
2022-02-08  4:29     ` Lu Baolu
2022-02-08  4:29       ` Lu Baolu
2022-02-07  6:41 ` [PATCH v1 05/10] iommu/vt-d: Remove domain and devinfo mempool Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:10   ` Christoph Hellwig
2022-02-07  7:10     ` Christoph Hellwig
2022-02-07  6:41 ` [PATCH v1 06/10] iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:12   ` Christoph Hellwig
2022-02-07  7:12     ` Christoph Hellwig
2022-02-08  4:31     ` Lu Baolu
2022-02-08  4:31       ` Lu Baolu
2022-02-07  6:41 ` [PATCH v1 07/10] iommu/vt-d: Use an xarray for global device_domain_info Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:14   ` Christoph Hellwig
2022-02-07  7:14     ` Christoph Hellwig
2022-02-08  4:38     ` Lu Baolu
2022-02-08  4:38       ` Lu Baolu
2022-02-07  6:41 ` [PATCH v1 08/10] iommu/vt-d: Use rculist for dmar_domain::devices Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  6:41 ` [PATCH v1 09/10] iommu/vt-d: Refactor dmar_insert_one_dev_info() Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07 18:27   ` Jacob Pan
2022-02-07 18:27     ` Jacob Pan
2022-02-08  4:55     ` Lu Baolu
2022-02-08  4:55       ` Lu Baolu
2022-02-25 22:09   ` Jacob Pan
2022-02-25 22:09     ` Jacob Pan
2022-02-07  6:41 ` [PATCH v1 10/10] iommu/vt-d: Some cleanups in iommu.c Lu Baolu
2022-02-07  6:41   ` Lu Baolu
2022-02-07  7:15   ` Christoph Hellwig
2022-02-07  7:15     ` Christoph Hellwig
2022-02-08  4:58     ` Lu Baolu
2022-02-08  4:58       ` Lu Baolu
2022-02-11 13:01 ` [PATCH v1 00/10] iommu/vt-d: Some Intel IOMMU cleanups Jason Gunthorpe via iommu
2022-02-11 13:01   ` Jason Gunthorpe
2022-02-14  0:26   ` Lu Baolu
2022-02-14  0:26     ` Lu Baolu
2022-02-14  2:59 ` Lu Baolu
2022-02-14  2:59   ` 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.