summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-02iommufd: Allow iommufd to supply /dev/vfio/vfioJason Gunthorpe2-0/+56
2022-12-02vfio: Make vfio_container optionally compiledJason Gunthorpe3-13/+91
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe2-2/+3
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe8-94/+229
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe11-2/+175
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe4-16/+82
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe3-17/+19
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe3-13/+11
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe2-15/+13
2022-12-02vfio: Move vfio_device driver open/close code to a functionJason Gunthorpe1-42/+53
2022-12-02vfio/ap: Validate iova during dma_unmap and trigger irq disableMatthew Rosato1-1/+17
2022-12-02i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()Yi Liu1-4/+14
2022-11-30Merge patch series "IOMMUFD Generic interface"Jason Gunthorpe40-37/+10452
2022-11-30iommufd: Add a selftestJason Gunthorpe7-0/+2530
2022-11-30iommufd: Add additional invariant assertionsJason Gunthorpe4-2/+70
2022-11-30iommufd: Add some fault injection pointsJason Gunthorpe2-0/+29
2022-11-30iommufd: Add kernel support for testing iommufdJason Gunthorpe10-0/+1061
2022-11-30iommufd: vfio container FD ioctl compatibilityJason Gunthorpe6-6/+534
2022-11-30iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe5-3/+377
2022-11-30iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe5-0/+437
2022-11-30iommufd: Add a HW pagetable objectJason Gunthorpe5-0/+97
2022-11-30iommufd: IOCTLs for the io_pagetableJason Gunthorpe5-1/+731
2022-11-30iommufd: Data structure to provide IOVA to PFN mappingJason Gunthorpe5-0/+1295
2022-11-30iommufd: Algorithms for PFN storageJason Gunthorpe2-0/+917
2022-11-30iommufd: PFN handling for iopt_pagesJason Gunthorpe7-1/+1262
2022-11-30kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe2-1/+2
2022-11-30iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe10-1/+571
2022-11-30iommufd: Document overview of iommufdKevin Tian2-0/+224
2022-11-29scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportJason Gunthorpe1-4/+8
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe4-0/+195
2022-11-29iommu: Add device-centric DMA ownership interfacesLu Baolu2-26/+107
2022-11-29iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCYJason Gunthorpe3-5/+18
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel16-56/+60
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu9-11/+11
2022-11-03iommu: Per-domain I/O page fault handlingLu Baolu1-59/+9
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu5-0/+80
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu7-121/+0
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu3-111/+134
2022-11-03arm-smmu-v3/sva: Add SVA domain supportLu Baolu3-0/+90
2022-11-03iommu/vt-d: Add SVA domain supportLu Baolu3-0/+82
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu2-2/+43
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu2-4/+169
2022-11-03PCI: Enable PASID only when ACS RR & UF enabled on upstream pathLu Baolu1-0/+3
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu10-97/+25
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu2-0/+22
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu4-2/+12
2022-11-01iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen2-2/+2
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen9-35/+9
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen6-9/+11
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen2-0/+36