aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2021-12-22PCI/MSI: Mask MSI-X vectors only on successStefan Roese
2021-12-22PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner
2021-11-26PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner
2021-09-22PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki
2021-08-26PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner
2021-08-26PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner
2021-08-26PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-08-26PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner
2021-08-26PCI/MSI: Correct misleading commentsThomas Gleixner
2021-08-26PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner
2021-08-26PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner
2019-12-21PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan
2019-12-05PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei
2018-11-13PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-25PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULLChristoph Hellwig
2017-08-14PCI/MSI: Assume MSIs use real Requester ID, not an aliasRobin Murphy
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-28Merge branch 'pci/msi' into nextBjorn Helgaas
2017-04-11PCI: remove pci_enable_msixChristoph Hellwig
2017-03-29PCI/MSI: Skip disabling disconnected devicesKeith Busch
2017-03-23PCI/MSI: Use dev_printk() when possibleBjorn Helgaas
2017-03-09PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas
2017-03-02PCI: add an API to get node from vectorShaohua Li
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-17PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQsPrarit Bhargava
2017-02-10PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectorsDennis Chen
2017-02-10PCI/MSI: Check that we have a legacy interrupt line before using itChristoph Hellwig
2017-02-10PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig
2017-02-10PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig
2017-02-10PCI/MSI: Return failure when msix_setup_entries() failsChristophe JAILLET
2017-02-02PCI/MSI: Don't apply affinity if there aren't enough vectors leftChristoph Hellwig
2017-01-13PCI/MSI: Remove pci_enable_msi_{exact,range}()Christoph Hellwig
2017-01-11PCI/MSI: Fix msi_capability_init() kernel-doc warningsRandy Dunlap
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-11-09PCI/MSI: Provide pci_alloc_irq_vectors_affinity()Christoph Hellwig
2016-11-09PCI/MSI: Propagate IRQ affinity description through the MSI codeChristoph Hellwig
2016-11-09genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig
2016-11-09genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig
2016-11-08PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()Jan Beulich
2016-10-26doc: Add missing parameter for msi_setupStephen Hemminger
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-09-14pci/msi: Retrieve affinity for a vectorThomas Gleixner
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner
2016-09-12PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI tableTomasz Nowicki