aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/msi/msi.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-07-29Merge tag 'irq-msi-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2025-07-23PCI: Fix typosBjorn Helgaas1-1/+1
2025-07-10PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag()Himanshu Madhani1-1/+3
2025-06-18PCI/MSI: Remove duplicated to_pci_dev() conversionChris Li1-3/+3
2025-06-04PCI/MSI: Size device MSI domain with the maximum number of vectorsMarc Zyngier1-4/+4
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-67/+112
2025-05-21PCI/MSI: Use bool for MSI enable state trackingHans Zhang1-2/+2
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 Gleixner1-6/+6
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-107/+60
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/kern...Linus 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 Gleixner1-60/+60
2024-12-16PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner1-0/+4
2024-06-24PCI/MSI: Fix UAF in msi_capability_initMostafa Saleh1-2/+8
2024-04-26PCI/MSI: Make error path handling follow the standard patternAndy Shevchenko1-6/+9
2023-10-24PCI/MSI: Use FIELD_GET/PREP()Ilpo Järvinen1-4/+6
2023-04-16PCI/MSI: Remove over-zealous hardware size check in pci_msix_validate_entries()Thomas Gleixner1-7/+2
2022-12-05PCI/MSI: Split MSI-X descriptor setupThomas Gleixner1-27/+45
2022-12-05PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner1-3/+13
2022-12-05PCI/MSI: Split __pci_write_msi_msg()Thomas Gleixner1-50/+54
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner1-2/+2
2022-11-17PCI/MSI: Validate MSI-X contiguous restriction earlyThomas Gleixner1-2/+9
2022-11-17PCI/MSI: Reject MSI-X earlyThomas Gleixner1-0/+4
2022-11-17PCI/MSI: Reject multi-MSI earlyThomas Gleixner1-0/+4
2022-11-17PCI/MSI: Sanitize MSI-X checksThomas Gleixner1-32/+33
2022-11-17PCI/MSI: Reorder functions in msi.cAhmed S. Darwish1-282/+295
2022-11-17PCI/MSI: Move pci_msi_restore_state() to api.cAhmed S. Darwish1-9/+2
2022-11-17PCI/MSI: Move pci_msi_enabled() to api.cAhmed S. Darwish1-13/+1
2022-11-17PCI/MSI: Move pci_irq_get_affinity() to api.cAhmed S. Darwish1-38/+0
2022-11-17PCI/MSI: Move pci_disable_msix() to api.cAhmed S. Darwish1-13/+1
2022-11-17PCI/MSI: Move pci_msix_vec_count() to api.cAhmed S. Darwish1-20/+0
2022-11-17PCI/MSI: Move pci_free_irq_vectors() to api.cAhmed S. Darwish1-13/+0
2022-11-17PCI/MSI: Move pci_irq_vector() to api.cAhmed S. Darwish1-24/+0
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cAhmed S. Darwish1-65/+0
2022-11-17PCI/MSI: Move pci_enable_msix_range() to api.cAhmed S. Darwish1-26/+4
2022-11-17PCI/MSI: Move pci_enable_msi() API to api.cAhmed S. Darwish1-12/+2
2022-11-17PCI/MSI: Move pci_disable_msi() to api.cAhmed S. Darwish1-17/+5
2022-11-17PCI/MSI: Move mask and unmask helpers to msi.hAhmed S. Darwish1-60/+1
2022-11-17PCI/MSI: Check for MSI enabled in __pci_msix_enable()Thomas Gleixner1-0/+5
2022-08-26PCI/MSI: Correct 'can_mask' test in msi_add_msi_desc()Josef Johansson1-1/+1
2022-02-04PCI/MSI: Remove bogus warning in pci_irq_get_affinity()Thomas Gleixner1-1/+2