Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu updates from Joerg Roedel: - Make the dma-iommu code more generic so that it can be used outside of the ARM context with other IOMMU drivers. Goal is to make use of it on x86 too. - Generic IOMMU domain support for the Intel VT-d driver. This driver now makes more use of common IOMMU code to allocate default domains for the devices it handles. - An IOMMU fault reporting API to userspace. With that the IOMMU fault handling can be done in user-space, for example to forward the faults to a VM. - Better handling for reserved regions requested by the firmware. These can be 'relaxed' now, meaning that those don't prevent a device being attached to a VM. - Suspend/Resume support for the Renesas IOMMU driver. - Added support for dumping SVA related fields of the DMAR table in the Intel VT-d driver via debugfs. - A pile of smaller fixes and cleanups. * tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (90 commits) iommu/omap: No need to check return value of debugfs_create functions iommu/arm-smmu-v3: Invalidate ATC when detaching a device iommu/arm-smmu-v3: Fix compilation when CONFIG_CMA=n iommu/vt-d: Cleanup unused variable iommu/amd: Flush not present cache in iommu_map_page iommu/amd: Only free resources once on init error iommu/amd: Move gart fallback to amd_iommu_init iommu/amd: Make iommu_disable safer iommu/io-pgtable: Support non-coherent page tables iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag iommu/io-pgtable-arm: Add support to use system cache iommu/arm-smmu-v3: Increase maximum size of queues iommu/vt-d: Silence a variable set but not used iommu/vt-d: Remove an unused variable "length" iommu: Fix integer truncation iommu: Add padding to struct iommu_fault iommu/vt-d: Consolidate domain_init() to avoid duplication iommu/vt-d: Cleanup after delegating DMA domain to generic iommu iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices() iommu/vt-d: Allow DMA domain attaching to rmrr locked device ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-kernel-iommu_groups 9 additions, 0 deletionsDocumentation/ABI/testing/sysfs-kernel-iommu_groups
- arch/arm64/mm/dma-mapping.c 4 additions, 408 deletionsarch/arm64/mm/dma-mapping.c
- drivers/iommu/amd_iommu.c 19 additions, 7 deletionsdrivers/iommu/amd_iommu.c
- drivers/iommu/amd_iommu_init.c 24 additions, 21 deletionsdrivers/iommu/amd_iommu_init.c
- drivers/iommu/arm-smmu-v3.c 49 additions, 20 deletionsdrivers/iommu/arm-smmu-v3.c
- drivers/iommu/arm-smmu.c 1 addition, 3 deletionsdrivers/iommu/arm-smmu.c
- drivers/iommu/dma-iommu.c 368 additions, 90 deletionsdrivers/iommu/dma-iommu.c
- drivers/iommu/intel-iommu-debugfs.c 113 additions, 24 deletionsdrivers/iommu/intel-iommu-debugfs.c
- drivers/iommu/intel-iommu.c 423 additions, 517 deletionsdrivers/iommu/intel-iommu.c
- drivers/iommu/intel-pasid.c 0 additions, 17 deletionsdrivers/iommu/intel-pasid.c
- drivers/iommu/intel-pasid.h 26 additions, 0 deletionsdrivers/iommu/intel-pasid.h
- drivers/iommu/intel-svm.c 15 additions, 0 deletionsdrivers/iommu/intel-svm.c
- drivers/iommu/intel_irq_remapping.c 2 additions, 2 deletionsdrivers/iommu/intel_irq_remapping.c
- drivers/iommu/io-pgtable-arm-v7s.c 10 additions, 7 deletionsdrivers/iommu/io-pgtable-arm-v7s.c
- drivers/iommu/io-pgtable-arm.c 25 additions, 15 deletionsdrivers/iommu/io-pgtable-arm.c
- drivers/iommu/iommu.c 273 additions, 25 deletionsdrivers/iommu/iommu.c
- drivers/iommu/ipmmu-vmsa.c 125 additions, 61 deletionsdrivers/iommu/ipmmu-vmsa.c
- drivers/iommu/omap-iommu-debug.c 6 additions, 29 deletionsdrivers/iommu/omap-iommu-debug.c
- drivers/iommu/omap-iommu.c 1 addition, 2 deletionsdrivers/iommu/omap-iommu.c
- include/linux/device.h 3 additions, 0 deletionsinclude/linux/device.h
Loading
Please register or sign in to comment