aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu1-10/+10
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe1-1/+1
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson1-0/+1
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe1-1/+3
2022-05-11vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdataJason Gunthorpe1-1/+1
2022-04-28vfio: Set DMA ownership for VFIO devicesLu Baolu1-0/+1
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe1-0/+1
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy1-11/+3
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy1-1/+8
2021-08-26vfio/pci: Move module parameters to vfio_pci.cYishai Hadas1-0/+23
2021-08-26vfio/pci: Move igd initialization to vfio_pci.cMax Gurtovoy1-1/+28
2021-08-26vfio/pci: Split the pci_driver code out of vfio_pci_core.cMax Gurtovoy1-0/+223
2021-08-26vfio/pci: Rename vfio_pci.c to vfio_pci_core.cMax Gurtovoy1-2320/+0
2021-08-11vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device setJason Gunthorpe1-124/+89
2021-08-11vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_setJason Gunthorpe1-92/+82
2021-08-11vfio/pci: Move to the device set infrastructureYishai Hadas1-125/+37
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy1-2/+4
2021-06-30vfio/pci: Handle concurrent vma faultsAlex Williamson1-8/+21
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockLuis Chamberlain1-7/+4
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy1-7/+0
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-134/+140
2021-04-13vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt1-1/+3
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/vfio/nvlink' into v5.13/vfio/nextAlex Williamson1-20/+1
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe1-1/+1
2021-04-06vfio/pci: Replace uses of vfio_device_data() with container_ofJason Gunthorpe1-43/+24
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe1-18/+29
2021-04-06vfio/pci: Use vfio_init/register/unregister_group_devJason Gunthorpe1-5/+5
2021-04-06vfio/pci: Re-order vfio_pci_probe()Jason Gunthorpe1-8/+9
2021-04-06vfio/pci: Move VGA and VF initialization to functionsJason Gunthorpe1-42/+74
2021-04-06vfio/pci: remove vfio_pci_nvlink2Christoph Hellwig1-18/+0
2021-04-06vfio/pci: Remove an unnecessary blank line in vfio_pci_enableZhou Wang1-1/+0
2021-04-06vfio: pci: Spello fix in the file vfio_pci.cBhaskar Chowdhury1-1/+1
2021-02-19vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy1-7/+5
2020-12-02vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe1-2/+2
2020-12-02vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger1-2/+1
2020-11-03vfio/pci: Bypass IGD init in case of -ENODEVFred Gao1-1/+1
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+37
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-20/+18
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.10/vfio/nextAlex Williamson1-0/+37
2020-10-12vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato1-0/+37
2020-09-21vfio/pci: Remove redundant declaration of vfio_pci_driverZenghui Yu1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-27vfio/pci: Add QAT devices to denylistGiovanni Cabiddu1-0/+15
2020-07-27vfio/pci: Add device denylistGiovanni Cabiddu1-0/+33
2020-07-27vfio/pci: Hold igate across releasing eventfd contextsAlex Williamson1-3/+1
2020-07-27vfio/pci: Add Intel X550 to hidden INTx devicesAlex Williamson1-0/+2
2020-07-17vfio/pci: fix racy on error and request eventfd ctxZeng Tao1-0/+5
2020-06-17vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson1-2/+6
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-7/+7
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-4/+4