aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci_intrs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01vfio/pci: Mask INTx during runtime suspendAbhishek Sahu1-1/+5
2022-09-01vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe1-5/+17
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe1-1/+15
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy1-1/+1
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy1-20/+20
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy1-1/+1
2020-10-19vfio/pci: Clear token on bypass registration failureAlex Williamson1-1/+3
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson1-0/+14
2019-12-02vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-10-26vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich1-1/+1
2016-09-29vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig1-35/+10
2016-09-26vfio-pci: Disable INTx after MSI/X teardownAlex Williamson1-0/+7
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson1-36/+49
2016-05-30vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson1-3/+3
2016-02-22vfio/pci: Fix unsigned comparison overflowAlex Williamson1-8/+9
2015-10-01vfio: Register/unregister irq_bypass_producerFeng Wu1-0/+9
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis1-215/+0
2015-03-16vfio: pass an opaque pointer on virqfd initializationAntonios Motakis1-14/+16
2015-03-16vfio: add local lock for virqfd instead of depending on VFIO PCIAntonios Motakis1-15/+16
2015-03-16vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis1-2/+2
2015-03-16vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportAntonios Motakis1-14/+16
2015-03-12vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEXAlexey Kardashevskiy1-0/+2
2015-02-10vfio-pci: Add device request interfaceAlex Williamson1-0/+16
2015-02-10vfio-pci: Generalize setup of simple eventfdsAlex Williamson1-15/+29
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-09-29vfio/pci: Restore MSIx message prior to enablingGavin Shan1-0/+15
2014-02-14vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-4/+8
2014-01-14vfio-pci: Don't use device_lock around AER interrupt setupAlex Williamson1-17/+0
2013-08-28vfio-pci: Use fdget() rather than eventfd_fget()Alex Williamson1-19/+16
2013-05-02Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+66
2013-03-25vfio: make local function vfio_pci_intx_unmask_handler() staticWei Yongjun1-1/+2
2013-03-15vfio: include <linux/slab.h> for kmallocArnd Bergmann1-0/+1
2013-03-11VFIO-AER: Vfio-pci driver changes for supporting AERVijay Mohan Pandarathil1-0/+64
2012-10-10vfio: Fix PCI INTx disable consistencyAlex Williamson1-1/+12
2012-10-10vfio: Move PCI INTx eventfd setting earlierAlex Williamson1-2/+3
2012-09-21vfio: Fix virqfd release raceAlex Williamson1-20/+56
2012-07-31vfio: Add PCI device driverAlex Williamson1-0/+740