summaryrefslogtreecommitdiff
path: root/drivers/pci/msi
AgeCommit message (Expand)Author
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-21PCI/MSI: Use bool for MSI enable state trackingHans Zhang
2025-04-15PCI/MSI: Add an option to write MSIX ENTRY_DATA before any readsJonathan Currier
2025-04-09PCI/MSI: Provide a sane mechanism for TPHThomas Gleixner
2025-04-09PCI/MSI: Switch msix_capability_init() to guard(msi_desc_lock)Thomas Gleixner
2025-04-09PCI/MSI: Switch msi_capability_init() to guard(msi_desc_lock)Thomas Gleixner
2025-04-09PCI/MSI: Use __free() for affinity masksThomas Gleixner
2025-04-09PCI/MSI: Set pci_dev:: Msi_enabled lateThomas Gleixner
2025-04-09PCI/MSI: Use guard(msi_desc_lock) where applicableThomas Gleixner
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-26PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI backendsThomas Gleixner
2025-03-25Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne
2025-03-13PCI/MSI: Provide a sane mechanism for TPHThomas Gleixner
2025-03-13PCI/MSI: Switch to MSI descriptor locking to guard()Thomas Gleixner
2025-03-08PCI: Fix typosBjorn Helgaas
2024-12-16PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-18PCI/MSI: Provide MSI_FLAG_PCI_MSI_MASK_PARENTShivamurthy Shastri
2024-06-24PCI/MSI: Fix UAF in msi_capability_initMostafa Saleh
2024-05-16Merge branch 'pci/ims-removal'Bjorn Helgaas
2024-05-16Merge branch 'pci/msi'Bjorn Helgaas
2024-05-15Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas
2024-05-15Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"Bjorn Helgaas
2024-04-26PCI/MSI: Make error path handling follow the standard patternAndy Shevchenko
2024-04-25PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
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