aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel-svm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu1-0/+5
2021-04-07iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu1-13/+3
2021-04-07iommu/vt-d: Remove svm_dev_opsLu Baolu1-7/+0
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-1/+1
2020-05-18iommu/vt-d: Replace intel SVM APIs with generic SVA APIsJacob Pan1-86/+0
2020-05-18iommu/vt-d: Add bind guest PASID supportJacob Pan1-0/+12
2020-02-10iommu/vt-d: Fix compile warning from intel-svm.hJoerg Roedel1-1/+1
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and 'core' into nextJoerg Roedel1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-28iommu/vt-d: Fix typo in SVM code commentWeitao Hou1-1/+1
2019-01-11iommu/vt-d: Support page request in scalable modeJacob Pan1-1/+1
2017-05-17iommu/vt-d: Helper function to query if a pasid has any active usersCQ Tang1-0/+20
2015-10-27iommu/vt-d: Expose struct svm_dev_ops without CONFIG_INTEL_IOMMU_SVMDavid Woodhouse1-2/+2
2015-10-15iommu/vt-d: Implement SVM_FLAG_SUPERVISOR_MODE for kernel accessDavid Woodhouse1-1/+14
2015-10-15iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDsDavid Woodhouse1-0/+11
2015-10-15iommu/vt-d: Add callback to device driver on page faultsDavid Woodhouse1-3/+18
2015-10-15iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse1-0/+82