1. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  2. 4dd1f57 Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into next by Bjorn Helgaas · 9 years ago
  3. e3dc17a PCI: layerscape: Simplify platform_get_resource_byname() failure checking by Bjorn Helgaas · 9 years ago
  4. f76ea57 PCI: keystone: Don't dereference possible NULL pointer by Bjorn Helgaas · 9 years ago
  5. 8735816 PCI: versatile: Check for devm_ioremap_resource() failures by Jisheng Zhang · 9 years ago
  6. 3cfb2f7 Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  7. 01d06a9 PCI: exynos: Fix INTx enablement statement termination error by Jaehoon Chung · 9 years ago
  8. 1fb37a8 PCI: iproc: Add Broadcom iProc PCIe support by Ray Jui · 9 years ago
  9. 8e79584 Merge branches 'pci/enumeration' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  10. ab14d45 PCI: mvebu: Add suspend/resume support by Thomas Petazzoni · 9 years ago
  11. b97ea28 PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) by Yijing Wang · 9 years ago
  12. 91e9134 Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  13. a43f32d PCI: spear: Drop __initdata from spear13xx_pcie_driver by Matwey V. Kornilov · 9 years ago
  14. 085a68d PCI: xgene: Add register offset to config space base address by Feng Kan · 9 years ago
  15. f1651a2 PCI: versatile: Update for list_for_each_entry() API change by Joachim Nilsson · 9 years ago
  16. 7a27db2 PCI: rcar: Verify that mem_res is 64K-aligned by Nobuhiro Iwamatsu · 9 years ago
  17. ecd0630 PCI: rcar: Change PCIEPARL and PCIEPARH to PCIEPALR and PCIEPAUR by Nobuhiro Iwamatsu · 10 years ago
  18. 2ea2a27 PCI: rcar: Write zeroes to reserved PCIEPARL bits by Nobuhiro Iwamatsu · 10 years ago
  19. 1fc6aa9 PCI: rcar: Fix position of MSI enable bit by Nobuhiro Iwamatsu · 10 years ago
  20. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  21. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  22. 8fbcf5e Merge branch 'acpi-resources' by Rafael J. Wysocki · 9 years ago
  23. 14d76b6 PCI: Use common resource list management code instead of private implementation by Jiang Liu · 10 years ago
  24. ae03e7c Merge branches 'pci/host-generic' and 'pci/host-versatile' into next by Bjorn Helgaas · 10 years ago
  25. 2cd59de Merge branch 'pci/config' into next by Bjorn Helgaas · 10 years ago
  26. 029e215 PCI: xilinx: Convert to use generic config accessors by Rob Herring · 10 years ago
  27. 350f8be PCI: xgene: Convert to use generic config accessors by Rob Herring · 10 years ago
  28. 0e7ac8d PCI: tegra: Convert to use generic config accessors by Rob Herring · 10 years ago
  29. b44923b PCI: rcar: Convert to use generic config accessors by Rob Herring · 10 years ago
  30. 2118672 PCI: generic: Convert to use generic config accessors by Rob Herring · 10 years ago
  31. b7e7817 PCI: versatile: Add DT-based ARM Versatile PB PCIe host driver by Rob Herring · 10 years ago
  32. e315110 Merge branches 'pci/host-keystone', 'pci/host-tegra', 'pci/host-xgene' and 'pci/host-xilinx' into next by Bjorn Helgaas · 10 years ago
  33. 19c5392 PCI: designware: Reject MSI-X IRQs by Lucas Stach · 10 years ago
  34. 29ef709 PCI: xgene: Include clk.h instead of clk-private.h by Stephen Boyd · 10 years ago
  35. abc596b PCI: xilinx: Fix harmless format string warning by Arnd Bergmann · 10 years ago
  36. 4808c35 PCI: keystone: Fix misspelling of current function in debug output by Julia Lawall · 10 years ago
  37. 75f30c3 Merge branches 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-rcar' and 'pci/host-tegra' into next by Bjorn Helgaas · 10 years ago
  38. 8c7d1474 ARM/PCI: Move to generic PCI domains by Lorenzo Pieralisi · 10 years ago
  39. 04dae55 PCI: tegra: Remove unnecessary tegra_pcie_fixup_bridge() by Lucas Stach · 10 years ago
  40. 19bd9c0 PCI: tegra: Remove unnecessary tegra_pcie_fixup_bridge() by Lucas Stach · 10 years ago
  41. 80f6d91 PCI: layerscape: Fix platform_no_drv_owner.cocci warnings by Julia Lawall · 10 years ago
  42. c51d411 PCI: rcar: Fix error handling of irq_of_parse_and_map() by Dmitry Torokhov · 10 years ago
  43. ea3651f PCI: keystone: Fix error handling of irq_of_parse_and_map() by Dmitry Torokhov · 10 years ago
  44. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  45. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  46. 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
  47. 5106787 PCI: tegra: Use physical range for I/O mapping by Thierry Reding · 10 years ago
  48. 280510f PCI/MSI: Rename mask/unmask_msi_irq treewide by Thomas Gleixner · 10 years ago
  49. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  50. 8dd26dc PCI: xilinx: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  51. 2691423 PCI: mvebu: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  52. 7840cba PCI: rcar: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  53. 0815f95 PCI: designware: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  54. 7ec725b PCI: tegra: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  55. 35437e3 Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', 'pci/host-generic', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-spear' and 'pci/host-tegra' into next by Bjorn Helgaas · 10 years ago
  56. 6b1c4d7 PCI: tegra: Add Kconfig help text by Thierry Reding · 10 years ago
  57. 4407308 PCI: tegra: Do not build on 64-bit ARM by Thierry Reding · 10 years ago
  58. 20f9ece PCI: spear: Remove unnecessary OOM message by Jingoo Han · 10 years ago
  59. cf3a9d6 PCI: mvebu: Add a blank line after declarations by Jingoo Han · 10 years ago
  60. 2c992f3 PCI: designware: Add a blank line after declarations by Jingoo Han · 10 years ago
  61. bc512c5 PCI: exynos: Remove unnecessary return statement by Jingoo Han · 10 years ago
  62. d88a7ef PCI: imx6: Use tabs for indentation by Jingoo Han · 10 years ago
  63. 6670070 PCI: keystone: Remove unnecessary OOM message by Jingoo Han · 10 years ago
  64. 336b5be PCI: xgene: Assign resources to bus before adding new devices by Duc Dang · 10 years ago
  65. e73044a PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port() by Jingoo Han · 10 years ago
  66. 992e7bd PCI: spear: Add __init annotation to spear13xx_add_pcie_port() by Jingoo Han · 10 years ago
  67. a9875d8 PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc. by Jingoo Han · 10 years ago
  68. 23926c8 PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port() by Jingoo Han · 10 years ago
  69. 62d0ff83 PCI: layerscape: Add Freescale Layerscape PCIe driver by Minghuan Lian · 10 years ago
  70. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  71. dbf9826 PCI: generic: Convert to DT resource parsing API by Lorenzo Pieralisi · 10 years ago
  72. a5525b2 PCI: generic: Allocate config space windows after limiting bus number range by Lorenzo Pieralisi · 10 years ago
  73. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  74. a2fa6f6 PCI: imx6: Wait for clocks to stabilize after ref_en by Richard Zhu · 10 years ago
  75. 3c70637 PCI: rcar: Make rcar_pci static by Jingoo Han · 10 years ago
  76. 5ba8368 PCI: keystone: Make ks_dw_pcie_msi_domain_ops static by Jingoo Han · 10 years ago
  77. 70b3e89 PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init() by Jingoo Han · 10 years ago
  78. e27a513 pci: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  79. 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
  80. f92d9ee Merge branch 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
  81. b9c9c25 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  82. 5f6b6cc PCI: xgene: Add APM X-Gene PCIe driver by Tanmay Inamdar · 10 years ago
  83. c8df6ac PCI: designware: Remove open-coded bitmap operations by Lucas Stach · 10 years ago
  84. 359c660 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  85. 07a7cbd Merge branch 'pci/host-generic' into next by Bjorn Helgaas · 10 years ago
  86. 48c3c38 PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib by Yijing Wang · 10 years ago
  87. 0b0b089 of/pci: Fix the conversion of IO ranges into IO resources by Liviu Dudau · 10 years ago
  88. 91f8ae8 PCI: designware: Setup and clear exactly one MSI at a time by Lucas Stach · 10 years ago
  89. 1104528 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  90. b1bf295 Merge branches 'pci/host-mvebu' and 'pci/host-spear' into next by Bjorn Helgaas · 10 years ago
  91. 24832b4 PCI: designware: Add get_msi_data() to pcie_host_ops by Minghuan Lian · 10 years ago
  92. 450e344 PCI: designware: Rename get_msi_data() to get_msi_addr() by Minghuan Lian · 10 years ago
  93. 0c61ea7 PCI: designware: Fix IO resource end address calculation by Minghuan Lian · 10 years ago
  94. ec98e9a PCI: designware: Fix configuration base address when using 'reg' by Minghuan Lian · 10 years ago
  95. 9f0dbe0 PCI: designware: Use NULL instead of false by Fabio Estevam · 10 years ago
  96. 56fab6e PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() by Thomas Petazzoni · 10 years ago
  97. 65aaae2 PCI: spear: Pass config resource through reg property by Pratyush Anand · 10 years ago
  98. 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
  99. 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
  100. f9dd0ce PCI: xilinx: Fix xilinx_pcie_assign_msi() return value test by Dan Carpenter · 10 years ago