summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci_intrs.c
AgeCommit message (Expand)Author
2024-03-11vfio/pci: Create persistent INTx handlerAlex Williamson
2024-03-11vfio/pci: Lock external INTx masking opsAlex Williamson
2024-03-11vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-05-23vfio/pci: Support dynamic MSI-XReinette Chatre
2023-05-23vfio/pci: Update stale commentReinette Chatre
2023-05-23vfio/pci: Remove interrupt context counterReinette Chatre
2023-05-23vfio/pci: Use xarray for interrupt context storageReinette Chatre
2023-05-23vfio/pci: Move to single error pathReinette Chatre
2023-05-23vfio/pci: Prepare for dynamic interrupt context storageReinette Chatre
2023-05-23vfio/pci: Remove negative check on unsigned vectorReinette Chatre
2023-05-23vfio/pci: Consolidate irq cleanup on MSI/MSI-X disableReinette Chatre
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe
2022-09-01vfio/pci: Mask INTx during runtime suspendAbhishek Sahu
2022-09-01vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy
2020-10-19vfio/pci: Clear token on bypass registration failureAlex Williamson
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson
2019-12-02vfio/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