diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-15 11:50:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-15 11:50:15 -0700 |
commit | f3523a226dbb0c925def650a658a0755185d60a8 (patch) | |
tree | 5456fa84e82ccd87b2298196b65b4ca43a37b52a /MAINTAINERS | |
parent | 8096acd7442e613fad0354fc8dfdb2003cceea0b (diff) | |
parent | 4a5c155a5ab372516a1a5ddd29473f8f696feb79 (diff) | |
download | linux-f3523a226dbb0c925def650a658a0755185d60a8.tar.gz linux-f3523a226dbb0c925def650a658a0755185d60a8.tar.bz2 linux-f3523a226dbb0c925def650a658a0755185d60a8.zip |
Merge tag 'iommu-fixes-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu fixes from Joerg Roedel:
- Revert a patch which caused boot failures with QCOM IOMMU
- Two fixes for Intel VT-d context table handling
- Physical address decoding fix for Rockchip IOMMU
- Add a reviewer for AMD IOMMU
* tag 'iommu-fixes-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
MAINTAINERS: Add Suravee Suthikulpanit as Reviewer for AMD IOMMU (AMD-Vi)
iommu/rockchip: Fix physical address decoding
iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries
iommu/vt-d: Global devTLB flush when present context entry changed
iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path"
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5779f6cacff7..6c8be735cc91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -933,6 +933,7 @@ F: drivers/video/fbdev/geode/ AMD IOMMU (AMD-VI) M: Joerg Roedel <joro@8bytes.org> +R: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> L: iommu@lists.linux-foundation.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |