[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220207064142.1092846-1-baolu.lu@linux.intel.com>
Date: Mon, 7 Feb 2022 14:41:32 +0800
From: Lu Baolu <baolu.lu@...ux.intel.com>
To: Joerg Roedel <joro@...tes.org>, Kevin Tian <kevin.tian@...el.com>,
Ashok Raj <ashok.raj@...el.com>, Liu Yi L <yi.l.liu@...el.com>,
Jacob Pan <jacob.jun.pan@...ux.intel.com>
Cc: Robin Murphy <robin.murphy@....com>,
Jason Gunthorpe <jgg@...dia.com>,
Christoph Hellwig <hch@....de>,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
Lu Baolu <baolu.lu@...ux.intel.com>
Subject: [PATCH v1 00/10] iommu/vt-d: Some Intel IOMMU cleanups
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
Powered by blists - more mailing lists