summaryrefslogtreecommitdiff
path: root/include/linux/msi.h
AgeCommit message (Expand)Author
2021-12-16genirq/msi: Convert storage to xarrayThomas Gleixner
2021-12-16genirq/msi: Simplify sysfs handlingThomas Gleixner
2021-12-16genirq/msi: Add abuse prevention comment to msi headerThomas Gleixner
2021-12-16genirq/msi: Mop up old interfacesThomas Gleixner
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner
2021-12-16genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner
2021-12-16genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner
2021-12-16genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner
2021-12-16genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner
2021-12-16genirq/msi: Add mutex for MSI list protectionThomas Gleixner
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner
2021-12-16genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner
2021-12-16PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner
2021-12-16soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16genirq/msi: Consolidate MSI descriptor dataThomas Gleixner
2021-12-16platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner
2021-12-16platform-msi: Rename functions and clarify commentsThomas Gleixner
2021-12-16genirq/msi: Remove the original sysfs interfacesThomas Gleixner
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner
2021-12-09PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner
2021-12-09PCI/MSI: Split out irqdomain codeThomas Gleixner
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner
2021-12-09PCI/MSI: Remove msi_desc_to_pci_sysdata()Thomas Gleixner
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner
2021-12-09genirq/msi: Fixup includesThomas Gleixner
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner
2021-11-11PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song
2021-08-10PCI/MSI: Rename msi_desc::maskedThomas Gleixner
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-04-20PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier
2021-04-20PCI/MSI: Kill msi_controller structureMarc Zyngier
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier
2020-10-28genirq/msi: Allow shadow declarations of msi_msg:: $memberThomas Gleixner
2020-09-16PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner
2020-09-16PCI/MSI: Provide pci_dev_has_special_msi_domain() helperThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner
2019-06-13PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall