summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci
AgeCommit message (Expand)Author
2021-06-30vfio/pci: Handle concurrent vma faultsAlex Williamson
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockLuis Chamberlain
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy
2021-05-24vfio/pci: zap_vma_ptes() needs MMURandy Dunlap
2021-05-24vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-04-13vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe
2021-04-06vfio/pci: Replace uses of vfio_device_data() with container_ofJason Gunthorpe
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe
2021-04-06vfio/pci: Use vfio_init/register/unregister_group_devJason Gunthorpe
2021-04-06vfio/pci: Re-order vfio_pci_probe()Jason Gunthorpe
2021-04-06vfio/pci: Move VGA and VF initialization to functionsJason Gunthorpe
2021-04-06vfio/pci: remove vfio_pci_nvlink2Christoph Hellwig
2021-04-06vfio/pci: fix a couple of spelling mistakesZhen Lei
2021-04-06vfio/pci: Add support for opregion v2.1+Fred Gao
2021-04-06vfio/pci: Remove an unnecessary blank line in vfio_pci_enableZhou Wang
2021-04-06vfio: pci: Spello fix in the file vfio_pci.cBhaskar Chowdhury
2021-03-29vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe
2021-02-19vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy
2021-02-02vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy
2021-02-01vfio-pci/zdev: remove unused vdev argumentMax Gurtovoy
2021-02-01vfio/pci: Fix handling of pci use accessor return codesHeiner Kallweit
2020-12-02vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy
2020-12-02vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe
2020-12-02vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger
2020-11-03vfio/pci: Bypass IGD init in case of -ENODEVFred Gao
2020-11-03vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-10-19vfio/pci: Clear token on bypass registration failureAlex Williamson
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson
2020-10-12vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato
2020-09-22Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson
2020-09-22vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnMatthew Rosato
2020-09-21vfio/pci: Don't regenerate vconfig for all BARs if !bardirtyZenghui Yu
2020-09-21vfio/pci: Remove redundant declaration of vfio_pci_driverZenghui Yu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-17vfio-pci: Avoid recursive read-lock usageAlex Williamson
2020-07-27vfio/pci: Add QAT devices to denylistGiovanni Cabiddu
2020-07-27vfio/pci: Add device denylistGiovanni Cabiddu
2020-07-27vfio/pci: Hold igate across releasing eventfd contextsAlex Williamson
2020-07-27vfio/pci: Add Intel X550 to hidden INTx devicesAlex Williamson
2020-07-17vfio/pci: fix racy on error and request eventfd ctxZeng Tao
2020-06-25vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson
2020-06-17vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds