1. 1851617 PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI by Michael S. Tsirkin · 9 years ago
  2. 6a25f5e PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl() by Michael S. Tsirkin · 9 years ago
  3. 61b64ab PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl() by Michael S. Tsirkin · 9 years ago
  4. 6a878e5 PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BAR by Yijing Wang · 10 years ago
  5. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. f144d14 PCI/MSI: Add device flag indicating that 64-bit MSIs don't work by Benjamin Herrenschmidt · 10 years ago
  7. 020c312 PCI/MSI: Allow an msi_controller to be associated to an irq domain by Marc Zyngier · 10 years ago
  8. 8e047ad PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain by Jiang Liu · 10 years ago
  9. 3878eae PCI/MSI: Enhance core to support hierarchy irqdomain by Jiang Liu · 10 years ago
  10. 38b6a1c PCI/MSI: Move cached entry functions to irq core by Jiang Liu · 10 years ago
  11. 23ed8d5 PCI/MSI: Rename mask/unmask_msi_irq et al by Thomas Gleixner · 10 years ago
  12. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  13. 891d4a4 PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() by Jiang Liu · 10 years ago
  14. d71d643 PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts by Jiang Liu · 10 years ago
  15. 63a7b17 PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier by Jiang Liu · 10 years ago
  16. 3f3ceca PCI/MSI: Remove unnecessary braces around single statements by Jiang Liu · 10 years ago
  17. 262a2ba PCI/MSI: Add weak pcibios_msi_controller() by Yijing Wang · 10 years ago
  18. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  19. 03f56e4 Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" by Yijing Wang · 10 years ago
  20. 38737d8 PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits by Yijing Wang · 10 years ago
  21. 27a9716 Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  22. 5ec0940 PCI/MSI: Remove unnecessary temporary variable by Bjorn Helgaas · 10 years ago
  23. 56b72b4 PCI/MSI: Use __write_msi_msg() instead of write_msi_msg() by Yijing Wang · 10 years ago
  24. 48c3c38 PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib by Yijing Wang · 10 years ago
  25. 8105276 PCI/MSI: Remove unused kobject from struct msi_desc by Yijing Wang · 10 years ago
  26. a06cd74 PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported() by Alexander Gordeev · 10 years ago
  27. 27e2060 PCI/MSI: Move D0 check into pci_msi_check_device() by Alexander Gordeev · 10 years ago
  28. ad975eb PCI/MSI: Remove arch_msi_check_device() by Alexander Gordeev · 10 years ago
  29. 3b307ff PCI: Export MSI message relevant functions by Gavin Shan · 10 years ago
  30. e11ece5 PCI/MSI: Use irq_get_msi_desc() to simplify code by Yijing Wang · 10 years ago
  31. 0dae508 PCI/MSI: Remove unused list access in __pci_restore_msix_state() by Yijing Wang · 10 years ago
  32. a281b78 PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_dev by Yijing Wang · 10 years ago
  33. 4cc9016 PCI/MSI: Remove unused function msi_remove_pci_irq_vectors() by Yijing Wang · 10 years ago
  34. d873b4d PCI/MSI: Add msi_setup_entry() to clean up MSI initialization by Yijing Wang · 10 years ago
  35. 31ea5d4 PCI/MSI: Cache Multiple Message Capable in struct msi_desc by Yijing Wang · 10 years ago
  36. 199596e PCI/MSI: Remove unused msi_enabled_mask() by Yijing Wang · 10 years ago
  37. 66f0d0c PCI/MSI: Add internal msix_clear_and_set_ctrl() function by Yijing Wang · 10 years ago
  38. 38a6148 Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into next by Bjorn Helgaas · 10 years ago
  39. b701c0b PCI/MSI: Fix memory leak in free_msi_irqs() by Alexei Starovoitov · 10 years ago
  40. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  41. e5558d1 Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  42. 034cd97 PCI/MSI: Remove pci_enable_msi_block() by Alexander Gordeev · 10 years ago
  43. 518a6a3 Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  44. 56a3d18 PCI: Remove unnecessary includes of <linux/init.h> by Paul Gortmaker · 10 years ago
  45. 1406276 PCI/MSI: Simplify populate_msi_sysfs() by Jan Beulich · 10 years ago
  46. 75ce2d5 PCI/MSI: Fix pci_msix_vec_count() htmldocs failure by Masanari Iida · 10 years ago
  47. 2923775 PCI/MSI: Fix leak of msi_attrs by Greg Kroah-Hartman · 10 years ago
  48. 86bb4f6 PCI/MSI: Check kmalloc() return value, fix leak of name by Greg Kroah-Hartman · 10 years ago
  49. 04f982b Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  50. 302a252 PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 11 years ago
  51. ff1aa43 PCI/MSI: Add pci_msix_vec_count() by Alexander Gordeev · 11 years ago
  52. 7b92b4f PCI/MSI: Remove pci_enable_msi_block_auto() by Alexander Gordeev · 11 years ago
  53. d1ac1d2 PCI/MSI: Add pci_msi_vec_count() by Alexander Gordeev · 11 years ago
  54. 47e0ab3 Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  55. 52179dc PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int by Alexander Gordeev · 11 years ago
  56. 2adc790 PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() fails by Alexander Gordeev · 11 years ago
  57. 1c51b50 PCI/MSI: Export MSI mode using attributes, not kobjects by Greg Kroah-Hartman · 11 years ago
  58. ac8344c PCI: Drop "irq" param from *_restore_msi_irqs() by DuanZhenzhong · 11 years ago
  59. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  60. 0e4ccb1 PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq() by Konrad Rzeszutek Wilk · 11 years ago
  61. 869a161 PCI: Fail MSI/MSI-X initialization if device is not in PCI_D0 by Yijing Wang · 11 years ago
  62. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  63. 6a4324e PCI: msi: add default MSI operations for !HAVE_GENERIC_HARDIRQS platforms by Thomas Petazzoni · 11 years ago
  64. 0cbdcfc PCI: Introduce new MSI chip infrastructure by Thierry Reding · 11 years ago
  65. 4287d82 PCI: use weak functions for MSI arch-specific functions by Thomas Petazzoni · 11 years ago
  66. 65f6ae6 PCI: Allocate only as many MSI vectors as requested by driver by Alexander Gordeev · 11 years ago
  67. e5f66ea PCI: Set ->mask_pos correctly by Dan Carpenter · 11 years ago
  68. d4f09c5 Merge branch 'pci/gavin-msi-cleanup' into next by Bjorn Helgaas · 11 years ago
  69. 4d18760 PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK by Bjorn Helgaas · 11 years ago
  70. 78b5a31 PCI: Drop msi_mask_reg() and remove drivers/pci/msi.h by Bjorn Helgaas · 11 years ago
  71. 527eee2 PCI: Use msix_table_size() directly, drop multi_msix_capable() by Bjorn Helgaas · 11 years ago
  72. 909094c PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macros by Bjorn Helgaas · 11 years ago
  73. 4987ce8 PCI: Drop is_64bit_address() and is_mask_bit_support() macros by Bjorn Helgaas · 11 years ago
  74. 2f22134 PCI: Drop msi_data_reg() macro by Bjorn Helgaas · 11 years ago
  75. 9925ad0 PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macros by Bjorn Helgaas · 11 years ago
  76. f84ecd2 PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly by Bjorn Helgaas · 11 years ago
  77. f532216 PCI: Use cached MSI/MSI-X offsets from dev, not from msi_desc by Bjorn Helgaas · 11 years ago
  78. 520fe9d PCI: Use cached MSI-X cap while enabling MSI-X by Gavin Shan · 11 years ago
  79. f465136 PCI: Use cached MSI cap while enabling MSI interrupts by Gavin Shan · 11 years ago
  80. cdf1fd4 PCI: Remove MSI/MSI-X cap check in pci_msi_check_device() by Gavin Shan · 11 years ago
  81. e375b56 PCI: Cache MSI/MSI-X capability offsets in struct pci_dev by Gavin Shan · 11 years ago
  82. 9738abe PCI: Make local functions/structs static by Bjorn Helgaas · 11 years ago
  83. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago
  84. 9a4da8a s390/pci: PCI adapter interrupts for MSI/MSI-X by Jan Glauber · 12 years ago
  85. 76ccc29 x86/PCI: Expand the x86_msi_ops to have a restore MSIs. by Konrad Rzeszutek Wilk · 13 years ago
  86. 424eb39 PCI: msi: fix imbalanced refcount of msi irq sysfs objects by Neil Horman · 13 years ago
  87. d5dea7d PCI: msi: Disable msi interrupts when we initialize a pci device by Eric W. Biederman · 13 years ago
  88. da8d1c8 PCI/sysfs: add per pci device msi[x] irq listing (v5) by Neil Horman · 13 years ago
  89. 363c75d pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  90. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  91. 8d80528 PCI: Add mask bit definition for MSI-X table by Sheng Yang · 14 years ago
  92. 1525bf0 msi: Introduce default_[teardown|setup]_msi_irqs with fallback. by Thomas Gleixner · 14 years ago
  93. 39431ac pci: Cleanup the irq_desc mess in msi by Thomas Gleixner · 14 years ago
  94. 1c9db52 pci: Convert msi to new irq_chip functions by Thomas Gleixner · 14 years ago
  95. 30da552 PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc() by Ben Hutchings · 14 years ago
  96. fcd097f PCI: MSI: Remove unsafe and unnecessary hardware access by Ben Hutchings · 14 years ago
  97. 4302e0f PCI: fix wrong memory address handling in MSI-X by Kenji Kaneshige · 14 years ago
  98. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  99. 500559a PCI MSI: Style cleanups by Hidetoshi Seto · 15 years ago
  100. d9d7070 PCI MSI: MSI-X cleanup, msix_setup_entries() by Hidetoshi Seto · 15 years ago