summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner
2021-12-16soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()Thomas 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-16soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas 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-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner
2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner
2021-12-16device: Move MSI related data into a structThomas Gleixner
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-11Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-10timers: implement usleep_idle_range()SeongJae Park
2021-12-10Increase default MLOCK_LIMIT to 8 MiBDrew DeVault
2021-12-10Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingEric Biggers
2021-12-09wait: add wake_up_pollfree()Eric Biggers
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain
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: Move msi_lock to struct pci_devThomas Gleixner
2021-12-09PCI/MSI: Sanitize MSI-X table map handlingThomas 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