Linux/linux 1daa56bDocumentation/devicetree/bindings/iommu renesas,ipmmu-vmsa.txt, arch/ia64/include/asm iommu.h

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
  ...
DeltaFile
+173-726drivers/iommu/amd_iommu.c
+422-0drivers/iommu/ioasid.c
+129-98drivers/iommu/arm-smmu.c
+90-121drivers/iommu/ipmmu-vmsa.c
+169-0include/uapi/linux/iommu.h
+108-45drivers/firmware/qcom_scm-64.c
+65-65drivers/iommu/io-pgtable-arm.c
+29-61drivers/iommu/mtk_iommu.c
+76-0include/linux/ioasid.h
+67-6drivers/iommu/iommu.c
+60-5include/linux/iommu.h
+46-15drivers/iommu/intel-iommu.c
+51-0drivers/iommu/arm-smmu-qcom.c
+35-8drivers/iommu/dma-iommu.c
+22-16drivers/iommu/tegra-smmu.c
+18-0arch/x86/include/asm/iommu.h
+8-8drivers/iommu/arm-smmu.h
+8-7drivers/iommu/io-pgtable-arm-v7s.c
+6-6drivers/iommu/arm-smmu-v3.c
+7-4drivers/iommu/rockchip-iommu.c
+5-5drivers/iommu/qcom_iommu.c
+6-0drivers/firmware/qcom_scm.c
+5-0drivers/firmware/qcom_scm-32.c
+2-3drivers/iommu/virtio-iommu.c
+5-0drivers/iommu/Kconfig
+4-1drivers/iommu/arm-smmu-impl.c
+5-0arch/ia64/include/asm/iommu.h
+4-1drivers/iommu/dmar.c
+5-0drivers/firmware/qcom_scm.h
+4-0drivers/memory/mtk-smi.c
+1-2drivers/iommu/amd_iommu_types.h
+2-1drivers/iommu/Makefile
+1-1drivers/iommu/s390-iommu.c
+1-1drivers/iommu/tegra-gart.c
+1-1drivers/iommu/omap-iommu.c
+1-1drivers/iommu/mtk_iommu_v1.c
+1-1drivers/iommu/mtk_iommu.h
+2-0include/linux/dmar.h
+1-1include/linux/io-pgtable.h
+1-1drivers/iommu/msm_iommu.c
+1-1drivers/iommu/exynos-iommu.c
+2-0include/linux/qcom_scm.h
+1-0Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
+1,650-1,21243 files

UnifiedSplitRaw