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: Deal with devices lying about their MSI mask capabilityMarc Zyngier
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
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