summaryrefslogtreecommitdiff
path: root/drivers/pci/msi
AgeCommit message (Expand)Author
2024-02-19PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar
2023-10-24PCI/MSI: Use FIELD_GET/PREP()Ilpo Järvinen
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas
2023-04-16PCI/MSI: Remove over-zealous hardware size check in pci_msix_validate_entries()Thomas Gleixner
2023-02-21PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre
2022-12-05PCI/MSI: Provide pci_ims_alloc/free_irq()Thomas Gleixner
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner
2022-12-05PCI/MSI: Provide prepare_desc() MSI domain opThomas Gleixner
2022-12-05PCI/MSI: Split MSI-X descriptor setupThomas Gleixner
2022-12-05PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Thomas Gleixner
2022-12-05PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner
2022-12-05PCI/MSI: Split __pci_write_msi_msg()Thomas Gleixner
2022-12-05PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()Thomas Gleixner
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner
2022-12-05PCI/MSI: Use bullet lists in kernel-doc comments of api.cBagas Sanjaya
2022-11-17PCI/MSI: Remove redundant msi_check() callbackThomas Gleixner
2022-11-17PCI/MSI: Validate MSI-X contiguous restriction earlyThomas Gleixner
2022-11-17PCI/MSI: Reject MSI-X earlyThomas Gleixner
2022-11-17PCI/MSI: Reject multi-MSI earlyThomas Gleixner
2022-11-17PCI/MSI: Sanitize MSI-X checksThomas Gleixner
2022-11-17PCI/MSI: Reorder functions in msi.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_msi_restore_state() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_msi_enabled() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_irq_get_affinity() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_disable_msix() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_msix_vec_count() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_free_irq_vectors() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_irq_vector() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_enable_msix_range() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_enable_msi() API to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_disable_msi() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move mask and unmask helpers to msi.hAhmed S. Darwish
2022-11-17PCI/MSI: Get rid of externs in msi.hAhmed S. Darwish
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner
2022-11-17PCI/MSI: Let the MSI core free descriptorsAhmed S. Darwish
2022-11-17PCI/MSI: Use msi_domain_info:: Bus_tokenAhmed S. Darwish
2022-11-17PCI/MSI: Check for MSI enabled in __pci_msix_enable()Thomas Gleixner
2022-08-26PCI/MSI: Correct 'can_mask' test in msi_add_msi_desc()Josef Johansson
2022-02-04PCI/MSI: Remove bogus warning in pci_irq_get_affinity()Thomas Gleixner
2022-01-21PCI/MSI: Prevent UAF in error pathThomas Gleixner
2021-12-18PCI/MSI: Unbreak pci_irq_get_affinity()Thomas Gleixner
2021-12-16PCI/MSI: Use msi_on_each_desc()Thomas Gleixner
2021-12-16PCI/MSI: Let core code free MSI descriptorsThomas Gleixner
2021-12-16PCI/MSI: Use msi_add_msi_desc()Thomas Gleixner
2021-12-16PCI/MSI: Protect MSI operationsThomas Gleixner
2021-12-16PCI/MSI: Simplify pci_irq_get_affinity()Thomas Gleixner
2021-12-16PCI/MSI: Use msi_get_virq() in pci_get_vector()Thomas Gleixner