summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* genirq/irqreturn: Fix kernel-doc warningsRandy Dunlap2022-11-241-4/+4
* iommu/of: Remove linux/msi.h includeThomas Gleixner2022-11-231-1/+0
* vfio/fsl-mc: Remove linux/msi.h includeThomas Gleixner2022-11-231-1/+0
* soc: fsl: dpio: Remove linux/msi.h includeThomas Gleixner2022-11-231-1/+0
* bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner2022-11-232-2/+0
* x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner2022-11-176-39/+4
* genirq/msi: Remove msi_domain_ops:: Msi_check()Thomas Gleixner2022-11-172-20/+1
* PCI/MSI: Remove redundant msi_check() callbackThomas Gleixner2022-11-171-48/+0
* PCI/MSI: Validate MSI-X contiguous restriction earlyThomas Gleixner2022-11-171-2/+9
* PCI/MSI: Reject MSI-X earlyThomas Gleixner2022-11-171-0/+4
* PCI/MSI: Reject multi-MSI earlyThomas Gleixner2022-11-173-0/+35
* PCI/MSI: Sanitize MSI-X checksThomas Gleixner2022-11-171-32/+33
* PCI/MSI: Reorder functions in msi.cAhmed S. Darwish2022-11-171-282/+295
* Documentation: PCI: Add reference to PCI/MSI device driver APIsAhmed S. Darwish2022-11-171-0/+10
* PCI/MSI: Move pci_msi_restore_state() to api.cAhmed S. Darwish2022-11-173-9/+19
* PCI/MSI: Move pci_msi_enabled() to api.cAhmed S. Darwish2022-11-173-13/+16
* PCI/MSI: Move pci_irq_get_affinity() to api.cAhmed S. Darwish2022-11-172-38/+43
* PCI/MSI: Move pci_disable_msix() to api.cAhmed S. Darwish2022-11-173-13/+26
* PCI/MSI: Move pci_msix_vec_count() to api.cAhmed S. Darwish2022-11-172-20/+20
* PCI/MSI: Move pci_free_irq_vectors() to api.cAhmed S. Darwish2022-11-172-13/+15
* PCI/MSI: Move pci_irq_vector() to api.cAhmed S. Darwish2022-11-172-24/+23
* PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cAhmed S. Darwish2022-11-172-65/+59
* PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish2022-11-172-4/+44
* PCI/MSI: Move pci_enable_msix_range() to api.cAhmed S. Darwish2022-11-173-26/+39
* PCI/MSI: Move pci_enable_msi() API to api.cAhmed S. Darwish2022-11-173-12/+26
* PCI/MSI: Move pci_disable_msi() to api.cAhmed S. Darwish2022-11-174-19/+47
* PCI/MSI: Move mask and unmask helpers to msi.hAhmed S. Darwish2022-11-172-70/+74
* PCI/MSI: Get rid of externs in msi.hAhmed S. Darwish2022-11-171-4/+4
* genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-1716-37/+24
* PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-1711-75/+58
* PCI/MSI: Let the MSI core free descriptorsAhmed S. Darwish2022-11-171-3/+7
* PCI/MSI: Use msi_domain_info:: Bus_tokenAhmed S. Darwish2022-11-171-8/+3
* genirq/msi: Add bus token to struct msi_domain_infoAhmed S. Darwish2022-11-172-10/+16
* genirq/irqdomain: Move bus token enum into a seperate headerThomas Gleixner2022-11-172-21/+27
* genirq/msi: Make __msi_domain_free_irqs() staticThomas Gleixner2022-11-172-5/+2
* powerpc/pseries/msi: Use msi_domain_ops:: Msi_post_free()Thomas Gleixner2022-11-171-5/+2
* genirq/msi: Provide msi_domain_ops:: Post_free()Thomas Gleixner2022-11-172-0/+6
* genirq/msi: Make __msi_domain_alloc_irqs() staticThomas Gleixner2022-11-172-7/+6
* genirq/msi: Add missing kernel doc to msi_next_desc()Thomas Gleixner2022-11-171-0/+1
* genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner2022-11-173-13/+13
* genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()Thomas Gleixner2022-11-171-1/+1
* iommu/amd: Remove bogus check for multi MSI-XThomas Gleixner2022-11-171-2/+1
* iommu/vt-d: Remove bogus check for multi MSI-XThomas Gleixner2022-11-171-2/+1
* PCI/MSI: Check for MSI enabled in __pci_msix_enable()Thomas Gleixner2022-11-171-0/+5
* genirq: Remove unused argument force of irq_set_affinity_deactivated()Angus Chen2022-11-171-2/+2
* clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.hThomas Gleixner2022-11-174-3/+13
* Linux 6.1-rc5v6.1-rc5Linus Torvalds2022-11-131-1/+1
* Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-138-21/+26
|\
| * MIPS: pic32: treat port as signed integerJason A. Donenfeld2022-11-113-9/+8
| * MIPS: jump_label: Fix compat branch range checkJiaxun Yang2022-11-111-1/+1