summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar2024-03-011-1/+1
* PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()Thomas Gleixner2022-01-271-8/+18
* 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-211-0/+3
* PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner2021-11-211-12/+12
* PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-09-181-0/+3
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-181-9/+10
* PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-181-1/+1
* PCI/MSI: Correct misleading commentsThomas Gleixner2021-08-181-4/+1
* PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner2021-08-181-4/+4
* PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner2021-08-181-0/+5
* PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner2021-08-181-0/+15
* PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner2021-08-181-18/+27
* PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner2021-08-181-13/+15
* PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-1/+2
* PCI/MSI: Provide pci_dev_has_special_msi_domain() helperThomas Gleixner2020-09-161-0/+22
* x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-161-5/+1
* PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner2020-09-161-5/+4
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-13/+9
|\
| * PCI/MSI: Forward MSI-X error code in pci_alloc_irq_vectors_affinity()Piotr Stankiewicz2020-06-301-13/+9
* | of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi2020-07-281-1/+1
* | of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun2020-07-281-1/+1
* | ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi2020-07-281-1/+1
* | ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi2020-07-281-1/+2
|/
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan2019-11-261-1/+2
* PCI/MSI: Move power state check out of pci_msi_supported()Bjorn Helgaas2019-11-261-3/+3
* PCI/MSI: Remove unused pci_irq_get_node()Greg Kroah-Hartman2019-11-261-16/+0
* Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-211-9/+45
|\
| * PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe2019-06-131-9/+45
* | PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-21/+22
|/
* PCI: Add pci_dev_id() helperHeiner Kallweit2019-04-291-3/+3
* PCI/MSI: Remove obsolete sanity checks for multiple interrupt setsThomas Gleixner2019-02-181-14/+0
* genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei2019-02-181-9/+16
* PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei2019-01-151-9/+13
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-5/+4
* genirq/affinity: Add support for allocating interrupt setsJens Axboe2018-11-051-0/+14
* PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-09-251-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
|/