summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
* vfio-pci: Handle error from pci_iomapArvind Yadav2017-01-041-0/+4
* vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann2016-12-301-1/+4
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-2/+0
|\
| * PCI: Move config space size macros to pci_regs.hWang Sheng-Hui2016-12-121-2/+0
* | vfio/pci: Drop unnecessary pcibios_err_to_errno()Cao jin2016-11-181-5/+5
* | 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-262-13/+22
|/
* vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-292-36/+10
* vfio-pci: Disable INTx after MSI/X teardownAlex Williamson2016-09-261-0/+7
* vfio-pci: Virtualize PCIe & AF FLRAlex Williamson2016-09-261-5/+77
* vfio/pci: Fix typos in commentsWei Jiangang2016-08-291-4/+4
* vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-08-081-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-05-311-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-251-5/+4
| * vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson2016-02-223-8/+22
| * vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson2016-02-223-7/+183
| * vfio/pci: Intel IGD OpRegion supportAlex Williamson2016-02-225-0/+131
| * vfio/pci: Enable virtual register in PCI config spaceAlex Williamson2016-02-222-4/+34
| * vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2016-02-222-5/+103
| * vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson2016-02-221-1/+72
| * vfio/pci: Fix unsigned comparison overflowAlex Williamson2016-02-221-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-191-1/+1
* Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-11-132-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/+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: 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/+1
* vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis2015-03-163-219/+2
* 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