summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2023-03-10iommufd/selftest: Catch overflow of uptr and lengthJason Gunthorpe
2023-03-06iommufd/selftest: Make selftest create a more complete mock deviceJason Gunthorpe
2023-03-06iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'Jason Gunthorpe
2023-03-06iommufd: Make iommufd_hw_pagetable_alloc() do iopt_table_add_domain()Jason Gunthorpe
2023-03-06iommufd: Move iommufd_device to iommufd_private.hJason Gunthorpe
2023-03-06iommufd: Move ioas related HWPT destruction into iommufd_hw_pagetable_destroy()Jason Gunthorpe
2023-03-06iommufd: Consistently manage hwpt_itemJason Gunthorpe
2023-03-06iommufd: Add iommufd_lock_obj() around the auto-domains hwptsJason Gunthorpe
2023-03-06iommufd: Assert devices_lock for iommufd_hw_pagetable_has_group()Jason Gunthorpe
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-02-18iommu/amd: Skip attach device domain is same as new domainVasant Hegde
2023-02-18iommu: Attach device group to old domain in error pathVasant Hegde
2023-02-16iommu/vt-d: Allow to use flush-queue when first level is defaultTina Zhang
2023-02-16iommu/vt-d: Fix PASID directory pointer coherencyJacob Pan
2023-02-16iommu/vt-d: Avoid superfluous IOTLB tracking in lazy modeJacob Pan
2023-02-16iommu/vt-d: Fix error handling in sva enable/disable pathsLu Baolu
2023-02-16iommu/amd: Improve page fault error reportingVasant Hegde
2023-02-16iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde
2023-02-16iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe
2023-02-16iommu/of: mark an unused function as __maybe_unusedRandy Dunlap
2023-02-15iommufd: Do not add the same hwpt to the ioas->hwpt_list twiceJason Gunthorpe
2023-02-14iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman
2023-02-03Merge branch 'vfio-no-iommu' into iommufd.git for-nextJason Gunthorpe
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe
2023-02-03iommu: dart: DART_T8110_ERROR range should be 0 to 5Eric Curtin
2023-02-03iommu/vt-d: Enable IOMMU perfmon supportKan Liang
2023-02-03iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang
2023-02-03iommu/vt-d: Support cpumask for IOMMU perfmonKan Liang
2023-02-03iommu/vt-d: Add IOMMU perfmon supportKan Liang
2023-02-03iommu/vt-d: Support Enhanced Command InterfaceKan Liang
2023-02-03iommu/vt-d: Retrieve IOMMU perfmon capability informationKan Liang
2023-02-03iommu/vt-d: Support size of the register set in DRHDKan Liang
2023-02-03iommu/vt-d: Set No Execute Enable bit in PASID table entryLu Baolu
2023-02-03iommu/vt-d: Remove sva from intel_svm_devLu Baolu
2023-02-03iommu/vt-d: Remove users from intel_svm_devLu Baolu
2023-02-03iommu/vt-d: Remove unused fields in svm structuresLu Baolu
2023-02-03iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu
2023-02-03iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia
2023-02-03iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter
2023-02-03iommu/exynos: Add missing set_platform_dma_ops callbackMarek Szyprowski
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe
2023-01-25iommu/exynos: Implement fault handling on SysMMU v7Sam Protsenko
2023-01-25iommu/exynos: Abstract getting the fault infoSam Protsenko
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel