summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci_intrs.c
AgeCommit message (Expand)Author
2020-10-29vfio/pci: Clear token on bypass registration failureAlex Williamson
2020-09-09vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAjay Kaher
2019-12-21vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2016-10-26vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich
2016-09-29vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-09-26vfio-pci: Disable INTx after MSI/X teardownAlex Williamson
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson
2016-05-30vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson
2016-02-22vfio/pci: Fix unsigned comparison overflowAlex Williamson
2015-10-01vfio: Register/unregister irq_bypass_producerFeng Wu
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis
2015-03-16vfio: pass an opaque pointer on virqfd initializationAntonios Motakis
2015-03-16vfio: add local lock for virqfd instead of depending on VFIO PCIAntonios Motakis
2015-03-16vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis
2015-03-16vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportAntonios Motakis
2015-03-12vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEXAlexey Kardashevskiy
2015-02-10vfio-pci: Add device request interfaceAlex Williamson
2015-02-10vfio-pci: Generalize setup of simple eventfdsAlex Williamson
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-09-29vfio/pci: Restore MSIx message prior to enablingGavin Shan
2014-02-14vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev
2014-01-14vfio-pci: Don't use device_lock around AER interrupt setupAlex Williamson
2013-08-28vfio-pci: Use fdget() rather than eventfd_fget()Alex Williamson
2013-05-02Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds
2013-03-25vfio: make local function vfio_pci_intx_unmask_handler() staticWei Yongjun
2013-03-15vfio: include <linux/slab.h> for kmallocArnd Bergmann
2013-03-11VFIO-AER: Vfio-pci driver changes for supporting AERVijay Mohan Pandarathil
2012-10-10vfio: Fix PCI INTx disable consistencyAlex Williamson
2012-10-10vfio: Move PCI INTx eventfd setting earlierAlex Williamson
2012-09-21vfio: Fix virqfd release raceAlex Williamson
2012-07-31vfio: Add PCI device driverAlex Williamson