1. e5f66ea PCI: Set ->mask_pos correctly by Dan Carpenter · 11 years ago
  2. d4f09c5 Merge branch 'pci/gavin-msi-cleanup' into next by Bjorn Helgaas · 11 years ago
  3. 4d18760 PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK by Bjorn Helgaas · 11 years ago
  4. 78b5a31 PCI: Drop msi_mask_reg() and remove drivers/pci/msi.h by Bjorn Helgaas · 11 years ago
  5. 527eee2 PCI: Use msix_table_size() directly, drop multi_msix_capable() by Bjorn Helgaas · 11 years ago
  6. 909094c PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macros by Bjorn Helgaas · 11 years ago
  7. 4987ce8 PCI: Drop is_64bit_address() and is_mask_bit_support() macros by Bjorn Helgaas · 11 years ago
  8. 2f22134 PCI: Drop msi_data_reg() macro by Bjorn Helgaas · 11 years ago
  9. 9925ad0 PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macros by Bjorn Helgaas · 11 years ago
  10. f84ecd2 PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly by Bjorn Helgaas · 11 years ago
  11. f532216 PCI: Use cached MSI/MSI-X offsets from dev, not from msi_desc by Bjorn Helgaas · 11 years ago
  12. 520fe9d PCI: Use cached MSI-X cap while enabling MSI-X by Gavin Shan · 11 years ago
  13. f465136 PCI: Use cached MSI cap while enabling MSI interrupts by Gavin Shan · 11 years ago
  14. cdf1fd4 PCI: Remove MSI/MSI-X cap check in pci_msi_check_device() by Gavin Shan · 11 years ago
  15. e375b56 PCI: Cache MSI/MSI-X capability offsets in struct pci_dev by Gavin Shan · 11 years ago
  16. 9738abe PCI: Make local functions/structs static by Bjorn Helgaas · 11 years ago
  17. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago
  18. 9a4da8a s390/pci: PCI adapter interrupts for MSI/MSI-X by Jan Glauber · 12 years ago
  19. 76ccc29 x86/PCI: Expand the x86_msi_ops to have a restore MSIs. by Konrad Rzeszutek Wilk · 13 years ago
  20. 424eb39 PCI: msi: fix imbalanced refcount of msi irq sysfs objects by Neil Horman · 13 years ago
  21. d5dea7d PCI: msi: Disable msi interrupts when we initialize a pci device by Eric W. Biederman · 13 years ago
  22. da8d1c8 PCI/sysfs: add per pci device msi[x] irq listing (v5) by Neil Horman · 13 years ago
  23. 363c75d pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  24. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  25. 8d80528 PCI: Add mask bit definition for MSI-X table by Sheng Yang · 14 years ago
  26. 1525bf0 msi: Introduce default_[teardown|setup]_msi_irqs with fallback. by Thomas Gleixner · 14 years ago
  27. 39431ac pci: Cleanup the irq_desc mess in msi by Thomas Gleixner · 14 years ago
  28. 1c9db52 pci: Convert msi to new irq_chip functions by Thomas Gleixner · 14 years ago
  29. 30da552 PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc() by Ben Hutchings · 14 years ago
  30. fcd097f PCI: MSI: Remove unsafe and unnecessary hardware access by Ben Hutchings · 14 years ago
  31. 4302e0f PCI: fix wrong memory address handling in MSI-X by Kenji Kaneshige · 14 years ago
  32. 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
  33. 500559a PCI MSI: Style cleanups by Hidetoshi Seto · 15 years ago
  34. d9d7070 PCI MSI: MSI-X cleanup, msix_setup_entries() by Hidetoshi Seto · 15 years ago
  35. 75cb342 PCI MSI: MSI-X cleanup, msix_program_entries() by Hidetoshi Seto · 15 years ago
  36. 5a05a9d PCI MSI: MSI-X cleanup, msix_map_region() by Hidetoshi Seto · 15 years ago
  37. 583871d PCI MSI: Relocate error path in init_msix_capability() by Hidetoshi Seto · 15 years ago
  38. f56e448 PCI MSI: Unify msi_free_irqs() and msix_free_all_irqs() by Hidetoshi Seto · 15 years ago
  39. 9cc8d54 PCI MSI: Use list_first_entry() by Hidetoshi Seto · 15 years ago
  40. c901851 PCI MSI: Remove attribute check from pci_disable_msi() by Hidetoshi Seto · 15 years ago
  41. 12abb8b PCI MSI: Fix restoration of MSI/MSI-X mask states in suspend/resume by Hidetoshi Seto · 15 years ago
  42. 7ba1930 PCI MSI: Unmask MSI if setup failed by Hidetoshi Seto · 15 years ago
  43. 2c21fd4 PCI MSI: shorten PCI_MSIX_ENTRY_* symbol names by Hidetoshi Seto · 15 years ago
  44. 0d07348 PCI MSI: Return if alloc_msi_entry for MSI-X failed by Hidetoshi Seto · 15 years ago
  45. 2af5066 PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write by Hidetoshi Seto · 15 years ago
  46. f598282 PCI: Fix the NIU MSI-X problem in a better way by Matthew Wilcox · 15 years ago
  47. 110828c PCI: remove redundant __msi_set_enable() by Matthew Wilcox · 15 years ago
  48. ab7de99 PCI: remove invalid comment of msi_mask_irq() by Kenji Kaneshige · 15 years ago
  49. 57fbf52 PCI MSI: let drivers retry when not enough vectors by Michael S. Tsirkin · 15 years ago
  50. 67b5db6 PCI MSI: Define PCI_MSI_MASK_32/64 by Hidetoshi Seto · 15 years ago
  51. 8d18101 PCI MSI: Fix MSI-X with NIU cards by Matthew Wilcox · 15 years ago
  52. 1c8d7b0 PCI MSI: Add support for multiple MSI by Matthew Wilcox · 15 years ago
  53. f2440d9 PCI MSI: Refactor interrupt masking code by Matthew Wilcox · 15 years ago
  54. 264d9ca PCI MSI: Use mask_pos instead of mask_base when appropriate by Matthew Wilcox · 15 years ago
  55. 379f532 PCI MSI: msi_desc->dev is always initialised by Matthew Wilcox · 15 years ago
  56. 24d2755 PCI MSI: Replace 'type' with 'is_msix' by Matthew Wilcox · 15 years ago
  57. b5fbf53 PCI/MSI: Allow arch code to return the number of MSI-X available by Michael Ellerman · 15 years ago
  58. 11df1f0 PCI/MSI: Use #ifdefs instead of weak functions by Michael Ellerman · 15 years ago
  59. a52e2e3 PCI/MSI: Introduce pci_msix_table_size() by Rafael J. Wysocki · 15 years ago
  60. 0b49ec3 PCI/MSI: fix msi_mask() shift fix by Matthew Wilcox · 15 years ago
  61. bffac3c PCI MSI: Fix undefined shift by 32 by Matthew Wilcox · 15 years ago
  62. 0db29af PCI/MSI: bugfix/utilize for msi_capability_init() by Hidetoshi Seto · 16 years ago
  63. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  64. 3145e94 x86, MSI: pass irq_cfg and irq_desc by Yinghai Lu · 16 years ago
  65. d389fec ACPI/PCI: Set support bit for MSI in support field of _OSC by Taku Izumi · 16 years ago
  66. 5993760 PCI: utilize calculated results when detecting MSI features by Jike Song · 16 years ago
  67. abad2ec PCI: fully restore MSI state at resume time by Jesse Barnes · 16 years ago
  68. ce6fce4 PCI MSI: Don't disable MSIs if the mask bit isn't supported by Matthew Wilcox · 16 years ago
  69. 80ccba1 PCI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  70. 5ca5c02 PCI/MSI: skip calling pci_find_capability from msi_set_mask_bits by Hidetoshi Seto · 16 years ago
  71. d52877c pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 by Yinghai Lu · 16 years ago
  72. 8e149e0 pci/irq: restore mask_bits in msi shutdown -v3 by Yinghai Lu · 16 years ago
  73. 6a9e7f2 PCI: drivers/pci/msi.c: move arch hooks to the top by Adrian Bunk · 17 years ago
  74. 94688cf PCI: export pci_restore_msi_state() by Linas Vepstas · 17 years ago
  75. ba698ad PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. by David Miller · 17 years ago
  76. cbf5d9e MSI: Use correct data offset for 32-bit MSI in read_msi_msg() by Roland Dreier · 17 years ago
  77. 78b7611 msi: mask the msix vector before we unmap it by Eric W. Biederman · 17 years ago
  78. 0dd11f9 msi: fix the ordering of msix irqs by Eric W. Biederman · 17 years ago
  79. 4fdadeb msi: fix ARM compile by Dan Williams · 17 years ago
  80. b3b7cc7 Fix assertion failure with MSI on sparc64 by David Miller · 17 years ago
  81. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  82. 032de8e MSI: Give archs the option to free all MSI/Xs at once. by Michael Ellerman · 17 years ago
  83. 9c83133 MSI: Give archs the option to allocate all MSI/Xs at once. by Michael Ellerman · 17 years ago
  84. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 17 years ago
  85. 314e77b MSI: Remove dev->first_msi_irq by Michael Ellerman · 17 years ago
  86. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  87. c9953a7 MSI: Add an arch_msi_check_device() by Michael Ellerman · 17 years ago
  88. 17bbc12 MSI: Rename pci_msi_supported() to pci_msi_check_device() by Michael Ellerman · 17 years ago
  89. 128bc5f MSI: Consolidate precondition checks by Michael Ellerman · 17 years ago
  90. b1e2303 MSI: Expand pci_msi_supported() by Michael Ellerman · 17 years ago
  91. 3e916c0 MSI: Remove msi_cache by Michael Ellerman · 17 years ago
  92. 4cc086f MSI: Move EXPORT_SYMBOL()s near their definition by Michael Ellerman · 17 years ago
  93. 7ede9c1 MSI: Consolidate BUG_ON()s. by Michael Ellerman · 17 years ago
  94. fc4afc7 MSI: Consolidate MSI-X irq freeing code by Michael Ellerman · 17 years ago
  95. 00ba16a MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2 by Michael Ellerman · 17 years ago
  96. c31af39 MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1 by Michael Ellerman · 17 years ago
  97. 54bc6c0 MSI: Simplify BUG() handling in pci_disable_msix() by Michael Ellerman · 17 years ago
  98. e387b9e MSI: Simplify BUG() handling in pci_disable_msi() by Michael Ellerman · 17 years ago
  99. 988cbb1 PCI: Flush MSI-X table writes by Mitch Williams · 17 years ago
  100. 348e3fd [PATCH] msi: synchronously mask and unmask msi-x irqs. by Eric W. Biederman · 17 years ago