summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner2021-12-141-1/+1
* PCI/MSI: Mask MSI-X vectors only on successStefan Roese2021-12-141-3/+10
* PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner2021-11-111-5/+5
* PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-111-0/+3
* PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-12/+14
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+2
|\
| * PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński2021-10-271-1/+2
* | PCI/MSI: Handle msi_populate_sysfs() errors correctlyWang Hai2021-10-121-6/+12
|/
* Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-205/+99
|\
| * genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song2021-08-241-115/+10
| * PCI/MSI: Use new mask/unmask functionsThomas Gleixner2021-08-101-81/+21
| * PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner2021-08-101-0/+72
| * PCI/MSI: Cleanup msi_mask()Thomas Gleixner2021-08-101-14/+11
| * PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner2021-08-101-17/+8
| * PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner2021-08-101-15/+11
| * PCI/MSI: Rename msi_desc::maskedThomas Gleixner2021-08-101-15/+15
| * PCI/MSI: Simplify msi_verify_entries()Thomas Gleixner2021-08-101-1/+4
| * s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner2021-08-101-2/+2
* | PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-08-271-0/+3
|/
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-101-9/+10
* PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-101-1/+1
* PCI/MSI: Correct misleading commentsThomas Gleixner2021-08-101-4/+1
* PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner2021-08-101-4/+4
* PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner2021-08-101-0/+5
* PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner2021-08-101-0/+15
* PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner2021-08-101-18/+27
* PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner2021-08-101-13/+15
* PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2021-06-031-4/+4
* PCI/MSI: Document the various ways of ending up with NO_MSIMarc Zyngier2021-04-201-2/+9
* PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier2021-04-201-10/+1
* PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier2021-04-201-22/+1
* PCI/MSI: Set device flag indicating only 32-bit MSI supportVidya Sagar2020-12-041-5/+8
* PCI/MSI: Move MSI/MSI-X flags updaters to msi.cBjorn Helgaas2020-12-041-0/+21
* PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas2020-12-041-0/+36
* 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