summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci_intrs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2016-10-261-1/+1
* vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-291-35/+10Star
* vfio-pci: Disable INTx after MSI/X teardownAlex Williamson2016-09-261-0/+7
* vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-08-091-36/+49
* vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson2016-05-301-3/+3
* vfio/pci: Fix unsigned comparison overflowAlex Williamson2016-02-231-8/+9
* vfio: Register/unregister irq_bypass_producerFeng Wu2015-10-011-0/+9
* vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis2015-03-161-215/+0Star
* 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-161-2/+2
* 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-101-0/+16
* vfio-pci: Generalize setup of simple eventfdsAlex Williamson2015-02-101-15/+29
* PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
* vfio/pci: Restore MSIx message prior to enablingGavin Shan2014-09-291-0/+15
* vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-02-141-4/+8
* vfio-pci: Don't use device_lock around AER interrupt setupAlex Williamson2014-01-151-17/+0Star
* vfio-pci: Use fdget() rather than eventfd_fget()Alex Williamson2013-08-281-19/+16Star
* Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-05-021-1/+66
|\
| * vfio: make local function vfio_pci_intx_unmask_handler() staticWei Yongjun2013-03-251-1/+2
| * VFIO-AER: Vfio-pci driver changes for supporting AERVijay Mohan Pandarathil2013-03-111-0/+64
* | vfio: include <linux/slab.h> for kmallocArnd Bergmann2013-03-151-0/+1
|/
* vfio: Fix PCI INTx disable consistencyAlex Williamson2012-10-101-1/+12
* vfio: Move PCI INTx eventfd setting earlierAlex Williamson2012-10-101-2/+3
* vfio: Fix virqfd release raceAlex Williamson2012-09-211-20/+56
* vfio: Add PCI device driverAlex Williamson2012-07-311-0/+740