1. 280510f PCI/MSI: Rename mask/unmask_msi_irq treewide by Thomas Gleixner · 10 years ago
  2. 23ed8d5 PCI/MSI: Rename mask/unmask_msi_irq et al by Thomas Gleixner · 10 years ago
  3. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  4. 891d4a4 PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() by Jiang Liu · 10 years ago
  5. d71d643 PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts by Jiang Liu · 10 years ago
  6. 63a7b17 PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier by Jiang Liu · 10 years ago
  7. 3f3ceca PCI/MSI: Remove unnecessary braces around single statements by Jiang Liu · 10 years ago
  8. 8dd26dc PCI: xilinx: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  9. 2691423 PCI: mvebu: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  10. 7840cba PCI: rcar: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  11. 0815f95 PCI: designware: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  12. 7ec725b PCI: tegra: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  13. 262a2ba PCI/MSI: Add weak pcibios_msi_controller() by Yijing Wang · 10 years ago
  14. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  15. 03f56e4 Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" by Yijing Wang · 10 years ago
  16. 38737d8 PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits by Yijing Wang · 10 years ago
  17. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  18. 27a9716 Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  19. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  20. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  21. 88b42a4 Merge branch 'pm-genirq' by Rafael J. Wysocki · 10 years ago
  22. f92d9ee Merge branch 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
  23. 55dd417 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  24. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  25. 3587e62 PCI: Add ACS quirk for AMD A88X southbridge devices by Marti Raudsepp · 10 years ago
  26. b9c9c25 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  27. 5d85142 Merge branch 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  28. 5f6b6cc PCI: xgene: Add APM X-Gene PCIe driver by Tanmay Inamdar · 10 years ago
  29. c8df6ac PCI: designware: Remove open-coded bitmap operations by Lucas Stach · 10 years ago
  30. 359c660 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  31. 07a7cbd Merge branch 'pci/host-generic' into next by Bjorn Helgaas · 10 years ago
  32. cc0cb67 Merge branches 'pci/aer' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  33. 5ec0940 PCI/MSI: Remove unnecessary temporary variable by Bjorn Helgaas · 10 years ago
  34. 56b72b4 PCI/MSI: Use __write_msi_msg() instead of write_msi_msg() by Yijing Wang · 10 years ago
  35. 468ff15 PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpoints by Yijing Wang · 10 years ago
  36. 48c3c38 PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib by Yijing Wang · 10 years ago
  37. 8105276 PCI/MSI: Remove unused kobject from struct msi_desc by Yijing Wang · 10 years ago
  38. a06cd74 PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported() by Alexander Gordeev · 10 years ago
  39. 27e2060 PCI/MSI: Move D0 check into pci_msi_check_device() by Alexander Gordeev · 10 years ago
  40. ad975eb PCI/MSI: Remove arch_msi_check_device() by Alexander Gordeev · 10 years ago
  41. 8b921ac PCI: Add pci_remap_iospace() to map bus I/O resources by Liviu Dudau · 10 years ago
  42. 41e5c0f of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr() by Liviu Dudau · 10 years ago
  43. 670ba0c PCI: Add generic domain handling by Catalin Marinas · 10 years ago
  44. 0b0b089 of/pci: Fix the conversion of IO ranges into IO resources by Liviu Dudau · 10 years ago
  45. 91f8ae8 PCI: designware: Setup and clear exactly one MSI at a time by Lucas Stach · 10 years ago
  46. d61b0e8 PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() by Yinghai Lu · 10 years ago
  47. 100ebb2 PCI: Add ACS quirk for Intel 10G NICs by Alex Williamson · 10 years ago
  48. 1104528 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  49. 3b307ff PCI: Export MSI message relevant functions by Gavin Shan · 10 years ago
  50. c0ed74e Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into next by Bjorn Helgaas · 10 years ago
  51. b1bf295 Merge branches 'pci/host-mvebu' and 'pci/host-spear' into next by Bjorn Helgaas · 10 years ago
  52. d179111 PCI/AER: Add additional PCIe AER error strings by Chen, Gong · 10 years ago
  53. 783a28e Merge branches 'pci/hotplug', 'pci/initdata' and 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  54. 2d7ed01 Merge tag 'pci-v3.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  55. 2f4096e PCI: Remove assignment from complicated "if" conditions by Quentin Lambert · 10 years ago
  56. 79e50e7 PCI: Remove assignment from "if" conditions by Quentin Lambert · 10 years ago
  57. 656f978 PCI: Remove unnecessary curly braces by Quentin Lambert · 10 years ago
  58. 382a9c9 PCI: Add space before open parenthesis by Quentin Lambert · 10 years ago
  59. 24832b4 PCI: designware: Add get_msi_data() to pcie_host_ops by Minghuan Lian · 10 years ago
  60. 450e344 PCI: designware: Rename get_msi_data() to get_msi_addr() by Minghuan Lian · 10 years ago
  61. 0c61ea7 PCI: designware: Fix IO resource end address calculation by Minghuan Lian · 10 years ago
  62. ec98e9a PCI: designware: Fix configuration base address when using 'reg' by Minghuan Lian · 10 years ago
  63. 31ff2a5 PCI: pciehp: Stop disabling notifications during init by Yinghai Lu · 10 years ago
  64. cf8d7b5 PCI: pciehp: Add more Slot Control debug output by Yinghai Lu · 10 years ago
  65. d433889 PCI: pciehp: Fix wait time in timeout message by Yinghai Lu · 10 years ago
  66. 2f419d7 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 10 years ago
  67. 7cbeb9f PCI: pciehp: Fix pcie_wait_cmd() timeout by Yinghai Lu · 10 years ago
  68. 89b51cb PCI: Add ACS quirk for Solarflare SFC9120 & SFC9140 by Alex Williamson · 10 years ago
  69. 9f0dbe0 PCI: designware: Use NULL instead of false by Fabio Estevam · 10 years ago
  70. 5d8f4c9 PCI: Remove unused pci_get_dma_source() by Alex Williamson · 10 years ago
  71. bee3f30 PCI: Remove unused pci_find_upstream_pcie_bridge() by Alex Williamson · 10 years ago
  72. 56fab6e PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() by Thomas Petazzoni · 10 years ago
  73. 65aaae2 PCI: spear: Pass config resource through reg property by Pratyush Anand · 10 years ago
  74. 89ec3dc PCI: Generate uppercase hex for modalias interface class by Ricardo Ribalda Delgado · 10 years ago
  75. ef39ab7 Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-tegra' and 'pci/host-xilinx' into next by Bjorn Helgaas · 10 years ago
  76. 134cd00 Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  77. b29f83a Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  78. 12d8706 Revert "PCI: Make sure bus number resources stay within their parents bounds" by Bjorn Helgaas · 10 years ago
  79. 7a0b33d Revert "PCI: Don't scan random busses in pci_scan_bridge()" by Bjorn Helgaas · 10 years ago
  80. 649ae75 Merge branch 'pci/vga'; commit '6a73336bde29' into for-linus by Bjorn Helgaas · 10 years ago
  81. f9dd0ce PCI: xilinx: Fix xilinx_pcie_assign_msi() return value test by Dan Carpenter · 10 years ago
  82. 7f1f054 PCI: tegra: Add Tegra124 support by Thierry Reding · 10 years ago
  83. ec73276 PCI: tegra: Make sure the PCIe PLL is really reset by Eric Yuen · 10 years ago
  84. 8d41794 PCI: tegra: Fix extended configuration space mapping by Peter Daifuku · 10 years ago
  85. 0d20d62 PCI: tegra: Clear CLKREQ# enable on port disable by Thierry Reding · 10 years ago
  86. 9fe373f PCI: Increase IBM ipr SAS Crocodile BARs to at least system page size by Douglas Lehr · 10 years ago
  87. be63497 PCI: Use device flag helper functions by Ethan Zhao · 10 years ago
  88. 8665a48 PCI: keystone: Set device ID based on SoC to support multiple ports by Murali Karicheri · 10 years ago
  89. 4455efc PCI: keystone: Assume controller is already in RC mode by Murali Karicheri · 10 years ago
  90. c15982d PCI: keystone: Limit MRSS for all downstream devices by Murali Karicheri · 10 years ago
  91. bceee4a9 PCI: pciehp: Prevent NULL dereference during probe by Andreas Noever · 10 years ago
  92. 6de8eee Merge branch 'pci/hotplug-vga' into for-linus by Bjorn Helgaas · 10 years ago
  93. d537a3a PCI: pciehp: Reduce PCIe slot_ctrl to 16 bits by Bjorn Helgaas · 10 years ago
  94. 1302fcf PCI: Configure *all* devices, not just hot-added ones by Bjorn Helgaas · 10 years ago
  95. 302328c PCI: Preserve MPS and MRRS when applying _HPX settings by Bjorn Helgaas · 10 years ago
  96. ca0647e0 PCI: Apply _HPP settings to all hot-added PCI devices by Bjorn Helgaas · 10 years ago
  97. eab3a0e PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settings by Bjorn Helgaas · 10 years ago
  98. c6285fc PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-X by Bjorn Helgaas · 10 years ago
  99. fbfa398 PCI: Remove unused pci_configure_slot() by Bjorn Helgaas · 10 years ago
  100. 81ee573 ACPI / hotplug / PCI: Remove pci_configure_slot() usage by Bjorn Helgaas · 10 years ago