1. 6b9bd1e Merge branch 'pci/aer' into next by Bjorn Helgaas · 10 years ago
  2. 339c0fc PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0 by Betty Dall · 11 years ago
  3. 4059a31 ACPICA: Add helper macros to extract bus/segment numbers from HEST table. by Betty Dall · 10 years ago
  4. 96702be Merge branch 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  5. 04f982b Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  6. ccb1265 Merge branch 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  7. 1ecf38c Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 10 years ago
  8. 133a360 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  9. c2a5a82 PCI: Update documentation 00-INDEX file by Erik Ekman · 10 years ago
  10. d56dbf5 PCI: Allocate 64-bit BARs above 4G when possible by Yinghai Lu · 10 years ago
  11. f75b99d PCI: Enforce bus address limits in resource allocation by Yinghai Lu · 10 years ago
  12. 36e097a PCI: Split out bridge window override of minimum allocation address by Bjorn Helgaas · 10 years ago
  13. 167b1f0 agp/ati: Use PCI_COMMAND instead of hard-coded 4 by Bjorn Helgaas · 10 years ago
  14. d357253 agp/intel: Use CPU physical address, not bus address, for ioremap() by Bjorn Helgaas · 10 years ago
  15. b5e350f agp/intel: Use pci_bus_address() to get GTTADR bus address by Bjorn Helgaas · 10 years ago
  16. 5ef6d8f4 agp/intel: Use pci_bus_address() to get MMADR bus address by Bjorn Helgaas · 10 years ago
  17. 545b0a7 agp/intel: Support 64-bit GMADR by Yinghai Lu · 10 years ago
  18. 5acc4ce agp/intel: Rename gtt_bus_addr to gtt_phys_addr by Bjorn Helgaas · 10 years ago
  19. 21c3460 drm/i915: Rename gtt_bus_addr to gtt_phys_addr by Bjorn Helgaas · 10 years ago
  20. d68c5a2 agp: Use pci_resource_start() to get CPU physical address for BAR by Bjorn Helgaas · 10 years ago
  21. e501b3d agp: Support 64-bit APBASE by Bjorn Helgaas · 10 years ago
  22. 302a252 PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 10 years ago
  23. ff1aa43 PCI/MSI: Add pci_msix_vec_count() by Alexander Gordeev · 10 years ago
  24. 7b92b4f PCI/MSI: Remove pci_enable_msi_block_auto() by Alexander Gordeev · 10 years ago
  25. d1ac1d2 PCI/MSI: Add pci_msi_vec_count() by Alexander Gordeev · 10 years ago
  26. 7741043 PCI: Convert ioapic to be builtin only, not modular by Yinghai Lu · 10 years ago
  27. 58275f2f PCI: designware: Fix indent code style by Jingoo Han · 10 years ago
  28. 0648900 PCI: mvebu: Use max_t() instead of max(resource_size_t,) by Jingoo Han · 10 years ago
  29. 31e45ec PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamically by Thomas Petazzoni · 10 years ago
  30. 06cf56e4 PCI: Add pci_bus_address() to get bus address of a BAR by Bjorn Helgaas · 10 years ago
  31. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  32. 0a5ef7b PCI: Change pci_bus_region addresses to dma_addr_t by Bjorn Helgaas · 10 years ago
  33. 79bf7fc Merge branch 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  34. 47e0ab3 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  35. f72e1112 Merge branch 'pci/deletion' into next by Bjorn Helgaas · 10 years ago
  36. 9dc1d43 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  37. fc05ea7 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 10 years ago
  38. 4bd70bc Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 10 years ago
  39. 52179dc PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int by Alexander Gordeev · 10 years ago
  40. 8ec5db6 PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1 by Alexander Gordeev · 10 years ago
  41. 2adc790 PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() fails by Alexander Gordeev · 10 years ago
  42. 57b7cb0 s390/PCI: Remove superfluous check of MSI type by Alexander Gordeev · 10 years ago
  43. a384c89 s390/PCI: Fix single MSI only check by Alexander Gordeev · 10 years ago
  44. fce8591 PCI: designware: Fix I/O transfers by using CPU (not realio) address by Pratyush Anand · 11 years ago
  45. a01ef59 PCI: designware: Add dw_pcie prefix before cfg_read/write by Pratyush Anand · 11 years ago
  46. ca16589 PCI: designware: Fix missing MSI IRQs by Harro Haan · 11 years ago
  47. 1c51b50 PCI/MSI: Export MSI mode using attributes, not kobjects by Greg Kroah-Hartman · 10 years ago
  48. e75f34c PCI/portdrv: Remove extra get_device()/put_device() for pcie_device by Bjorn Helgaas · 10 years ago
  49. f398620 PCI/portdrv: Add put_device() after device_register() failure by Levente Kurusa · 10 years ago
  50. 8f3acca PCI/portdrv: Cleanup error paths by Bjorn Helgaas · 10 years ago
  51. 339135f PCI: mvebu: Remove redundant of_match_ptr by Sachin Kamat · 10 years ago
  52. bc9ef77 PCI: imx6: Fix bugs in PCIe startup code by Richard Zhu · 11 years ago
  53. fa33a6d PCI: imx6: Start link in Gen1 before negotiating for Gen2 mode by Marek Vasut · 11 years ago
  54. 66a60f9 PCI: imx6: Factor out link up wait loop by Marek Vasut · 11 years ago
  55. 982aa23 PCI: imx6: Factor out PHY reset by Marek Vasut · 11 years ago
  56. 7f9f40c PCI: imx6: Report "link up" only after link training completes by Marek Vasut · 11 years ago
  57. c28f8a1 PCI: imx6: Make reset-gpio optional by Marek Vasut · 11 years ago
  58. 608235a Merge branch 'pci/vc' into next by Bjorn Helgaas · 10 years ago
  59. a737f76 Merge branch 'pci/pciehp' into next by Bjorn Helgaas · 10 years ago
  60. 765147f Merge branch 'pci/host-tegra' into next by Bjorn Helgaas · 10 years ago
  61. 1c898ba Merge branch 'pci/host-rcar' into next by Bjorn Helgaas · 10 years ago
  62. 7160266 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 10 years ago
  63. ed00f97 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 10 years ago
  64. c354e811 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  65. 330ebfe Merge branch 'pci/deletion' into next by Bjorn Helgaas · 10 years ago
  66. d9cdfb8 Merge branch 'pci/aer' into next by Bjorn Helgaas · 10 years ago
  67. e338e49 Merge branch 'eisa' into next by Bjorn Helgaas · 10 years ago
  68. ef83b07 PCI: Remove from bus_list and release resources in pci_release_dev() by Yinghai Lu · 11 years ago
  69. ef37702 PCI: Move pci_proc_attach_device() to pci_bus_add_device() by Yinghai Lu · 11 years ago
  70. e3b439e PCI: Use device_release_driver() in pci_stop_root_bus() by Yinghai Lu · 11 years ago
  71. c4a0a5d PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev() by Rafael J. Wysocki · 10 years ago
  72. 274127a PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2 by Alex Williamson · 10 years ago
  73. 425c1b2 PCI: Add Virtual Channel to save/restore support by Alex Williamson · 10 years ago
  74. fd0f7f7 PCI: Add support for save/restore of extended capabilities by Alex Williamson · 10 years ago
  75. 157e876 PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction()) by Alex Williamson · 10 years ago
  76. af9ab79 PCI: pciehp: Move Attention & Power Indicator support tests to accessors by Bjorn Helgaas · 10 years ago
  77. e7b4f0d7 PCI: pciehp: Use symbolic constants for Slot Control fields by Bjorn Helgaas · 11 years ago
  78. df72648 PCI: pciehp: Use symbolic constants, not hard-coded bitmask by Bjorn Helgaas · 11 years ago
  79. 2f2ed41c PCI: pciehp: Simplify "Power Fault Detected" checking/clearing by Bjorn Helgaas · 11 years ago
  80. afe2478 PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc) by Bjorn Helgaas · 11 years ago
  81. 6dae620 PCI: pciehp: Make various functions void since they can't fail by Bjorn Helgaas · 11 years ago
  82. 1a84b99 PCI: pciehp: Remove error checks when accessing PCIe Capability by Bjorn Helgaas · 11 years ago
  83. cd84d34 PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers by Bjorn Helgaas · 11 years ago
  84. 3620437 PCI/AER: Consolidate HEST error source parsers by Bjorn Helgaas · 11 years ago
  85. 8e7f8d0 PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse() by Betty Dall · 11 years ago
  86. 1c38108 PCI/AER: Clean up error printing code a bit by Borislav Petkov · 11 years ago
  87. fab4c25 PCI/AER: Add a TLP header print helper by Borislav Petkov · 11 years ago
  88. 04df008 EISA: Call put_device() if device_register() fails by Levente Kurusa · 11 years ago
  89. 92e112f PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE by Joe Perches · 11 years ago
  90. 1d72e71 Merge branch 'pci/yijing-dev_is_pci' into next by Bjorn Helgaas · 11 years ago
  91. 6c52f51 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  92. fa43780 Merge branch 'for-linus' into next by Bjorn Helgaas · 11 years ago
  93. 5b764b8 PCI: Stop clearing bridge Secondary Status when setting up I/O aperture by Bjorn Helgaas · 11 years ago
  94. d2f54d9 PCI: Prevent bus conflicts while checking for bridge apertures by Bjorn Helgaas · 11 years ago
  95. ac8344c PCI: Drop "irq" param from *_restore_msi_irqs() by DuanZhenzhong · 11 years ago
  96. 6f825b7 PCI/portdrv: Remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  97. 09296c0 alpha/PCI: Use dev_is_pci() to identify PCI devices by Yijing Wang · 11 years ago
  98. 0021c03 arm/PCI: Use dev_is_pci() to identify PCI devices by Yijing Wang · 11 years ago
  99. 9202174 arm/PCI: Use dev_is_pci() to identify PCI devices by Yijing Wang · 11 years ago
  100. b0acbb9 parisc/PCI: Use dev_is_pci() to identify PCI devices by Yijing Wang · 11 years ago