summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-12-281-24/+136
|\
| * vfio/pci: Parallelize device open and releaseAlex Williamson2018-12-121-24/+136
* | vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriverAlexey Kardashevskiy2018-12-211-2/+25
* | vfio_pci: Allow regions to add own capabilitiesAlexey Kardashevskiy2018-12-211-0/+6
* | vfio_pci: Allow mapping extra regionsAlexey Kardashevskiy2018-12-211-0/+9
|/
* vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2018-09-251-2/+6
* Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-08-161-1/+14
|\
| * vfio-pci: Disable binding to PFs with SR-IOV enabledAlex Williamson2018-08-061-0/+13
| * vfio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-1/+1
* | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-4/+2
|\ \ | |/ |/|
| * PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-191-2/+2
| * PCI: Unify try slot and bus reset APISinan Kaya2018-07-191-4/+2
* | vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva2018-07-181-0/+4
|/
* Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-04-061-0/+35
|\
| * vfio/pci: Add ioeventfd supportAlex Williamson2018-03-261-0/+35
* | Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"Alex Williamson2018-03-211-3/+0
|/
* vfio-pci: Allow mapping MSIX BARAlexey Kardashevskiy2017-12-201-56/+8
* vfio: Simplify capability helperAlex Williamson2017-12-201-6/+8
* vfio-pci: Mask INTx if a device is not capabable of enabling itAlexey Kardashevskiy2017-12-201-0/+3
* vfio/pci: Use pci_try_reset_function() on initial openAlex Williamson2017-07-261-1/+8
* vfio/pci: Add Intel XXV710 to hidden INTx devicesAlex Williamson2017-06-131-2/+2
* vfio-pci: Handle error from pci_iomapArvind Yadav2017-01-041-0/+4
* vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-27/+7
* vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede2016-11-171-30/+19
* vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2016-10-261-12/+21
* vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie2016-07-081-6/+82
* vfio/pci: Hide broken INTx support from userAlex Williamson2016-04-281-10/+45
* Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-03-171-7/+168
|\
| * vfio/pci: return -EFAULT if copy_to_user failsDan Carpenter2016-02-251-5/+4
| * vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson2016-02-221-2/+8
| * vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson2016-02-221-4/+11
| * vfio/pci: Intel IGD OpRegion supportAlex Williamson2016-02-221-0/+7
| * vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2016-02-221-5/+76
| * vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson2016-02-221-1/+72
* | vfio: fix ioctl error handlingMichael S. Tsirkin2016-02-281-3/+6
|/
* vfio: Include No-IOMMU modeAlex Williamson2015-12-211-4/+4
* Revert: "vfio: Include No-IOMMU mode"Alex Williamson2015-12-041-4/+4
* vfio-pci: constify pci_error_handlers structuresJulia Lawall2015-11-191-1/+1
* vfio: Include No-IOMMU modeAlex Williamson2015-11-041-4/+4
* vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson2015-06-091-7/+9
* vfio-pci: Log device requests more verboselyAlex Williamson2015-05-011-1/+7
* vfio-pci: Fix use after freeAlex Williamson2015-04-081-0/+1
* vfio-pci: Move idle devices to D3hot power stateAlex Williamson2015-04-071-3/+33
* vfio-pci: Remove warning if try-reset failsAlex Williamson2015-04-071-8/+2
* vfio-pci: Allow PCI IDs to be specified as module optionsAlex Williamson2015-04-071-0/+49
* vfio-pci: Add VGA arbiter clientAlex Williamson2015-04-071-4/+63
* vfio-pci: Add module option to disable VGA region accessAlex Williamson2015-04-071-3/+16
* vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis2015-03-161-8/+0
* vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis2015-03-161-3/+3
* vfio-pci: Add device request interfaceAlex Williamson2015-02-101-1/+20
OpenPOWER on IntegriCloud