summaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2021-04-20PCI/MSI: Document the various ways of ending up with NO_MSIMarc Zyngier
2021-04-20PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier
2020-12-04PCI/MSI: Set device flag indicating only 32-bit MSI supportVidya Sagar
2020-12-04PCI/MSI: Move MSI/MSI-X flags updaters to msi.cBjorn Helgaas
2020-12-04PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas
2020-09-16PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner
2020-09-16PCI/MSI: Provide pci_dev_has_special_msi_domain() helperThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi
2020-06-30PCI/MSI: Forward MSI-X error code in pci_alloc_irq_vectors_affinity()Piotr Stankiewicz
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-26PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan
2019-11-26PCI/MSI: Move power state check out of pci_msi_supported()Bjorn Helgaas
2019-11-26PCI/MSI: Remove unused pci_irq_get_node()Greg Kroah-Hartman
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas
2019-06-13PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe
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