summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
...
* vfio/pci: Fix typos in commentsWei Jiangang2016-08-291-4/+4
* vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-08-091-36/+49
* vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie2016-07-082-6/+90
* vfio/pci: Allow VPD short readAlex Williamson2016-06-011-1/+2
* vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson2016-05-301-3/+3
* vfio_pci: Test for extended capabilities if config space > 256 bytesAlexey Kardashevskiy2016-05-191-6/+11
* vfio/pci: Add test for BAR restoreAlex Williamson2016-04-281-1/+19
* vfio/pci: Hide broken INTx support from userAlex Williamson2016-04-283-11/+54
* Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-03-178-25/+545
|\
| * 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-233-8/+22
| * vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson2016-02-233-7/+183
| * vfio/pci: Intel IGD OpRegion supportAlex Williamson2016-02-235-0/+131
| * vfio/pci: Enable virtual register in PCI config spaceAlex Williamson2016-02-232-4/+34
| * vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2016-02-232-5/+103
| * vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson2016-02-231-1/+72
| * vfio/pci: Fix unsigned comparison overflowAlex Williamson2016-02-231-8/+9
* | 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
* Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-11-142-7/+75
|\
| * vfio/pci: make an array largerDan Carpenter2015-11-091-2/+2
| * vfio: Include No-IOMMU modeAlex Williamson2015-11-041-4/+4
| * vfio/pci: Use kernel VPD access functionsAlex Williamson2015-10-271-1/+69
* | vfio: Register/unregister irq_bypass_producerFeng Wu2015-10-013-0/+12
|/
* 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
* 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: Split virqfd into a separate module for vfio bus driversAlex Williamson2015-03-171-0/+1
* vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis2015-03-162-10/+1Star
* vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis2015-03-163-219/+2Star
* vfio: pass an opaque pointer on virqfd initializationAntonios Motakis2015-03-161-14/+16
* vfio: add local lock for virqfd instead of depending on VFIO PCIAntonios Motakis2015-03-161-15/+16
* vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis2015-03-163-7/+7
* vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportAntonios Motakis2015-03-161-14/+16
* vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEXAlexey Kardashevskiy2015-03-121-0/+2
* vfio-pci: Add device request interfaceAlex Williamson2015-02-103-1/+37
* vfio-pci: Generalize setup of simple eventfdsAlex Williamson2015-02-101-15/+29
* vfio-pci: Fix the check on pci device type in vfio_pci_probe()Wei Yang2015-01-071-3/+1Star
* Merge tag 'vfio-v3.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-12-173-2/+18
|\
| * vfio: make vfio run on s390Frank Blaschka2014-11-073-2/+18
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
|/
* Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-10-112-79/+72Star
|\
| * vfio-pci: Fix remove path lockingAlex Williamson2014-09-301-79/+57Star