summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-21vfio_pci: Allow mapping extra regionsAlexey Kardashevskiy1-0/+9
2018-12-12vfio/pci: Parallelize device open and releaseAlex Williamson1-24/+136
2018-09-25vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson1-2/+6
2018-08-16Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+14
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2018-08-06vfio-pci: Disable binding to PFs with SR-IOV enabledAlex Williamson1-0/+13
2018-08-06vfio: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-07-20PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya1-2/+2
2018-07-20PCI: Unify try slot and bus reset APISinan Kaya1-4/+2
2018-07-18vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-04-07Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+35
2018-03-26vfio/pci: Add ioeventfd supportAlex Williamson1-0/+35
2018-03-22Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"Alex Williamson1-3/+0
2017-12-20vfio-pci: Allow mapping MSIX BARAlexey Kardashevskiy1-56/+8
2017-12-20vfio: Simplify capability helperAlex Williamson1-6/+8
2017-12-20vfio-pci: Mask INTx if a device is not capabable of enabling itAlexey Kardashevskiy1-0/+3
2017-07-26vfio/pci: Use pci_try_reset_function() on initial openAlex Williamson1-1/+8
2017-06-13vfio/pci: Add Intel XXV710 to hidden INTx devicesAlex Williamson1-2/+2
2017-01-04vfio-pci: Handle error from pci_iomapArvind Yadav1-0/+4
2016-11-17vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-27/+7
2016-11-17vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede1-30/+19