aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2024-03-01PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar
2023-12-13of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi
2023-12-13of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun
2023-12-13ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi
2023-12-13ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi
2022-01-27PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()Thomas Gleixner
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-21PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier
2021-11-21PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner
2021-09-22PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki
2021-08-18PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-08-18PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner
2021-08-18PCI/MSI: Correct misleading commentsThomas Gleixner
2021-08-18PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner
2021-08-18PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner
2021-08-18PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner
2021-08-18PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner
2021-08-18PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner
2019-12-21PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan
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