forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'iommu-fixes-v5.19-rc5' of git://git.kernel.org/pub/scm/lin…
…ux/kernel/git/joro/iommu Pull iommu fixes from Joerg Roedel: - fix device setup failures in the Intel VT-d driver when the PASID table is shared - fix Intel VT-d device hot-add failure due to wrong device notifier order - remove the old IOMMU mailing list from the MAINTAINERS file now that it has been retired * tag 'iommu-fixes-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: MAINTAINERS: Remove [email protected] iommu/vt-d: Fix RID2PASID setup/teardown failure iommu/vt-d: Fix PCI bus rescan device hot add
- Loading branch information
Showing
6 changed files
with
4 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -426,7 +426,6 @@ F: drivers/acpi/*thermal* | |
ACPI VIOT DRIVER | ||
M: Jean-Philippe Brucker <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/acpi/viot.c | ||
|
@@ -960,7 +959,6 @@ F: drivers/video/fbdev/geode/ | |
AMD IOMMU (AMD-VI) | ||
M: Joerg Roedel <[email protected]> | ||
R: Suravee Suthikulpanit <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | ||
|
@@ -6055,7 +6053,6 @@ DMA MAPPING HELPERS | |
M: Christoph Hellwig <[email protected]> | ||
M: Marek Szyprowski <[email protected]> | ||
R: Robin Murphy <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
W: http://git.infradead.org/users/hch/dma-mapping.git | ||
|
@@ -6068,7 +6065,6 @@ F: kernel/dma/ | |
|
||
DMA MAPPING BENCHMARK | ||
M: Xiang Chen <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
F: kernel/dma/map_benchmark.c | ||
F: tools/testing/selftests/dma/ | ||
|
@@ -7653,7 +7649,6 @@ F: drivers/gpu/drm/exynos/exynos_dp* | |
|
||
EXYNOS SYSMMU (IOMMU) driver | ||
M: Marek Szyprowski <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/iommu/exynos-iommu.c | ||
|
@@ -10078,7 +10073,6 @@ F: drivers/hid/intel-ish-hid/ | |
INTEL IOMMU (VT-d) | ||
M: David Woodhouse <[email protected]> | ||
M: Lu Baolu <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | ||
|
@@ -10458,7 +10452,6 @@ F: include/linux/iomap.h | |
IOMMU DRIVERS | ||
M: Joerg Roedel <[email protected]> | ||
M: Will Deacon <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | ||
|
@@ -12618,7 +12611,6 @@ F: drivers/i2c/busses/i2c-mt65xx.c | |
|
||
MEDIATEK IOMMU DRIVER | ||
M: Yong Wu <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
|
@@ -16670,7 +16662,6 @@ F: drivers/i2c/busses/i2c-qcom-cci.c | |
|
||
QUALCOMM IOMMU | ||
M: Rob Clark <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -19299,7 +19290,6 @@ F: arch/x86/boot/video* | |
|
||
SWIOTLB SUBSYSTEM | ||
M: Christoph Hellwig <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
W: http://git.infradead.org/users/hch/dma-mapping.git | ||
|
@@ -21975,7 +21965,6 @@ XEN SWIOTLB SUBSYSTEM | |
M: Juergen Gross <[email protected]> | ||
M: Stefano Stabellini <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: arch/x86/xen/*swiotlb* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters