aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16genirq/msi: Mop up old interfacesThomas Gleixner2-31/+15
2021-12-16genirq/msi: Convert to new functionsThomas Gleixner1-9/+14
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner3-67/+69
2021-12-16platform-msi: Simplify platform device MSI codeThomas Gleixner2-94/+39
2021-12-16platform-msi: Let core code handle MSI descriptorsThomas Gleixner1-64/+48
2021-12-16bus: fsl-mc-msi: Simplify MSI descriptor handlingThomas Gleixner1-57/+4
2021-12-16soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()Thomas Gleixner2-7/+0
2021-12-16soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocationThomas Gleixner1-46/+26
2021-12-16NTB/msi: Convert to msi_on_each_desc()Thomas Gleixner1-6/+13
2021-12-16PCI: hv: Rework MSI handlingThomas Gleixner1-5/+10
2021-12-16powerpc/mpic_u3msi: Use msi_for_each-desc()Thomas Gleixner1-7/+2
2021-12-16powerpc/fsl_msi: Use msi_for_each_desc()Thomas Gleixner1-6/+2
2021-12-16powerpc/pasemi/msi: Convert to msi_on_each_dec()Thomas Gleixner1-7/+2
2021-12-16powerpc/cell/axon_msi: Convert to msi_on_each_desc()Thomas Gleixner1-5/+2
2021-12-16powerpc/4xx/hsta: Rework MSI handlingThomas Gleixner1-5/+2
2021-12-16s390/pci: Rework MSI descriptor walkThomas Gleixner1-4/+2
2021-12-16xen/pcifront: Rework MSI handlingThomas Gleixner1-1/+1
2021-12-16x86/pci/xen: Use msi_for_each_desc()Thomas Gleixner1-8/+6
2021-12-16PCI/MSI: Use msi_on_each_desc()Thomas Gleixner3-29/+24
2021-12-16PCI/MSI: Let core code free MSI descriptorsThomas Gleixner3-15/+3
2021-12-16PCI/MSI: Use msi_add_msi_desc()Thomas Gleixner1-57/+47
2021-12-16PCI/MSI: Protect MSI operationsThomas Gleixner2-41/+63
2021-12-16genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner2-0/+65
2021-12-16genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner2-0/+61
2021-12-16genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner2-0/+129
2021-12-16genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner2-16/+61
2021-12-16genirq/msi: Add mutex for MSI list protectionThomas Gleixner2-0/+26
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner4-9/+7
2021-12-16dmaengine: qcom_hidma: Cleanup MSI handlingThomas Gleixner1-24/+18
2021-12-16soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner5-24/+7
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner9-30/+22
2021-12-16mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handlingThomas Gleixner1-5/+2
2021-12-16iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner1-16/+3
2021-12-16perf/smmuv3: Use msi_get_virq()Thomas Gleixner1-4/+1
2021-12-16dmaengine: mv_xor_v2: Get rid of msi_desc abuseThomas Gleixner1-11/+5
2021-12-16PCI/MSI: Simplify pci_irq_get_affinity()Thomas Gleixner1-16/+10
2021-12-16PCI/MSI: Use msi_get_virq() in pci_get_vector()Thomas Gleixner1-20/+5
2021-12-16genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner2-0/+38
2021-12-16powerpc/pseries/msi: Let core code check for contiguous entriesThomas Gleixner1-25/+8
2021-12-16PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner2-2/+16
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner6-19/+13
2021-12-16soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner3-18/+6
2021-12-16bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner3-14/+4
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner5-21/+11
2021-12-16genirq/msi: Consolidate MSI descriptor dataThomas Gleixner1-0/+2
2021-12-16platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner2-49/+34
2021-12-16platform-msi: Rename functions and clarify commentsThomas Gleixner4-24/+30
2021-12-16genirq/msi: Remove the original sysfs interfacesThomas Gleixner2-48/+23
2021-12-16platform-msi: Let the core code handle sysfs groupsThomas Gleixner1-10/+1
2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner4-26/+6