aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesGravatar Jason Gunthorpe 1-0/+3
2022-09-21vfio/pci: Use the new device life cycle helpersGravatar Yi Liu 1-10/+10
2022-09-01vfio/pci: Split linux/vfio_pci_core.hGravatar Jason Gunthorpe 1-1/+1
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextGravatar Alex Williamson 1-0/+1
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Gravatar Jason Gunthorpe 1-1/+3
2022-05-11vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdataGravatar Jason Gunthorpe 1-1/+1
2022-04-28vfio: Set DMA ownership for VFIO devicesGravatar Lu Baolu 1-0/+1
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlGravatar Jason Gunthorpe 1-0/+1
2021-08-26vfio/pci: Introduce vfio_pci_core.koGravatar Max Gurtovoy 1-11/+3
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemGravatar Max Gurtovoy 1-1/+8
2021-08-26vfio/pci: Move module parameters to vfio_pci.cGravatar Yishai Hadas 1-0/+23
2021-08-26vfio/pci: Move igd initialization to vfio_pci.cGravatar Max Gurtovoy 1-1/+28
2021-08-26vfio/pci: Split the pci_driver code out of vfio_pci_core.cGravatar Max Gurtovoy 1-0/+223
2021-08-26vfio/pci: Rename vfio_pci.c to vfio_pci_core.cGravatar Max Gurtovoy 1-2320/+0
2021-08-11vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device setGravatar Jason Gunthorpe 1-124/+89
2021-08-11vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_setGravatar Jason Gunthorpe 1-92/+82
2021-08-11vfio/pci: Move to the device set infrastructureGravatar Yishai Hadas 1-125/+37
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callGravatar Max Gurtovoy 1-2/+4
2021-06-30vfio/pci: Handle concurrent vma faultsGravatar Alex Williamson 1-8/+21
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockGravatar Luis Chamberlain 1-7/+4
2021-06-15vfio: centralize module refcount in subsystem layerGravatar Max Gurtovoy 1-7/+0
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-134/+140
2021-04-13vfio/pci: Add missing range check in vfio_pci_mmapGravatar Christian A. Ehrhardt 1-1/+3
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Gravatar Alex Williamson 1-20/+1
2021-04-06vfio: Remove device_data from the vfio bus driver APIGravatar Jason Gunthorpe 1-1/+1
2021-04-06vfio/pci: Replace uses of vfio_device_data() with container_ofGravatar Jason Gunthorpe 1-43/+24
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Gravatar Jason Gunthorpe 1-18/+29
2021-04-06vfio/pci: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 1-5/+5
2021-04-06vfio/pci: Re-order vfio_pci_probe()Gravatar Jason Gunthorpe 1-8/+9
2021-04-06vfio/pci: Move VGA and VF initialization to functionsGravatar Jason Gunthorpe 1-42/+74
2021-04-06vfio/pci: remove vfio_pci_nvlink2Gravatar Christoph Hellwig 1-18/+0
2021-04-06vfio/pci: Remove an unnecessary blank line in vfio_pci_enableGravatar Zhou Wang 1-1/+0
2021-04-06vfio: pci: Spello fix in the file vfio_pci.cGravatar Bhaskar Chowdhury 1-1/+1
2021-02-19vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigGravatar Max Gurtovoy 1-7/+5
2020-12-02vfio-pci: Use io_remap_pfn_range() for PCI IO memoryGravatar Jason Gunthorpe 1-2/+2
2020-12-02vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Gravatar Eric Auger 1-2/+1
2020-11-03vfio/pci: Bypass IGD init in case of -ENODEVGravatar Fred Gao 1-1/+1
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-1/+37
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackGravatar Jann Horn 1-20/+18
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Gravatar Alex Williamson 1-0/+37
2020-10-12vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOGravatar Matthew Rosato 1-0/+37
2020-09-21vfio/pci: Remove redundant declaration of vfio_pci_driverGravatar Zenghui Yu 1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-27vfio/pci: Add QAT devices to denylistGravatar Giovanni Cabiddu 1-0/+15
2020-07-27vfio/pci: Add device denylistGravatar Giovanni Cabiddu 1-0/+33
2020-07-27vfio/pci: Hold igate across releasing eventfd contextsGravatar Alex Williamson 1-3/+1
2020-07-27vfio/pci: Add Intel X550 to hidden INTx devicesGravatar Alex Williamson 1-0/+2
2020-07-17vfio/pci: fix racy on error and request eventfd ctxGravatar Zeng Tao 1-0/+5
2020-06-17vfio/pci: Clear error and request eventfd ctx after releasingGravatar Alex Williamson 1-2/+6
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-7/+7