aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 34-565/+1802
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+6
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-15/+22
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-0/+2
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-5/+13
2021-08-25s390/pci: improve DMA translation init and exitGravatar Niklas Schnelle 1-5/+13
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Gravatar Joerg Roedel 34-568/+1822
2021-08-20iommu/io-pgtable: Abstract iommu_iotlb_gather accessGravatar Robin Murphy 2-2/+2
2021-08-20iommu/arm-smmu: Fix missing unlock on error in arm_smmu_device_group()Gravatar Yang Yingliang 1-1/+3
2021-08-19iommu/vt-d: Add present bit check in pasid entry setup helpersGravatar Liu Yi L 1-0/+16
2021-08-19iommu/vt-d: Use pasid_pte_is_present() helper functionGravatar Liu Yi L 1-1/+1
2021-08-19iommu/vt-d: Drop the kernel doc annotationGravatar Andy Shevchenko 1-1/+1
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsGravatar Lu Baolu 2-5/+2
2021-08-19iommu/vt-d: Preset A/D bits for user space DMA usageGravatar Lu Baolu 1-7/+3
2021-08-19iommu/vt-d: Enable Intel IOMMU scalable mode by defaultGravatar Lu Baolu 2-1/+5
2021-08-19iommu/vt-d: Refactor Kconfig a bitGravatar Lu Baolu 2-19/+12
2021-08-19iommu/vt-d: Remove unnecessary oom messageGravatar Zhen Lei 2-7/+1
2021-08-19iommu/vt-d: Update the virtual command related registersGravatar Lu Baolu 1-5/+5
2021-08-18Merge tag 'qcom-drivers-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Arnd Bergmann 1-0/+2
2021-08-18iommu: Allow enabling non-strict mode dynamicallyGravatar Robin Murphy 3-24/+51
2021-08-18iommu: Merge strictness and domain type configsGravatar Robin Murphy 2-42/+42
2021-08-18iommu: Only log strictness for DMA domainsGravatar Robin Murphy 1-4/+5
2021-08-18iommu: Expose DMA domain strictness via sysfsGravatar Robin Murphy 1-0/+2
2021-08-18iommu: Express DMA strictness via the domain typeGravatar Robin Murphy 2-13/+11
2021-08-18iommu/vt-d: Prepare for multiple DMA domain typesGravatar Robin Murphy 1-9/+6
2021-08-18iommu/arm-smmu: Prepare for multiple DMA domain typesGravatar Robin Murphy 2-1/+3
2021-08-18iommu/amd: Prepare for multiple DMA domain typesGravatar Robin Murphy 1-7/+2
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsGravatar Robin Murphy 2-3/+7
2021-08-18iommu/io-pgtable: Remove non-strict quirkGravatar Robin Murphy 4-26/+4
2021-08-18iommu: Indicate queued flushes via gather dataGravatar Robin Murphy 2-0/+8
2021-08-18iommu/dma: Remove redundant "!dev" checksGravatar Robin Murphy 1-4/+1
2021-08-18iommu/virtio: Drop IOVA cookie managementGravatar Robin Murphy 1-8/+0
2021-08-18iommu/sun50i: Drop IOVA cookie managementGravatar Robin Murphy 1-12/+1
2021-08-18iommu/sprd: Drop IOVA cookie managementGravatar Robin Murphy 1-7/+0
2021-08-18iommu/rockchip: Drop IOVA cookie managementGravatar Robin Murphy 1-11/+1
2021-08-18iommu/mtk: Drop IOVA cookie managementGravatar Robin Murphy 2-8/+0
2021-08-18iommu/ipmmu-vmsa: Drop IOVA cookie managementGravatar Robin Murphy 1-24/+4
2021-08-18iommu/exynos: Drop IOVA cookie managementGravatar Robin Murphy 1-15/+4
2021-08-18iommu/vt-d: Drop IOVA cookie managementGravatar Robin Murphy 1-8/+0
2021-08-18iommu/arm-smmu: Drop IOVA cookie managementGravatar Robin Murphy 3-27/+4
2021-08-18iommu/amd: Drop IOVA cookie managementGravatar Robin Murphy 1-12/+0
2021-08-18iommu: Pull IOVA cookie management into the coreGravatar Robin Murphy 1-0/+7
2021-08-18iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()Gravatar Liu Yi L 2-2/+14
2021-08-18iommu/vt-d: Fix PASID reference leakGravatar Fenghua Yu 1-1/+2
2021-08-13iommu/arm-smmu-v3: Stop pre-zeroing batch commandsGravatar John Garry 1-3/+9
2021-08-13iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()Gravatar Zhen Lei 1-2/+7
2021-08-13iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()Gravatar Zhen Lei 1-9/+13
2021-08-13iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd...Gravatar Zhen Lei 1-16/+19
2021-08-13iommu/arm-smmu-v3: Use command queue batching helpers to improve performanceGravatar Zhen Lei 1-2/+3
2021-08-13iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementationGravatar Sai Prakash Ranjan 3-3/+22