summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
* vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei2021-06-101-1/+1
* vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-291-1/+3
* vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-10-011-0/+5
* vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-10-011-2/+6
* vfio/pci: fix memory leaks of eventfd ctxQian Cai2020-10-011-0/+4
* vfio-pci: Mask cap zeroAlex Williamson2020-06-291-1/+6
* vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai2020-06-291-2/+5
* vfio/pci: Allow VPD short readAlex Williamson2020-05-101-1/+2
* vfio_pci: Enable memory accesses before calling pci_map_romEric Auger2020-01-291-5/+14
* vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi2019-12-211-1/+1
* vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang2019-11-251-1/+3
* vfio_pci: Restore original state on releasehexin2019-10-071-4/+13
* vfio/pci: use correct format charactersLouis Taylor2019-05-161-2/+2
* vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson2018-04-241-3/+26
* vfio/pci: Virtualize Maximum Payload SizeAlex Williamson2018-04-241-2/+4
* vfio-pci: Virtualize PCIe & AF FLRAlex Williamson2018-04-241-5/+77
* vfio-pci: Handle error from pci_iomapArvind Yadav2017-08-061-0/+4
* vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann2017-08-061-1/+4
* vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2017-04-302-13/+22
* vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-09-071-36/+49
* vfio: fix ioctl error handlingMichael S. Tsirkin2016-03-091-3/+6
* 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
* 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/+1
* 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
|/