diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-11-17 11:27:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-11-17 11:27:44 -0800 |
commit | ec5385196779fb927e7d8d5bf31bef14d7ce98ed (patch) | |
tree | 082928e4db6074c2ad7c3a97f12e96710eda5c55 /MAINTAINERS | |
parent | cbb104f91dfec8ae5bc67ff6dc67b824330a0919 (diff) | |
parent | 4e7120d79edb31e4ee68e6f8421448e4603be1e9 (diff) | |
download | linux-stable-ec5385196779fb927e7d8d5bf31bef14d7ce98ed.tar.gz linux-stable-ec5385196779fb927e7d8d5bf31bef14d7ce98ed.tar.bz2 linux-stable-ec5385196779fb927e7d8d5bf31bef14d7ce98ed.zip |
Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu fixes from Joerg Roedel:
- Fix for Intel IOMMU to correct invalidation commands when in SVA
mode.
- Update MAINTAINERS entry for Intel IOMMU
* tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
MAINTAINERS: Update for INTEL IOMMU (VT-d) entry
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9dffd64d5e99..e4f170d8bc29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8298,11 +8298,14 @@ F: drivers/hid/intel-ish-hid/ INTEL IOMMU (VT-d) M: David Woodhouse <dwmw2@infradead.org> +M: Lu Baolu <baolu.lu@linux.intel.com> L: iommu@lists.linux-foundation.org -T: git git://git.infradead.org/iommu-2.6.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git S: Supported -F: drivers/iommu/intel-iommu.c +F: drivers/iommu/dmar.c +F: drivers/iommu/intel*.[ch] F: include/linux/intel-iommu.h +F: include/linux/intel-svm.h INTEL IOP-ADMA DMA DRIVER R: Dan Williams <dan.j.williams@intel.com> |