-
- Downloads
Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu updates from Joerg Roedel: "Core changes: - Make default-domains mandatory for all IOMMU drivers - Remove group refcounting - Add generic_single_device_group() helper and consolidate drivers - Cleanup map/unmap ops - Scaling improvements for the IOVA rcache depot - Convert dart & iommufd to the new domain_alloc_paging() ARM-SMMU: - Device-tree binding update: - Add qcom,sm7150-smmu-v2 for Adreno on SM7150 SoC - SMMUv2: - Support for Qualcomm SDM670 (MDSS) and SM7150 SoCs - SMMUv3: - Large refactoring of the context descriptor code to move the CD table into the master, paving the way for '->set_dev_pasid()' support on non-SVA domains - Minor cleanups to the SVA code Intel VT-d: - Enable debugfs to dump domain attached to a pasid - Remove an unnecessary inline function AMD IOMMU: - Initial patches for SVA support (not complete yet) S390 IOMMU: - DMA-API conversion and optimized IOTLB flushing And some smaller fixes and improvements" * tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (102 commits) iommu/dart: Remove the force_bypass variable iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging() iommu/dart: Convert to domain_alloc_paging() iommu/dart: Move the blocked domain support to a global static iommu/dart: Use static global identity domains iommufd: Convert to alloc_domain_paging() iommu/vt-d: Use ops->blocked_domain iommu/vt-d: Update the definition of the blocking domain iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain Revert "iommu/vt-d: Remove unused function" iommu/amd: Remove DMA_FQ type from domain allocation path iommu: change iommu_map_sgtable to return signed values iommu/virtio: Add __counted_by for struct viommu_request and use struct_size() iommu/vt-d: debugfs: Support dumping a specified page table iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid} iommu/vt-d: debugfs: Dump entry pointing to huge page iommu/vt-d: Remove unused function iommu/arm-smmu-v3-sva: Remove bond refcount iommu/arm-smmu-v3-sva: Remove unused iommu_sva handle iommu/arm-smmu-v3: Rename cdcfg to cd_table ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 5 additions, 4 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/devicetree/bindings/iommu/arm,smmu.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/iommu/arm,smmu.yaml
- arch/arm/configs/multi_v7_defconfig 0 additions, 1 deletionarch/arm/configs/multi_v7_defconfig
- arch/arm/configs/tegra_defconfig 0 additions, 1 deletionarch/arm/configs/tegra_defconfig
- arch/powerpc/kernel/iommu.c 24 additions, 29 deletionsarch/powerpc/kernel/iommu.c
- arch/s390/include/asm/pci.h 0 additions, 11 deletionsarch/s390/include/asm/pci.h
- arch/s390/include/asm/pci_clp.h 3 additions, 0 deletionsarch/s390/include/asm/pci_clp.h
- arch/s390/include/asm/pci_dma.h 10 additions, 111 deletionsarch/s390/include/asm/pci_dma.h
- arch/s390/pci/Makefile 1 addition, 1 deletionarch/s390/pci/Makefile
- arch/s390/pci/pci.c 15 additions, 20 deletionsarch/s390/pci/pci.c
- arch/s390/pci/pci_bus.c 0 additions, 5 deletionsarch/s390/pci/pci_bus.c
- arch/s390/pci/pci_debug.c 9 additions, 3 deletionsarch/s390/pci/pci_debug.c
- arch/s390/pci/pci_dma.c 0 additions, 746 deletionsarch/s390/pci/pci_dma.c
- arch/s390/pci/pci_event.c 11 additions, 6 deletionsarch/s390/pci/pci_event.c
- arch/s390/pci/pci_sysfs.c 8 additions, 11 deletionsarch/s390/pci/pci_sysfs.c
- drivers/iommu/Kconfig 2 additions, 13 deletionsdrivers/iommu/Kconfig
- drivers/iommu/Makefile 0 additions, 1 deletiondrivers/iommu/Makefile
- drivers/iommu/amd/Kconfig 0 additions, 9 deletionsdrivers/iommu/amd/Kconfig
- drivers/iommu/amd/Makefile 0 additions, 1 deletiondrivers/iommu/amd/Makefile
- drivers/iommu/amd/amd_iommu.h 22 additions, 13 deletionsdrivers/iommu/amd/amd_iommu.h
Loading
Please register or sign in to comment