1. 94185ad PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error by Thomas Gleixner · 3 years ago
  2. 83dbf89 PCI/MSI: Mask MSI-X vectors only on success by Stefan Roese · 3 years ago
  3. 3735459 PCI/MSI: Destroy sysfs before freeing entries by Thomas Gleixner · 3 years, 2 months ago
  4. 2226667 PCI/MSI: Deal with devices lying about their MSI mask capability by Marc Zyngier · 3 years, 2 months ago
  5. 9c8e9c9 PCI/MSI: Move non-mask check back into low level accessors by Thomas Gleixner · 3 years, 2 months ago
  6. 0c5c62d Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 2 months ago
  7. fd1ae23 PCI: Prefer 'unsigned int' over bare 'unsigned' by Krzysztof Wilczyński · 3 years, 3 months ago
  8. 2b94b6b PCI/MSI: Handle msi_populate_sysfs() errors correctly by Wang Hai · 3 years, 3 months ago
  9. 7d6e3fa Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  10. 1a519dc PCI/MSI: Skip masking MSI-X on Xen PV by Marek Marczykowski-Górecki · 3 years, 4 months ago
  11. 2f17081 genirq/msi: Move MSI sysfs handling from PCI to MSI core by Barry Song · 3 years, 5 months ago
  12. 446a98b PCI/MSI: Use new mask/unmask functions by Thomas Gleixner · 3 years, 5 months ago
  13. fcacdfb PCI/MSI: Provide a new set of mask and unmask functions by Thomas Gleixner · 3 years, 5 months ago
  14. 7327cef PCI/MSI: Cleanup msi_mask() by Thomas Gleixner · 3 years, 5 months ago
  15. b296aba PCI/MSI: Deobfuscate virtual MSI-X by Thomas Gleixner · 3 years, 5 months ago
  16. 8eb5ce3 PCI/MSI: Consolidate error handling in msi_capability_init() by Thomas Gleixner · 3 years, 5 months ago
  17. 67961e7 PCI/MSI: Rename msi_desc::masked by Thomas Gleixner · 3 years, 5 months ago
  18. a6e8b94 PCI/MSI: Simplify msi_verify_entries() by Thomas Gleixner · 3 years, 5 months ago
  19. 3998527 s390/pci: Do not mask MSI[-X] entries on teardown by Thomas Gleixner · 3 years, 5 months ago
  20. 77e89af PCI/MSI: Protect msi_desc::masked for multi-MSI by Thomas Gleixner · 3 years, 5 months ago
  21. d28d4ad PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown() by Thomas Gleixner · 3 years, 5 months ago
  22. 689e6b5 PCI/MSI: Correct misleading comments by Thomas Gleixner · 3 years, 5 months ago
  23. 361fd37 PCI/MSI: Do not set invalid bits in MSI mask by Thomas Gleixner · 3 years, 5 months ago
  24. b9255a7 PCI/MSI: Enforce MSI[X] entry updates to be visible by Thomas Gleixner · 3 years, 5 months ago
  25. da181dc PCI/MSI: Enforce that MSI-X table entry is masked for update by Thomas Gleixner · 3 years, 5 months ago
  26. 7d5ec3d PCI/MSI: Mask all unused MSI-X entries by Thomas Gleixner · 3 years, 5 months ago
  27. 4385539 PCI/MSI: Enable and mask MSI-X early by Thomas Gleixner · 3 years, 5 months ago
  28. f8cf6e5 PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions by Krzysztof Wilczyński · 3 years, 7 months ago
  29. 61af692 PCI/MSI: Document the various ways of ending up with NO_MSI by Marc Zyngier · 3 years, 9 months ago
  30. f8bcf24 PCI/MSI: Kill default_teardown_msi_irqs() by Marc Zyngier · 3 years, 9 months ago
  31. 3a05d08 PCI/MSI: Drop use of msi_controller from core code by Marc Zyngier · 3 years, 9 months ago
  32. 2053230 PCI/MSI: Set device flag indicating only 32-bit MSI support by Vidya Sagar · 4 years, 1 month ago
  33. 830dfe8 PCI/MSI: Move MSI/MSI-X flags updaters to msi.c by Bjorn Helgaas · 4 years, 1 month ago
  34. cbc40d5 PCI/MSI: Move MSI/MSI-X init to msi.c by Bjorn Helgaas · 4 years, 1 month ago
  35. 077ee78 PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable by Thomas Gleixner · 4 years, 4 months ago
  36. 2fd6026 PCI/MSI: Provide pci_dev_has_special_msi_domain() helper by Thomas Gleixner · 4 years, 4 months ago
  37. 9006c13 x86/msi: Use generic MSI domain ops by Thomas Gleixner · 4 years, 4 months ago
  38. dfb9eb7 PCI/MSI: Rework pci_msi_domain_calc_hwirq() by Thomas Gleixner · 4 years, 4 months ago
  39. 049eb09 Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 5 months ago
  40. 2bcdd8f of/irq: Make of_msi_map_rid() PCI bus agnostic by Lorenzo Pieralisi · 4 years, 6 months ago
  41. 6f881ab of/irq: make of_msi_map_get_device_domain() bus agnostic by Diana Craciun · 4 years, 6 months ago
  42. 39c3cf5 ACPI/IORT: Make iort_msi_map_rid() PCI agnostic by Lorenzo Pieralisi · 4 years, 6 months ago
  43. d1718a1b ACPI/IORT: Make iort_get_device_domain IRQ domain agnostic by Lorenzo Pieralisi · 4 years, 6 months ago
  44. 30ff3e8 PCI/MSI: Forward MSI-X error code in pci_alloc_irq_vectors_affinity() by Piotr Stankiewicz · 4 years, 6 months ago
  45. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  46. e045fa2 PCI/MSI: Fix incorrect MSI-X masking on resume by Jian-Hong Pan · 5 years ago
  47. 901c4dd PCI/MSI: Move power state check out of pci_msi_supported() by Bjorn Helgaas · 5 years ago
  48. d41b0e6 PCI/MSI: Remove unused pci_irq_get_node() by Greg Kroah-Hartman · 5 years ago
  49. bec5545 Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb by Linus Torvalds · 5 years ago
  50. f6b6aef PCI: Fix typos and whitespace errors by Bjorn Helgaas · 6 years ago
  51. d7cc609 PCI/MSI: Support allocating virtual MSI interrupts by Logan Gunthorpe · 6 years ago
  52. 4e544ba PCI: Add pci_dev_id() helper by Heiner Kallweit · 6 years ago
  53. 4e6b26d PCI/MSI: Remove obsolete sanity checks for multiple interrupt sets by Thomas Gleixner · 6 years ago
  54. c66d4bd genirq/affinity: Add new callback for (re)calculating interrupt sets by Ming Lei · 6 years ago
  55. 77f88ab PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity() by Ming Lei · 6 years ago
  56. bec0403 genirq/core: Introduce struct irq_affinity_desc by Dou Liyang · 6 years ago
  57. 6da4b3a genirq/affinity: Add support for allocating interrupt sets by Jens Axboe · 6 years ago
  58. 4c1ef72 PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice by Tonghao Zhang · 6 years ago
  59. 923aa4c PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchips by Heiner Kallweit · 6 years ago
  60. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  61. 6988e0e genirq/msi: Limit level-triggered MSI to platform devices by Marc Zyngier · 7 years ago
  62. df62ab5 PCI: Tidy comments by Bjorn Helgaas · 7 years ago
  63. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  64. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  65. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  66. 25e960e PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core code by Thomas Gleixner · 7 years ago
  67. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  68. 8e1101d PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULL by Christoph Hellwig · 7 years ago
  69. 235b2c7 PCI/MSI: Assume MSIs use real Requester ID, not an alias by Robin Murphy · 7 years ago
  70. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  71. 96f0d93 irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded access by Marc Zyngier · 8 years ago
  72. 6f9a22b PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecs by Michael Hernandez · 8 years ago
  73. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  74. c6a7a77 Merge branch 'pci/msi' into next by Bjorn Helgaas · 8 years ago
  75. 4244de1 PCI: remove pci_enable_msix by Christoph Hellwig · 8 years ago
  76. 0170591 PCI/MSI: Skip disabling disconnected devices by Keith Busch · 8 years ago
  77. 4bb6669 PCI/MSI: Use dev_printk() when possible by Bjorn Helgaas · 8 years ago
  78. 688769f PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() static by Bjorn Helgaas · 8 years ago
  79. 27ddb68 PCI: add an API to get node from vector by Shaohua Li · 8 years ago
  80. 60e8d3e Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  81. 81efbad PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQs by Prarit Bhargava · 8 years ago
  82. 948b762 PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors by Dennis Chen · 8 years ago
  83. 862290f PCI/MSI: Check that we have a legacy interrupt line before using it by Christoph Hellwig · 8 years ago
  84. 699c4ce PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs() by Christoph Hellwig · 8 years ago
  85. 47feb41 PCI/MSI: Remove unused pci_msi_create_default_irq_domain() by Christoph Hellwig · 8 years ago
  86. 3adfb57 PCI/MSI: Return failure when msix_setup_entries() fails by Christophe JAILLET · 8 years ago
  87. dfef358 PCI/MSI: Don't apply affinity if there aren't enough vectors left by Christoph Hellwig · 8 years ago
  88. 4fe0395 PCI/MSI: Remove pci_enable_msi_{exact,range}() by Christoph Hellwig · 8 years ago
  89. dadf173 PCI/MSI: Fix msi_capability_init() kernel-doc warnings by Randy Dunlap · 8 years ago
  90. 0ab7b12 Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  91. 402723a PCI/MSI: Provide pci_alloc_irq_vectors_affinity() by Christoph Hellwig · 8 years ago
  92. 61e1c59 PCI/MSI: Propagate IRQ affinity description through the MSI code by Christoph Hellwig · 8 years ago
  93. 67c93c2 genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks() by Christoph Hellwig · 8 years ago
  94. 212bd84 genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors() by Christoph Hellwig · 8 years ago
  95. d1d111e PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity() by Jan Beulich · 8 years ago
  96. 62c6151 doc: Add missing parameter for msi_setup by Stephen Hemminger · 8 years ago
  97. 0a30d69 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 8 years ago
  98. ee8d41e pci/msi: Retrieve affinity for a vector by Thomas Gleixner · 8 years ago
  99. e75eafb genirq/msi: Switch to new irq spreading infrastructure by Thomas Gleixner · 8 years ago
  100. 28f4b04 genirq/msi: Add cpumask allocation to alloc_msi_entry by Thomas Gleixner · 8 years ago