summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-05vfio: Make vfio_device_open() truly device specificYi Liu1-17/+29
2022-12-05vfio: Swap order of vfio_device_container_register() and open_device()Yi Liu1-8/+9
2022-12-05vfio: Set device->group in helper functionYi Liu1-15/+26
2022-12-05vfio: Create wrappers for group register/unregisterYi Liu1-7/+16
2022-12-05vfio: Move the sanity check of the group to vfio_create_group()Jason Gunthorpe1-37/+25
2022-12-05vfio: Simplify vfio_create_group()Jason Gunthorpe1-23/+10
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe1245-42057/+48280
2022-12-02Merge patch series "Connect VFIO to IOMMUFD"Jason Gunthorpe18-196/+714
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-27Linux 6.1-rc7v6.1-rc7Linus Torvalds1-1/+1
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-9/+28
2022-11-27Merge tag 'usb-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-81/+46
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-34/+39
2022-11-27Merge tag 'timers_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+5
2022-11-27Merge tag 'objtool_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+4
2022-11-27Merge tag 'x86_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-44/+112
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+25
2022-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-83/+251
2022-11-27Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-3/+5