aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesGravatar Yi Liu 1-0/+13
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesGravatar Yi Liu 8-1/+29
2023-07-25vfio: Record devid in vfio_device_fileGravatar Yi Liu 3-13/+15
2023-07-25vfio-iommufd: Split bind/attach into two stepsGravatar Yi Liu 3-22/+39
2023-07-25vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Gravatar Yi Liu 3-14/+30
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathGravatar Yi Liu 3-0/+10
2023-07-25vfio: Add cdev_device_open_cnt to vfio_groupGravatar Yi Liu 2-0/+36
2023-07-25vfio: Block device access via device fd until device is openedGravatar Yi Liu 3-1/+27
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Gravatar Yi Liu 3-20/+33
2023-07-25vfio: Accept vfio device file in the KVM facing kAPIGravatar Yi Liu 2-1/+38
2023-07-25vfio: Refine vfio file kAPIs for KVMGravatar Yi Liu 3-36/+69
2023-07-25vfio: Allocate per device file structureGravatar Yi Liu 3-7/+43
2023-07-25vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESETGravatar Yi Liu 1-11/+50
2023-07-25vfio/pci: Copy hot-reset device info to userspace in the devices loopGravatar Yi Liu 1-60/+33
2023-07-25vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevGravatar Yi Liu 2-7/+91
2023-07-25vfio: Add helper to search vfio_device in a dev_setGravatar Yi Liu 2-5/+16
2023-07-25vfio/pci: Move the existing hot reset logic to be a helperGravatar Yi Liu 1-23/+32
2023-07-25vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()Gravatar Yi Liu 1-3/+2
2023-06-30Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 17-131/+593
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2023-06-27vfio/mdev: Move the compat_class initialization to module initGravatar Eric Farman 1-9/+14
2023-06-19mm: ptep_get() conversionGravatar Ryan Roberts 1-2/+5
2023-06-16vfio/cdx: add support for CDX busGravatar Nipun Gupta 6-0/+289
2023-06-16vfio/fsl: Create Kconfig sub-menuGravatar Alex Williamson 1-1/+5
2023-06-16vfio/platform: Cleanup KconfigGravatar Alex Williamson 4-11/+20
2023-06-16vfio/pci: Cleanup KconfigGravatar Alex Williamson 4-6/+10
2023-06-16vfio/pci-core: Add capability for AtomicOp completer supportGravatar Alex Williamson 1-0/+38
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2023-05-30bus: fsl-mc: Make remove function return voidGravatar Uwe Kleine-König 1-2/+1
2023-05-26vfio/pci: Also demote hiding standard cap messagesGravatar Alex Williamson 1-2/+2
2023-05-23vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-XGravatar Reinette Chatre 1-1/+1
2023-05-23vfio/pci: Support dynamic MSI-XGravatar Reinette Chatre 1-6/+41
2023-05-23vfio/pci: Probe and store ability to support dynamic MSI-XGravatar Reinette Chatre 1-1/+4
2023-05-23vfio/pci: Update stale commentGravatar Reinette Chatre 1-5/+3
2023-05-23vfio/pci: Remove interrupt context counterGravatar Reinette Chatre 1-12/+1
2023-05-23vfio/pci: Use xarray for interrupt context storageGravatar Reinette Chatre 2-45/+47
2023-05-23vfio/pci: Move to single error pathGravatar Reinette Chatre 1-7/+10
2023-05-23vfio/pci: Prepare for dynamic interrupt context storageGravatar Reinette Chatre 1-66/+149
2023-05-23vfio/pci: Remove negative check on unsigned vectorGravatar Reinette Chatre 1-7/+8
2023-05-23vfio/pci: Consolidate irq cleanup on MSI/MSI-X disableGravatar Reinette Chatre 1-2/+1
2023-05-23vfio/pci: demote hiding ecap messages to debug levelGravatar Oleksandr Natalenko 1-2/+2
2023-05-23vfio/type1: check pfn valid before converting to struct pageGravatar Yan Zhao 1-0/+5
2023-05-02Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+7
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-83/+13
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2023-04-14vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.Gravatar K V P, Satyanarayana 1-0/+7
2023-04-04Merge branch 'iommufd/for-rc' into for-nextGravatar Jason Gunthorpe 1-10/+4
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-10/+4
2023-03-31vfio: Check the presence for iommufd callbacks in __vfio_register_dev()Gravatar Yi Liu 2-5/+3