summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu2021-04-071-2/+2
* iommu/vt-d: Calculate and set flags for handle_mm_faultJacob Pan2021-03-181-3/+6
* iommu/vt-d: Reject unsupported page request modesJacob Pan2021-03-181-1/+11
* iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu2021-01-291-4/+1
* iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu2021-01-291-2/+11
* iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu2021-01-281-46/+9
* iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu2021-01-121-2/+20
* iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L2021-01-071-4/+5
* iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu2021-01-071-6/+8
* iommu/ioasid: Add ioasid referencesJean-Philippe Brucker2020-11-231-3/+3
* iommu/vt-d: Fix a bug for PDP check in prq_event_threadLiu, Yi L2020-11-031-1/+1
* iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()Liu Yi L2020-11-031-0/+6
* Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-3/+10
|\
| * iommu/vt-d: Check UAPI data processed by IOMMU coreJacob Pan2020-10-011-2/+9
| * iommu/uapi: Use named union for user dataJacob Pan2020-10-011-1/+1
* | x86/mmu: Allocate/free a PASIDFenghua Yu2020-09-171-1/+27
* | iommu/vt-d: Change flags type to unsigned int in binding mmFenghua Yu2020-09-171-3/+4
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-6/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-121-1/+2
|\