summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-03-22iommu/ipmmu-vmsa: Call arm_iommu_release_mapping() in release pathLu Baolu1-2/+12
2023-03-22iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde1-1/+2
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde5-12/+23
2023-03-22iommu/omap: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-03-22iommu: Use of_property_present() for testing DT property presenceRob Herring2-2/+2
2023-03-22iommu: Spelling s/cpmxchg64/cmpxchg64/Geert Uytterhoeven1-2/+2
2023-03-22iommu/fsl: fix all kernel-doc warnings in fsl_pamu.cRandy Dunlap1-4/+5
2023-03-22iommu/ipmmu-vmsa: remove R-Car H3 ES1.* handlingWolfram Sang1-1/+0
2023-03-22iommu/sun50i: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-22iommu: Make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov1-0/+4
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov1-2/+2
2023-03-10iommufd/selftest: Catch overflow of uptr and lengthJason Gunthorpe1-2/+7
2023-03-06iommufd/selftest: Make selftest create a more complete mock deviceJason Gunthorpe3-66/+181
2023-03-06iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'Jason Gunthorpe2-2/+2
2023-03-06iommufd: Make iommufd_hw_pagetable_alloc() do iopt_table_add_domain()Jason Gunthorpe3-53/+85
2023-03-06iommufd: Move iommufd_device to iommufd_private.hJason Gunthorpe2-17/+18
2023-03-06iommufd: Move ioas related HWPT destruction into iommufd_hw_pagetable_destroy()Jason Gunthorpe2-23/+21
2023-03-06iommufd: Consistently manage hwpt_itemJason Gunthorpe1-1/+8
2023-03-06iommufd: Add iommufd_lock_obj() around the auto-domains hwptsJason Gunthorpe1-0/+3
2023-03-06iommufd: Assert devices_lock for iommufd_hw_pagetable_has_group()Jason Gunthorpe1-0/+2
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