summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2021-06-08iommu/iova: Put free_iova_mem() outside of spinlock iova_rbtree_lockXiang Chen1-7/+11
2021-06-08iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam1-2/+4
2021-06-08iommu/arm-smmu-v3: Decrease the queue size of evtq and priqZhen Lei1-2/+3
2021-06-08iommu/arm-smmu-v3: Ratelimit event dumpJean-Philippe Brucker1-1/+3
2021-06-08iommu/arm-smmu-v3: Add stall support for platform devicesJean-Philippe Brucker3-15/+283
2021-06-08iommu/arm-smmu-qcom: Skip the TTBR1 quirk for db820c.Eric Anholt1-1/+12
2021-06-08iommu/arm-smmu-qcom: Add sm6125 compatibleMartin Botka1-0/+1
2021-06-08iommu/arm-smmu: Implement ->probe_finalize()Thierry Reding2-0/+14
2021-06-08iommu/arm-smmu-v3: Change *array into *const arrayBixuan Cui1-1/+1
2021-06-08iommu/arm-smmu-qcom: hook up qcom_smmu_impl for ACPI bootShawn Guo1-0/+13
2021-06-07iommu/amd: Remove redundant assignment of errShaokun Zhang1-1/+1
2021-06-07iommu/amd: Tidy up DMA ops initRobin Murphy3-25/+13
2021-06-04iommu/rockchip: Remove redundant DMA syncsRobin Murphy1-3/+0
2021-06-04iommu/amd: Add amd_iommu=force_enable optionJoerg Roedel1-1/+8
2021-06-04iommu/amd: Fix extended features loggingAlexander Monakov1-2/+2
2021-05-27iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer1-1/+3
2021-05-19iommu/vt-d: Use user privilege for RID2PASID translationLu Baolu2-3/+7
2021-05-19iommu/vt-d: Check for allocation failure in aux_detach_device()Dan Carpenter1-0/+2
2021-05-18iommu/virtio: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-05-18iommu/amd: Fix wrong parentheses on page-specific invalidationsNadav Amit1-1/+1
2021-05-18iommu/amd: Clear DMA ops when switching domainJean-Philippe Brucker1-0/+2
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+9
2021-05-04Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-32/+71
2021-04-16iommu: Streamline registration interfaceRobin Murphy21-74/+38
2021-04-16iommu: Statically set module ownerRobin Murphy4-0/+4
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel30-1759/+1884
2021-04-16iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu1-4/+18
2021-04-16iommu/mediatek-v1: Avoid build fail when build as moduleYong Wu1-34/+28
2021-04-16iommu/mediatek: Always enable the clk on resumeDafna Hirschfeld1-11/+8
2021-04-15iommu/fsl-pamu: Fix uninitialized variable warningJoerg Roedel1-3/+2
2021-04-15iommu/vt-d: Force to flush iotlb before creating superpageLongpeng(Mike)1-14/+38
2021-04-15iommu/amd: Put newline after closing bracket in warningPaul Menzel1-1/+1
2021-04-15iommu/vt-d: Fix an error handling path in 'intel_prepare_irq_remapping()'Christophe JAILLET1-1/+1
2021-04-15iommu/vt-d: Fix build error of pasid_enable_wpe() with !X86Lu Baolu1-0/+2
2021-04-15iommu/amd: Remove performance counter pre-initialization testSuravee Suthikulpanit1-23/+1
2021-04-15Revert "iommu/amd: Fix performance counter initialization"Paul Menzel1-34/+11
2021-04-15iommu/amd: Remove duplicate check of devidShaokun Zhang1-8/+1
2021-04-15iommu/exynos: Remove unneeded local variable initializationKrzysztof Kozlowski1-1/+1
2021-04-08iommu/amd: Page-specific invalidations for more than one pageNadav Amit1-34/+42
2021-04-07iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG commandZenghui Yu2-4/+0
2021-04-07iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardownLu Baolu1-0/+3
2021-04-07iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu1-9/+9
2021-04-07iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu1-1/+2
2021-04-07iommu/vt-d: Report the right page fault addressLu Baolu1-1/+1
2021-04-07iommu/amd: Move a few prototypes to include/linux/amd-iommu.hChristoph Hellwig1-1/+0
2021-04-07iommu/amd: Remove a few unused exportsChristoph Hellwig1-5/+0
2021-04-07iommu/amd: Remove the unused amd_iommu_get_v2_domain functionChristoph Hellwig2-35/+0
2021-04-07iommu/amd: Remove the unused device errata codeChristoph Hellwig2-54/+3
2021-04-07iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig1-26/+0