summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge 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/v...Alex 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.1...Alex 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-24treewide: 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-18vfio/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
2020-05-26Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' a...Alex Williamson1-26/+327
2020-05-26vfio/pci: fix memory leaks of eventfd ctxQian Cai1-0/+4
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson1-33/+258
2020-05-18vfio-pci: Fault mmaps to enable vma trackingAlex Williamson1-2/+74
2020-03-24vfio/pci: Cleanup .probe() exit pathsAlex Williamson1-29/+25
2020-03-24vfio/pci: Remove dev_fmt definitionAlex Williamson1-1/+0
2020-03-24vfio/pci: Add sriov_configure supportAlex Williamson1-11/+95
2020-03-24vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first userAlex Williamson1-0/+59
2020-03-24vfio/pci: Introduce VF tokenAlex Williamson1-1/+197
2020-03-24vfio/pci: Implement match opsAlex Williamson1-0/+8
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-4/+7
2019-08-22vfio_pci: Restore original state on releasehexin1-4/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas1-13/+10
2019-04-03vfio/pci: use correct format charactersLouis Taylor1-2/+2
2019-02-19vfio_pci: Enable memory accesses before calling pci_map_romEric Auger1-5/+14
2019-02-19vfio/pci: Restore device state on PM transitionAlex Williamson1-8/+63
2018-12-29Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-24/+136
2018-12-21vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriverAlexey Kardashevskiy1-2/+25
2018-12-21vfio_pci: Allow regions to add own capabilitiesAlexey Kardashevskiy1-0/+6