summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci_intrs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-04-23vfio/pci: Pass eventfd context object through irqfdAlex Williamson1-20/+13
2024-04-23vfio/pci: Pass eventfd context to IRQ handlerAlex Williamson1-13/+11
2024-03-11vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+78
2024-03-11vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+28
2024-03-11vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-6/+6
2023-05-24vfio/pci: Support dynamic MSI-XReinette Chatre1-6/+41
2023-05-24vfio/pci: Update stale commentReinette Chatre1-5/+3
2023-05-24vfio/pci: Remove interrupt context counterReinette Chatre1-12/+1
2023-05-24vfio/pci: Use xarray for interrupt context storageReinette Chatre1-45/+46
2023-05-24vfio/pci: Move to single error pathReinette Chatre1-7/+10
2023-05-24vfio/pci: Prepare for dynamic interrupt context storageReinette Chatre1-66/+149
2023-05-24vfio/pci: Remove negative check on unsigned vectorReinette Chatre1-7/+8
2023-05-24vfio/pci: Consolidate irq cleanup on MSI/MSI-X disableReinette Chatre1-2/+1
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe1-4/+6
2022-09-02vfio/pci: Mask INTx during runtime suspendAbhishek Sahu1-1/+5
2022-09-02vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe1-5/+17
2022-09-02vfio/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-03vfio/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-09vfio/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-23vfio/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-15vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-4/+8
2014-01-15vfio-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-03Merge 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