summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci
AgeCommit message (Expand)AuthorFilesLines
2021-06-10vfio/pci: zap_vma_ptes() needs MMURandy Dunlap1-0/+1
2021-06-10vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei1-1/+1
2021-01-09vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger1-3/+1
2020-12-29vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe1-2/+2
2020-10-29vfio/pci: Clear token on bypass registration failureAlex Williamson1-1/+3
2020-10-01vfio/pci: fix racy on error and request eventfd ctxZeng Tao1-0/+5
2020-10-01vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson1-2/+6
2020-10-01vfio/pci: fix memory leaks of eventfd ctxQian Cai1-0/+4
2020-09-12vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson1-1/+16
2020-09-12vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson5-48/+334
2020-09-12vfio-pci: Fault mmaps to enable vma trackingAlex Williamson2-2/+80
2020-06-30vfio-pci: Mask cap zeroAlex Williamson1-1/+6
2020-06-30vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai1-2/+5
2020-01-29vfio_pci: Enable memory accesses before calling pci_map_romEric Auger1-5/+14
2019-12-21vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi1-1/+1
2019-11-25vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2-2/+33
2019-11-25vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang1-1/+3
2019-10-07vfio_pci: Restore original state on releasehexin1-4/+13
2019-05-08vfio/pci: use correct format charactersLouis Taylor1-2/+2
2018-07-25vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-04-24vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson1-3/+26
2017-12-25vfio/pci: Virtualize Maximum Payload SizeAlex Williamson1-2/+4
2017-08-06vfio-pci: Handle error from pci_iomapArvind Yadav1-0/+4
2017-08-06vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann1-1/+4
2016-10-26vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2-13/+22
2016-09-29vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-36/+10
2016-09-26vfio-pci: Disable INTx after MSI/X teardownAlex Williamson1-0/+7
2016-09-26vfio-pci: Virtualize PCIe & AF FLRAlex Williamson1-5/+77
2016-08-29vfio/pci: Fix typos in commentsWei Jiangang1-4/+4
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson1-36/+49
2016-07-08vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie2-6/+90
2016-05-31vfio/pci: Allow VPD short readAlex Williamson1-1/+2
2016-05-30vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson1-3/+3
2016-05-19vfio_pci: Test for extended capabilities if config space > 256 bytesAlexey Kardashevskiy1-6/+11
2016-04-28vfio/pci: Add test for BAR restoreAlex Williamson1-1/+19
2016-04-28vfio/pci: Hide broken INTx support from userAlex Williamson3-11/+54
2016-03-17Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds8-25/+545
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin1-3/+6
2016-02-25vfio/pci: return -EFAULT if copy_to_user failsDan Carpenter1-5/+4
2016-02-22vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson3-8/+22
2016-02-22vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson3-7/+183
2016-02-22vfio/pci: Intel IGD OpRegion supportAlex Williamson5-0/+131
2016-02-22vfio/pci: Enable virtual register in PCI config spaceAlex Williamson2-4/+34
2016-02-22vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2-5/+103
2016-02-22vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson1-1/+72
2016-02-22vfio/pci: Fix unsigned comparison overflowAlex Williamson1-8/+9
2015-12-21vfio: Include No-IOMMU modeAlex Williamson1-4/+4
2015-12-04Revert: "vfio: Include No-IOMMU mode"Alex Williamson1-4/+4
2015-11-19vfio-pci: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-13Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-7/+75