summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* vfio: Use dev_printk() when possibleBjorn Helgaas2019-04-221-13/+10Star
* vfio/pci: use correct format charactersLouis Taylor2019-04-031-2/+2
* vfio_pci: Enable memory accesses before calling pci_map_romEric Auger2019-02-181-5/+14
* vfio/pci: Restore device state on PM transitionAlex Williamson2019-02-181-8/+63
* Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-12-291-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/+2Star
|\ \ | |/ |/|
| * PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-201-2/+2
| * PCI: Unify try slot and bus reset APISinan Kaya2018-07-201-4/+2Star
* | 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-071-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-221-3/+0Star
|/
* vfio-pci: Allow mapping MSIX BARAlexey Kardashevskiy2017-12-201-56/+8Star
* 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/+7Star
* vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede2016-11-171-30/+19Star
* 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-261-5/+4Star
| * vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson2016-02-231-2/+8
| * vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson2016-02-231-4/+11
| * vfio/pci: Intel IGD OpRegion supportAlex Williamson2016-02-231-0/+7
| * vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2016-02-231-5/+76
| * vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson2016-02-231-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-201-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/+2Star
* vfio-pci: Allow PCI IDs to be specified as module optionsAlex Williamson2015-04-071-0/+49