-
- Downloads
Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu updates from Joerg Roedel: - Conversion of the AMD IOMMU driver to use the dma-iommu code for imlementing the DMA-API. This gets rid of quite some code in the driver itself, but also has some potential for regressions (non are known at the moment). - Support for the Qualcomm SMMUv2 implementation in the SDM845 SoC. This also includes some firmware interface changes, but those are acked by the respective maintainers. - Preparatory work to support two distinct page-tables per domain in the ARM-SMMU driver - Power management improvements for the ARM SMMUv2 - Custom PASID allocator support - Multiple PCI DMA alias support for the AMD IOMMU driver - Adaption of the Mediatek driver to the changed IO/TLB flush interface of the IOMMU core code. - Preparatory patches for the Renesas IOMMU driver to support future hardware. * tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (62 commits) iommu/rockchip: Don't provoke WARN for harmless IRQs iommu/vt-d: Turn off translations at shutdown iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reserved iommu/arm-smmu: Remove duplicate error message iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing iommu/ipmmu-vmsa: Add utlb_offset_base iommu/ipmmu-vmsa: Add helper functions for "uTLB" registers iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macro iommu/ipmmu-vmsa: Add helper functions for MMU "context" registers iommu/ipmmu-vmsa: tidyup register definitions iommu/ipmmu-vmsa: Remove all unused register definitions iommu/mediatek: Reduce the tlb flush timeout value iommu/mediatek: Get rid of the pgtlock iommu/mediatek: Move the tlb_sync into tlb_flush iommu/mediatek: Delete the leaf in the tlb_flush iommu/mediatek: Use gather to achieve the tlb range flush iommu/mediatek: Add a new tlb_lock for tlb_flush iommu/mediatek: Correct the flush_iotlb_all callback iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve doc iommu/io-pgtable-arm: Rationalise MAIR handling ...
Showing
- Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt 1 addition, 0 deletions...entation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
- arch/ia64/include/asm/iommu.h 5 additions, 0 deletionsarch/ia64/include/asm/iommu.h
- arch/x86/include/asm/iommu.h 18 additions, 0 deletionsarch/x86/include/asm/iommu.h
- drivers/firmware/qcom_scm-32.c 5 additions, 0 deletionsdrivers/firmware/qcom_scm-32.c
- drivers/firmware/qcom_scm-64.c 108 additions, 45 deletionsdrivers/firmware/qcom_scm-64.c
- drivers/firmware/qcom_scm.c 6 additions, 0 deletionsdrivers/firmware/qcom_scm.c
- drivers/firmware/qcom_scm.h 5 additions, 0 deletionsdrivers/firmware/qcom_scm.h
- drivers/iommu/Kconfig 5 additions, 0 deletionsdrivers/iommu/Kconfig
- drivers/iommu/Makefile 2 additions, 1 deletiondrivers/iommu/Makefile
- drivers/iommu/amd_iommu.c 170 additions, 723 deletionsdrivers/iommu/amd_iommu.c
- drivers/iommu/amd_iommu_types.h 1 addition, 2 deletionsdrivers/iommu/amd_iommu_types.h
- drivers/iommu/arm-smmu-impl.c 4 additions, 1 deletiondrivers/iommu/arm-smmu-impl.c
- drivers/iommu/arm-smmu-qcom.c 51 additions, 0 deletionsdrivers/iommu/arm-smmu-qcom.c
- drivers/iommu/arm-smmu-v3.c 6 additions, 6 deletionsdrivers/iommu/arm-smmu-v3.c
- drivers/iommu/arm-smmu.c 127 additions, 96 deletionsdrivers/iommu/arm-smmu.c
- drivers/iommu/arm-smmu.h 8 additions, 8 deletionsdrivers/iommu/arm-smmu.h
- drivers/iommu/dma-iommu.c 35 additions, 8 deletionsdrivers/iommu/dma-iommu.c
- drivers/iommu/dmar.c 4 additions, 1 deletiondrivers/iommu/dmar.c
- drivers/iommu/exynos-iommu.c 1 addition, 1 deletiondrivers/iommu/exynos-iommu.c
- drivers/iommu/intel-iommu.c 46 additions, 15 deletionsdrivers/iommu/intel-iommu.c
Loading
Please register or sign in to comment