aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()Inochi Amaoto1-0/+5
2025-10-15PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto1-0/+52
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+20
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+3
2025-07-29Merge tag 'irq-msi-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+20
2025-07-23PCI: Fix typosBjorn Helgaas1-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-07-10PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag()Himanshu Madhani1-1/+3
2025-07-08PCI/MSI: Add pci_msi_map_rid_ctlr_node() helper functionLorenzo Pieralisi1-0/+20
2025-06-18PCI/MSI: Remove duplicated to_pci_dev() conversionChris Li1-3/+3
2025-06-17PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocationsShradha Gupta1-2/+3
2025-06-04PCI/MSI: Size device MSI domain with the maximum number of vectorsMarc Zyngier3-7/+8
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-73/+116
2025-05-21PCI/MSI: Use bool for MSI enable state trackingHans Zhang3-4/+4
2025-04-15PCI/MSI: Add an option to write MSIX ENTRY_DATA before any readsJonathan Currier1-0/+3
2025-04-09PCI/MSI: Provide a sane mechanism for TPHThomas Gleixner1-0/+47
2025-04-09PCI/MSI: Switch msix_capability_init() to guard(msi_desc_lock)Thomas Gleixner1-16/+20
2025-04-09PCI/MSI: Switch msi_capability_init() to guard(msi_desc_lock)Thomas Gleixner1-32/+36
2025-04-09PCI/MSI: Use __free() for affinity masksThomas Gleixner1-9/+4
2025-04-09PCI/MSI: Set pci_dev:: Msi_enabled lateThomas Gleixner1-8/+3
2025-04-09PCI/MSI: Use guard(msi_desc_lock) where applicableThomas Gleixner2-10/+8
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip"Linus Torvalds2-109/+64
2025-03-26PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI backendsThomas Gleixner1-12/+6
2025-03-25Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-16/+21
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne1-16/+21
2025-03-13PCI/MSI: Provide a sane mechanism for TPHThomas Gleixner1-0/+47
2025-03-13PCI/MSI: Switch to MSI descriptor locking to guard()Thomas Gleixner2-64/+62
2025-03-08PCI: Fix typosBjorn Helgaas1-1/+1
2024-12-16PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner2-2/+9
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2024-07-18PCI/MSI: Provide MSI_FLAG_PCI_MSI_MASK_PARENTShivamurthy Shastri1-0/+20
2024-06-24PCI/MSI: Fix UAF in msi_capability_initMostafa Saleh1-2/+8
2024-05-16Merge branch 'pci/ims-removal'Bjorn Helgaas2-109/+0
2024-05-16Merge branch 'pci/msi'Bjorn Helgaas1-6/+9
2024-05-15Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas1-59/+0
2024-05-15Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"Bjorn Helgaas1-50/+0
2024-04-26PCI/MSI: Make error path handling follow the standard patternAndy Shevchenko1-6/+9
2024-04-25PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-4/+4
2024-02-19PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar1-1/+1
2023-10-24PCI/MSI: Use FIELD_GET/PREP()Ilpo Järvinen1-4/+6
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-2/+2
2023-04-16PCI/MSI: Remove over-zealous hardware size check in pci_msix_validate_entries()Thomas Gleixner1-7/+2
2023-02-21PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre1-2/+2
2022-12-05PCI/MSI: Provide pci_ims_alloc/free_irq()Thomas Gleixner1-0/+50
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner1-0/+59
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner2-1/+69
2022-12-05PCI/MSI: Provide prepare_desc() MSI domain opThomas Gleixner1-0/+9