summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel/svm.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-217/+3
2022-03-04iommu/vt-d: Remove unused function intel_svm_capable()YueHaibing1-5/+0
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu1-3/+3
2022-02-28iommu/vt-d: Remove guest pasid related callbacksLu Baolu1-209/+0
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu1-9/+0
2021-10-18iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu1-23/+1
2021-09-09iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu1-0/+12
2021-09-09iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu1-3/+0
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel1-5/+2
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu1-4/+0
2021-08-18iommu/vt-d: Fix PASID reference leakFenghua Yu1-1/+2
2021-06-10iommu/vt-d: Fix out-bounds-warning in intel/svm.cGustavo A. R. Silva1-10/+16
2021-06-10iommu/vt-d: Add PRQ handling latency samplingLu Baolu1-3/+13
2021-06-10iommu/vt-d: Add prq_report trace eventLu Baolu1-0/+7
2021-06-10iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu1-79/+5
2021-06-10iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu1-7/+30
2021-06-10iommu/vt-d: Refactor prq_event_thread()Lu Baolu1-103/+136
2021-06-10iommu/vt-d: Use common helper to lookup svm devicesLu Baolu1-28/+40
2021-06-10iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu1-162/+116
2021-06-10iommu/vt-d: Add pasid private data helpersLu Baolu1-21/+41
2021-04-07iommu/vt-d: Report the right page fault addressLu Baolu1-1/+1
2021-04-07iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu1-22/+18
2021-04-07iommu/vt-d: Remove svm_dev_opsLu Baolu1-14/+1
2021-04-07iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu1-2/+2
2021-03-18iommu/vt-d: Calculate and set flags for handle_mm_faultJacob Pan1-3/+6
2021-03-18iommu/vt-d: Reject unsupported page request modesJacob Pan1-1/+11
2021-01-29iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu1-4/+1
2021-01-29iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu1-2/+11
2021-01-28iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu1-46/+9
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu1-2/+20
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L1-4/+5
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu1-6/+8
2020-11-23iommu/ioasid: Add ioasid referencesJean-Philippe Brucker1-3/+3
2020-11-03iommu/vt-d: Fix a bug for PDP check in prq_event_threadLiu, Yi L1-1/+1
2020-11-03iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()Liu Yi L1-0/+6
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+10
2020-10-01iommu/vt-d: Check UAPI data processed by IOMMU coreJacob Pan1-2/+9
2020-10-01iommu/uapi: Use named union for user dataJacob Pan1-1/+1
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu1-1/+27
2020-09-17iommu/vt-d: Change flags type to unsigned int in binding mmFenghua Yu1-3/+4
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-6/+6
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+2
2020-07-24iommu/vt-d: Rename intel-pasid.h to pasid.hLu Baolu1-1/+1
2020-07-24iommu/vt-d: Add page response ops supportLu Baolu1-0/+99
2020-07-24iommu/vt-d: Report page request faults for guest SVALu Baolu1-18/+85
2020-07-24iommu/vt-d: Add a helper to get svm and sdev for pasidLu Baolu1-50/+65
2020-07-24iommu/vt-d: Refactor device_to_iommu() helperLu Baolu1-4/+4
2020-07-24iommu/vt-d: Disable multiple GPASID-dev bindJacob Pan1-13/+9
2020-06-12Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1002