summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/svm.c
AgeCommit message (Expand)Author
2022-07-15iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()Lu Baolu
2022-07-15iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu
2022-07-15iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu
2022-04-28iommu/vt-d: Drop stop marker messagesLu Baolu
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-04iommu/vt-d: Remove unused function intel_svm_capable()YueHaibing
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu
2022-02-28iommu/vt-d: Remove guest pasid related callbacksLu Baolu
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu
2021-10-18iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu
2021-09-09iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu
2021-09-09iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu
2021-08-18iommu/vt-d: Fix PASID reference leakFenghua Yu
2021-06-10iommu/vt-d: Fix out-bounds-warning in intel/svm.cGustavo A. R. Silva
2021-06-10iommu/vt-d: Add PRQ handling latency samplingLu Baolu
2021-06-10iommu/vt-d: Add prq_report trace eventLu Baolu
2021-06-10iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu
2021-06-10iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu
2021-06-10iommu/vt-d: Refactor prq_event_thread()Lu Baolu
2021-06-10iommu/vt-d: Use common helper to lookup svm devicesLu Baolu
2021-06-10iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu
2021-06-10iommu/vt-d: Add pasid private data helpersLu Baolu
2021-04-07iommu/vt-d: Report the right page fault addressLu Baolu
2021-04-07iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu
2021-04-07iommu/vt-d: Remove svm_dev_opsLu Baolu
2021-04-07iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu
2021-03-18iommu/vt-d: Calculate and set flags for handle_mm_faultJacob Pan
2021-03-18iommu/vt-d: Reject unsupported page request modesJacob Pan
2021-01-29iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu
2021-01-29iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu
2021-01-28iommu/vt-d: Consolidate duplicate cache invaliation codeLu Baolu
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu
2020-11-23iommu/ioasid: Add ioasid referencesJean-Philippe Brucker
2020-11-03iommu/vt-d: Fix a bug for PDP check in prq_event_threadLiu, Yi L
2020-11-03iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()Liu Yi L
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-01iommu/vt-d: Check UAPI data processed by IOMMU coreJacob Pan
2020-10-01iommu/uapi: Use named union for user dataJacob Pan
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2020-09-17iommu/vt-d: Change flags type to unsigned int in binding mmFenghua Yu
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-07-24iommu/vt-d: Rename intel-pasid.h to pasid.hLu Baolu
2020-07-24iommu/vt-d: Add page response ops supportLu Baolu
2020-07-24iommu/vt-d: Report page request faults for guest SVALu Baolu