summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel/svm.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Fix incorrect cache invalidation for mm notificationLu Baolu2023-12-081-0/+26
* Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-011-55/+7
|\
| * iommu/vt-d: Make prq draining code genericLu Baolu2023-08-091-15/+2
| * iommu/vt-d: Remove pasid_mutexLu Baolu2023-08-091-40/+5
* | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-4/+4
|/
* iommu: Remove ioasid infrastructureJason Gunthorpe2023-03-311-1/+0
* iommu/ioasid: Rename INVALID_IOASIDJacob Pan2023-03-311-1/+1
* iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang2023-02-031-1/+1
* iommu/vt-d: Remove sva from intel_svm_devLu Baolu2023-02-031-14/+9
* iommu/vt-d: Remove users from intel_svm_devLu Baolu2023-02-031-35/+27
* iommu/vt-d: Remove unused fields in svm structuresLu Baolu2023-02-031-2/+0
* iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu2023-02-031-1/+0
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-88/+57
|\
| * iommu: Rename iommu-sva-lib.{c,h}Lu Baolu2022-11-031-1/+1
| * iommu: Remove SVA related callbacks from iommu opsLu Baolu2022-11-031-49/+0
| * iommu/vt-d: Add SVA domain supportLu Baolu2022-11-031-0/+47
| * iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu2022-11-031-42/+13
* | iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()Yang Yingliang2022-12-021-5/+9
* | iommu/vt-d: Add a fix for devices need extra dtlb flushJacob Pan2022-12-021-1/+4
|/
* iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_supportYi Liu2022-09-261-1/+1
* iommu/vt-d: Remove unnecessary SVA data accesses in page fault pathLu Baolu2022-09-261-53/+7
* iommu/vt-d: Refactor iommu information of each domainLu Baolu2022-07-151-1/+1
* iommu/vt-d: Acquiring lock in pasid manipulation helpersLu Baolu2022-07-151-3/+0
* iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()Lu Baolu2022-07-151-3/+3
* iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu2022-07-151-1/+1
* iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu2022-07-151-1/+1
* iommu/vt-d: Drop stop marker messagesLu Baolu2022-04-281-0/+4
* Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-217/+3
|\
| * iommu/vt-d: Remove unused function intel_svm_capable()YueHaibing2022-03-041-5/+0
| * iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu2022-03-041-3/+3
| * iommu/vt-d: Remove guest pasid related callbacksLu Baolu2022-02-281-209/+0
* | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-9/+0
|/
* iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu2021-10-181-23/+1
* iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu2021-09-091-0/+12
* iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu2021-09-091-3/+0
*-. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-5/+2
|\ \
| | * iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu2021-08-191-4/+0
| |/ |/|
| * iommu/vt-d: Fix PASID reference leakFenghua Yu2021-08-181-1/+2
|/
* iommu/vt-d: Fix out-bounds-warning in intel/svm.cGustavo A. R. Silva2021-06-101-10/+16
* iommu/vt-d: Add PRQ handling latency samplingLu Baolu2021-06-101-3/+13
* iommu/vt-d: Add prq_report trace eventLu Baolu2021-06-101-0/+7
* iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu2021-06-101-79/+5
* iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu2021-06-101-7/+30
* iommu/vt-d: Refactor prq_event_thread()Lu Baolu2021-06-101-103/+136
* iommu/vt-d: Use common helper to lookup svm devicesLu Baolu2021-06-101-28/+40
* iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu2021-06-101-162/+116
* iommu/vt-d: Add pasid private data helpersLu Baolu2021-06-101-21/+41
* iommu/vt-d: Report the right page fault addressLu Baolu2021-04-071-1/+1
* iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu2021-04-071-22/+18
* iommu/vt-d: Remove svm_dev_opsLu Baolu2021-04-071-14/+1