summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Mask MSI-X vectors only on successStefan Roese2021-12-221-3/+10
* PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner2021-12-221-1/+1
* PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-261-0/+3
* PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner2021-11-261-12/+12
* PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-09-221-0/+3
* PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner2021-08-261-0/+5
* PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner2021-08-261-0/+15
* PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner2021-08-261-12/+28
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-261-9/+10
* PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-261-1/+1
* PCI/MSI: Correct misleading commentsThomas Gleixner2021-08-261-4/+1
* PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner2021-08-261-4/+4
* PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner2021-08-261-13/+15
* PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan2019-12-211-1/+1
* PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei2019-12-051-9/+13
* PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-11-131-3/+6
* PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchipsHeiner Kallweit2018-08-141-0/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier2018-05-131-0/+3
* PCI: Tidy commentsBjorn Helgaas2018-03-191-2/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-4/+3
|/
* PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core codeThomas Gleixner2017-10-181-0/+2
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-5/+22
|\
| * PCI/MSI: Assume MSIs use real Requester ID, not an aliasRobin Murphy2017-08-141-5/+22
* | PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULLChristoph Hellwig2017-08-251-10/+3
|/
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-12/+2
|\
| * PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez2017-05-221-12/+2
* | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-221-1/+1
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-5/+12
|\
| * Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-281-4/+6
| |\
| | * PCI/MSI: Use dev_printk() when possibleBjorn Helgaas2017-03-231-2/+4
| | * PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas2017-03-091-2/+2
| * | PCI/MSI: Skip disabling disconnected devicesKeith Busch2017-03-291-1/+6
| |/
* / PCI: remove pci_enable_msixChristoph Hellwig2017-04-111-21/+0
|/
* PCI: add an API to get node from vectorShaohua Li2017-03-021-0/+16
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-100/+22
|\
| * PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQsPrarit Bhargava2017-02-171-1/+1
| * PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectorsDennis Chen2017-02-101-1/+1
| * PCI/MSI: Check that we have a legacy interrupt line before using itChristoph Hellwig2017-02-101-3/+5
| * PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig2017-02-101-28/+2
| * PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig2017-02-101-48/+2
| * PCI/MSI: Return failure when msix_setup_entries() failsChristophe JAILLET2017-02-101-1/+1
| * PCI/MSI: Remove pci_enable_msi_{exact,range}()Christoph Hellwig2017-01-131-17/+9
| * PCI/MSI: Fix msi_capability_init() kernel-doc warningsRandy Dunlap2017-01-111-1/+1
* | PCI/MSI: Don't apply affinity if there aren't enough vectors leftChristoph Hellwig2017-02-021-0/+10
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-1/+2
|\
| * PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()Jan Beulich2016-11-081-1/+2
* | PCI/MSI: Provide pci_alloc_irq_vectors_affinity()Christoph Hellwig2016-11-091-7/+13