summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-36/+122
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds33-542/+2192
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe5-17/+35
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel33-542/+2192
2023-02-18iommu/amd: Skip attach device domain is same as new domainVasant Hegde1-0/+7
2023-02-18iommu: Attach device group to old domain in error pathVasant Hegde1-1/+15
2023-02-16iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang1-1/+2
2023-02-16iommu/vt-d: Fix PASID directory pointer coherencyJacob Pan1-0/+7
2023-02-16iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan1-1/+6
2023-02-16iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu1-4/+12
2023-02-16iommu/amd: Improve page fault error reportingVasant Hegde1-0/+9
2023-02-16iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde1-4/+9
2023-02-16iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe1-2/+6
2023-02-16iommu/of: mark an unused function as __maybe_unusedRandy Dunlap1-2/+4
2023-02-16iommufd: Do not add the same hwpt to the ioas->hwpt_list twiceJason Gunthorpe1-4/+0
2023-02-14iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe1-1/+1
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman3-3/+3
2023-02-03Merge branch 'vfio-no-iommu' into iommufd.git for-nextJason Gunthorpe3-20/+89
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe3-20/+89
2023-02-03iommu: dart: DART_T8110_ERROR range should be 0 to 5Eric Curtin1-2/+2
2023-02-03iommu/vt-d: Enable IOMMU perfmon supportKan Liang2-0/+6
2023-02-03iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang4-2/+95
2023-02-03iommu/vt-d: Support cpumask for IOMMU perfmonKan Liang1-8/+105
2023-02-03iommu/vt-d: Add IOMMU perfmon supportKan Liang3-0/+565
2023-02-03iommu/vt-d: Support Enhanced Command InterfaceKan Liang3-0/+99
2023-02-03iommu/vt-d: Retrieve IOMMU perfmon capability informationKan Liang6-1/+273
2023-02-03iommu/vt-d: Support size of the register set in DRHDKan Liang1-4/+7
2023-02-03iommu/vt-d: Set No Execute Enable bit in PASID table entryLu Baolu1-0/+11
2023-02-03iommu/vt-d: Remove sva from intel_svm_devLu Baolu2-15/+9
2023-02-03iommu/vt-d: Remove users from intel_svm_devLu Baolu2-36/+27
2023-02-03iommu/vt-d: Remove unused fields in svm structuresLu Baolu2-6/+0
2023-02-03iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu3-2/+5
2023-02-03iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia1-1/+15
2023-02-03iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter1-7/+44
2023-02-03iommu/exynos: Add missing set_platform_dma_ops callbackMarek Szyprowski1-0/+5
2023-02-03mm: discard __GFP_ATOMICNeilBrown1-2/+2
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe7-63/+69
2023-01-25iommu/exynos: Implement fault handling on SysMMU v7Sam Protsenko1-4/+44
2023-01-25iommu/exynos: Abstract getting the fault infoSam Protsenko1-62/+100
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel7-63/+69
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe1-1/+1
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe1-6/+9
2023-01-25iommu/intel: Use GFP_KERNEL in sleepable contextsJason Gunthorpe1-2/+2
2023-01-25iommu/intel: Support the gfp argument to the map_pages opJason Gunthorpe1-9/+15
2023-01-25iommu/intel: Add a gfp parameter to alloc_pgtable_page()Jason Gunthorpe3-9/+9
2023-01-25iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe1-2/+2
2023-01-25iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()Jason Gunthorpe1-2/+9
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe2-18/+13
2023-01-25iommu: Remove iommu_map_atomic()Jason Gunthorpe2-8/+1