aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2020-02-11PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan
2019-04-29PCI: Add pci_dev_id() helperHeiner Kallweit
2019-02-18PCI/MSI: Remove obsolete sanity checks for multiple interrupt setsThomas Gleixner
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei
2019-01-15PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe
2018-09-25PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang
2018-08-14PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchipsHeiner Kallweit
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-10-18PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core codeThomas Gleixner
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