aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/msi
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge branch 'pci/ims-removal'Gravatar Bjorn Helgaas 2-109/+0
2024-05-16Merge branch 'pci/msi'Gravatar Bjorn Helgaas 1-6/+9
2024-05-15Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Gravatar Bjorn Helgaas 1-59/+0
2024-05-15Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"Gravatar Bjorn Helgaas 1-50/+0
2024-04-26PCI/MSI: Make error path handling follow the standard patternGravatar Andy Shevchenko 1-6/+9
2024-04-25PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYGravatar Damien Le Moal 1-4/+4
2024-02-19PCI/MSI: Prevent MSI hardware interrupt number truncationGravatar Vidya Sagar 1-1/+1
2023-10-24PCI/MSI: Use FIELD_GET/PREP()Gravatar Ilpo Järvinen 1-4/+6
2023-08-25PCI: Fix typos in docs and commentsGravatar Bjorn Helgaas 1-2/+2
2023-04-16PCI/MSI: Remove over-zealous hardware size check in pci_msix_validate_entries()Gravatar Thomas Gleixner 1-7/+2
2023-02-21PCI/MSI: Clarify usage of pci_msix_free_irq()Gravatar Reinette Chatre 1-2/+2
2022-12-05PCI/MSI: Provide pci_ims_alloc/free_irq()Gravatar Thomas Gleixner 1-0/+50
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportGravatar Thomas Gleixner 1-0/+59
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XGravatar Thomas Gleixner 2-1/+69
2022-12-05PCI/MSI: Provide prepare_desc() MSI domain opGravatar Thomas Gleixner 1-0/+9
2022-12-05PCI/MSI: Split MSI-X descriptor setupGravatar Thomas Gleixner 2-27/+47
2022-12-05PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Gravatar Thomas Gleixner 1-21/+0
2022-12-05PCI/MSI: Add support for per device MSI[X] domainsGravatar Thomas Gleixner 3-5/+201
2022-12-05PCI/MSI: Split __pci_write_msi_msg()Gravatar Thomas Gleixner 1-50/+54
2022-12-05PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()Gravatar Thomas Gleixner 1-2/+2
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Gravatar Thomas Gleixner 1-2/+2
2022-12-05PCI/MSI: Use bullet lists in kernel-doc comments of api.cGravatar Bagas Sanjaya 1-14/+19
2022-11-17PCI/MSI: Remove redundant msi_check() callbackGravatar Thomas Gleixner 1-48/+0
2022-11-17PCI/MSI: Validate MSI-X contiguous restriction earlyGravatar Thomas Gleixner 1-2/+9
2022-11-17PCI/MSI: Reject MSI-X earlyGravatar Thomas Gleixner 1-0/+4
2022-11-17PCI/MSI: Reject multi-MSI earlyGravatar Thomas Gleixner 3-0/+35
2022-11-17PCI/MSI: Sanitize MSI-X checksGravatar Thomas Gleixner 1-32/+33
2022-11-17PCI/MSI: Reorder functions in msi.cGravatar Ahmed S. Darwish 1-282/+295
2022-11-17PCI/MSI: Move pci_msi_restore_state() to api.cGravatar Ahmed S. Darwish 3-9/+19
2022-11-17PCI/MSI: Move pci_msi_enabled() to api.cGravatar Ahmed S. Darwish 3-13/+16
2022-11-17PCI/MSI: Move pci_irq_get_affinity() to api.cGravatar Ahmed S. Darwish 2-38/+43
2022-11-17PCI/MSI: Move pci_disable_msix() to api.cGravatar Ahmed S. Darwish 3-13/+26
2022-11-17PCI/MSI: Move pci_msix_vec_count() to api.cGravatar Ahmed S. Darwish 2-20/+20
2022-11-17PCI/MSI: Move pci_free_irq_vectors() to api.cGravatar Ahmed S. Darwish 2-13/+15
2022-11-17PCI/MSI: Move pci_irq_vector() to api.cGravatar Ahmed S. Darwish 2-24/+23
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cGravatar Ahmed S. Darwish 2-65/+59
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cGravatar Ahmed S. Darwish 1-0/+33
2022-11-17PCI/MSI: Move pci_enable_msix_range() to api.cGravatar Ahmed S. Darwish 3-26/+39
2022-11-17PCI/MSI: Move pci_enable_msi() API to api.cGravatar Ahmed S. Darwish 3-12/+26
2022-11-17PCI/MSI: Move pci_disable_msi() to api.cGravatar Ahmed S. Darwish 4-19/+47
2022-11-17PCI/MSI: Move mask and unmask helpers to msi.hGravatar Ahmed S. Darwish 2-70/+74
2022-11-17PCI/MSI: Get rid of externs in msi.hGravatar Ahmed S. Darwish 1-4/+4
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINGravatar Thomas Gleixner 1-1/+1
2022-11-17PCI/MSI: Let the MSI core free descriptorsGravatar Ahmed S. Darwish 1-3/+7
2022-11-17PCI/MSI: Use msi_domain_info:: Bus_tokenGravatar Ahmed S. Darwish 1-8/+3
2022-11-17PCI/MSI: Check for MSI enabled in __pci_msix_enable()Gravatar Thomas Gleixner 1-0/+5
2022-08-26PCI/MSI: Correct 'can_mask' test in msi_add_msi_desc()Gravatar Josef Johansson 1-1/+1
2022-02-04PCI/MSI: Remove bogus warning in pci_irq_get_affinity()Gravatar Thomas Gleixner 1-1/+2
2022-01-21PCI/MSI: Prevent UAF in error pathGravatar Thomas Gleixner 2-3/+2
2021-12-18PCI/MSI: Unbreak pci_irq_get_affinity()Gravatar Thomas Gleixner 1-2/+8