1. bcea623 Merge branch 'pci/host-rockchip' into next by Bjorn Helgaas · 8 years ago
  2. 56195e9 Merge branch 'pci/host-rcar' into next by Bjorn Helgaas · 8 years ago
  3. dda7189 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 8 years ago
  4. e2dc4f2 Merge branch 'pci/host-layerscape' into next by Bjorn Helgaas · 8 years ago
  5. 68094b4 Merge branch 'pci/host-iproc' into next by Bjorn Helgaas · 8 years ago
  6. e34e38b Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 8 years ago
  7. 5dcda98 Merge branch 'pci/host-hv' into next by Bjorn Helgaas · 8 years ago
  8. d952097 Merge branch 'pci/host-hisi' into next by Bjorn Helgaas · 8 years ago
  9. b2e6d30 Merge branch 'pci/host-exynos' into next by Bjorn Helgaas · 8 years ago
  10. 1a55761 Merge branch 'pci/host-altera' into next by Bjorn Helgaas · 8 years ago
  11. 3bb0356 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 8 years ago
  12. 7a2b3f0 PCI: dwc: Remove dependency of designware on CONFIG_PCI by Kishon Vijay Abraham I · 8 years ago
  13. a056020 PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host by Kishon Vijay Abraham I · 8 years ago
  14. feb85d9 PCI: dwc: Split pcie-designware.c into host and core files by Kishon Vijay Abraham I · 8 years ago
  15. 314fc85 PCI: dwc: designware: Fix style errors in pcie-designware.c by Kishon Vijay Abraham I · 8 years ago
  16. 5f334db PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc() by Kishon Vijay Abraham I · 8 years ago
  17. 442ec4c PCI: dwc: all: Split struct pcie_port into host-only and core structures by Kishon Vijay Abraham I · 8 years ago
  18. 40f67fb PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init() by Kishon Vijay Abraham I · 8 years ago
  19. 19ce01cc PCI: dwc: all: Rename cfg_read/cfg_write to read/write by Kishon Vijay Abraham I · 8 years ago
  20. 9bcf0a6 PCI: dwc: all: Use platform_set_drvdata() to save private data by Kishon Vijay Abraham I · 8 years ago
  21. b90dc39 PCI: dwc: designware: Move register defines to designware header file by Kishon Vijay Abraham I · 8 years ago
  22. 11a61a8 PCI: dwc: Use PTR_ERR_OR_ZERO to simplify code by Fengguang Wu · 8 years ago
  23. 1f6c450 PCI: dra7xx: Group PHY API invocations by Kishon Vijay Abraham I · 8 years ago
  24. ebe85a4 PCI: dra7xx: Enable MSI and legacy interrupts simultaneously by Kishon Vijay Abraham I · 8 years ago
  25. ab5fe4f PCI: dra7xx: Add support to force RC to work in GEN1 mode by Kishon Vijay Abraham I · 8 years ago
  26. 602d38b PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional() by Kishon Vijay Abraham I · 8 years ago
  27. 950bf63 PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory by Kishon Vijay Abraham I · 8 years ago
  28. e7cd7ef PCI: exynos: Support the PHY generic framework by Jaehoon Chung · 8 years ago
  29. 8ca6e0a PCI: altera: Extract TLP completion status correctly by Yadi Hu · 8 years ago
  30. 5800790 PCI: rockchip: Set vendor ID from local core config space by Shawn Lin · 8 years ago
  31. 4a9b093 PCI: hv: Use device serial number as PCI domain by Haiyang Zhang · 8 years ago
  32. 4c2ae32 Merge branch 'pci/vpd' into next by Bjorn Helgaas · 8 years ago
  33. 8b9c156 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  34. 0dc49eb Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  35. 3ec2574 Merge branch 'pci/msi' into next by Bjorn Helgaas · 8 years ago
  36. 906c142 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 8 years ago
  37. 63ab93f Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 8 years ago
  38. af3a2ab Merge branch 'pci/dpc' into next by Bjorn Helgaas · 8 years ago
  39. a142f4d PCI/ASPM: Add comment about L1 substate latency by Rajat Jain · 8 years ago
  40. aeda9ad PCI/ASPM: Configure L1 substate settings by Rajat Jain · 8 years ago
  41. f1f0366 PCI/ASPM: Calculate and save the L1.2 timing parameters by Rajat Jain · 8 years ago
  42. b5a0a9b PCI/ASPM: Read and set up L1 substate capabilities by Rajat Jain · 8 years ago
  43. b2103cc PCI/ASPM: Add support for L1 substates by Rajat Jain · 8 years ago
  44. 3278478 PCI: exynos: Refactor to make it easier to support other SoCs by Niyas Ahmed S T · 8 years ago
  45. 948b762 PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors by Dennis Chen · 8 years ago
  46. 3674cc4 PCI/portdrv: Use pci_irq_alloc_vectors() by Christoph Hellwig · 8 years ago
  47. 862290f PCI/MSI: Check that we have a legacy interrupt line before using it by Christoph Hellwig · 8 years ago
  48. f1d722b PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource list by Shawn Lin · 8 years ago
  49. 21b7245 PCI: imx6: Fix a typo in error message by Andrey Smirnov · 8 years ago
  50. 60e2e2f PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal by Dexuan Cui · 8 years ago
  51. fed6781 PCI: Remove duplicate check for positive return value from probe() functions by Gabriel Krisman Bertazi · 8 years ago
  52. abdbf4d PCI/DPC: Wait for Root Port busy to clear by Keith Busch · 8 years ago
  53. 87b336d PCI/DPC: Decode extended reasons by Keith Busch · 8 years ago
  54. 699c4ce PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs() by Christoph Hellwig · 8 years ago
  55. 47feb41 PCI/MSI: Remove unused pci_msi_create_default_irq_domain() by Christoph Hellwig · 8 years ago
  56. 3adfb57 PCI/MSI: Return failure when msix_setup_entries() fails by Christophe JAILLET · 8 years ago
  57. 60db3a4 PCI: Enable PCIe Extended Tags if supported by Sinan Kaya · 8 years ago
  58. 3fb5561 PCI: generic: Call pci_fixup_irqs() only on ARM by Dongdong Liu · 8 years ago
  59. 72f2ff0 PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports by Dongdong Liu · 8 years ago
  60. 4788316 PCI: hisi: Rename config space accessors to remove "acpi" by Bjorn Helgaas · 8 years ago
  61. ce709f8 PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS by Jon Mason · 8 years ago
  62. 4d4836a PCI: iproc: Configure PCIe MPS settings by Jon Mason · 8 years ago
  63. 92004a06 PCI: exynos: Remove duplicated code by Jaehoon Chung · 8 years ago
  64. 2681c0e PCI: exynos: Use the bitops BIT() macro to build bitmasks by Jaehoon Chung · 8 years ago
  65. e3538f4 PCI: exynos: Remove unnecessary local variables by Jaehoon Chung · 8 years ago
  66. d6da7d9 PCI: exynos: Replace the *_blk/*_phy/*_elb accessors by Jaehoon Chung · 8 years ago
  67. 8ed81ec PCI: mvebu: Change delay after reset to the PCIe spec mandated 100ms by Lucas Stach · 8 years ago
  68. a2ec199609 PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllers by Dongdong Liu · 8 years ago
  69. 792e0a6 PCI: hisi: Use of_device_get_match_data() to simplify probe by Shailendra Verma · 8 years ago
  70. 5b0948d PCI: Lock each enable/disable num_vfs operation in sysfs by Emil Tantilov · 8 years ago
  71. 4f69bd1 PCI: Increase VPD access timeout to 125ms by Matthew R. Ochs · 8 years ago
  72. e5c3b3e PCI: iproc: Use of_device_get_match_data() to simplify probe by Bjorn Helgaas · 8 years ago
  73. 6dc2c04 PCI: layerscape: Use of_device_get_match_data() to simplify probe by Bjorn Helgaas · 8 years ago
  74. ff1677e PCI: rcar: Use of_device_get_match_data() to simplify probe by Bjorn Helgaas · 8 years ago
  75. a712807 PCI: imx6: Remove LTSSM disable workaround by Lucas Stach · 8 years ago
  76. cdcb33f PCI: Avoid possible deadlock on pci_lock and p->pi_lock by Bjorn Helgaas · 8 years ago
  77. 0b351c9 PCI: rockchip: Mark PM functions as __maybe_unused by Arnd Bergmann · 8 years ago
  78. 7faebda PCI: rockchip: Use readl_poll_timeout() instead of open-coding it by Shawn Lin · 8 years ago
  79. d9bf28e PCI: mvebu: Handle changes to the bridge windows while enabled by Jason Gunthorpe · 8 years ago
  80. 4e0a90b38 PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep" by Jaehoon Chung · 8 years ago
  81. 7184f5b PCI: Add ACS quirk for Intel Union Point by Alex Williamson · 8 years ago
  82. 4fe0395 PCI/MSI: Remove pci_enable_msi_{exact,range}() by Christoph Hellwig · 8 years ago
  83. afc9595 PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s" by Shawn Lin · 8 years ago
  84. dadf173 PCI/MSI: Fix msi_capability_init() kernel-doc warnings by Randy Dunlap · 8 years ago
  85. caf3f56 PCI: imx6: Remove redundant "Link never came up" message by Fabio Estevam · 8 years ago
  86. 1acf8bc PCI: acpiphp_ibm: Make ibm_apci_table_attr __ro_after_init by Bhumika Goyal · 8 years ago
  87. 63d182a PCI: rpadlpar: Remove unnecessary return statement by Rahul Krishnan · 8 years ago
  88. e94888d PCI: rcar: Return -ENODEV from host bridge probe when no card present by Harunobu Kurokawa · 8 years ago
  89. 013dd3d PCI: rockchip: Add system PM support by Shawn Lin · 8 years ago
  90. a782b5f PCI: designware: Check for iATU unroll only on platforms that use ATU by Murali Karicheri · 8 years ago
  91. 977509f PCI: Apply _HPX settings only to relevant devices by Bjorn Helgaas · 8 years ago
  92. 25e7738 PCI: Remove res_to_dev_res() debug message by Bjorn Helgaas · 8 years ago
  93. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  94. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  95. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  96. 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
  97. a9a16a6 Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  98. 2ec4584 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  99. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  100. f082f02 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago