1. 22c7e1d Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 8 years ago
  2. dd5bba5 Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra', 'pci/host-xgene' and 'pci/host-xilinx' into next by Bjorn Helgaas · 8 years ago
  3. 441106d MAINTAINERS: Add DT binding to the Aardvark PCIe driver maintainer by Thomas Petazzoni · 8 years ago
  4. 08015ee PCI: rockchip: Indent "if" statement body by Dan Carpenter · 8 years ago
  5. 228ee66 PCI: xilinx-nwl: Remove unused platform data by Bjorn Helgaas · 8 years ago
  6. adf9e28 PCI: xilinx-nwl: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  7. e59e5ff PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument by Bjorn Helgaas · 8 years ago
  8. 6a6c2e8 PCI: xilinx: Remove unused platform data by Bjorn Helgaas · 8 years ago
  9. 5d07188 PCI: xilinx: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  10. 8e93c51 PCI: xgene: Add register accessors by Bjorn Helgaas · 8 years ago
  11. 4ecf6b0 PCI: xgene: Pass struct xgene_pcie_port to setup functions by Bjorn Helgaas · 8 years ago
  12. c6fe9eb PCI: xgene: Remove unused platform data by Bjorn Helgaas · 8 years ago
  13. 16cbff1 PCI: tegra: Remove unused platform data by Bjorn Helgaas · 8 years ago
  14. a581fa9 PCI: tegra: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  15. 8dd99bc PCI: tegra: Fix argument order in tegra_pcie_phy_disable() by Bjorn Helgaas · 8 years ago
  16. 9d274755 PCI: rockchip: Remove unused platform data by Bjorn Helgaas · 8 years ago
  17. de9e6bc PCI: rcar-gen2: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  18. 3ff8e4a PCI: rcar: Remove DRV_NAME macro by Bjorn Helgaas · 8 years ago
  19. d0206f2 PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device arg by Bjorn Helgaas · 8 years ago
  20. d9c64c5 PCI: rcar: Remove unused platform data by Bjorn Helgaas · 8 years ago
  21. 96f6170 PCI: mvebu: Use existing of_node pointer by Bjorn Helgaas · 8 years ago
  22. 160b4e4 PCI: mvebu: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  23. e3a1698 PCI: iproc: Hard-code PCIe capability offset instead of searching by Bjorn Helgaas · 8 years ago
  24. 6d76833 PCI: iproc: Remove redundant null pointer checking by Bjorn Helgaas · 8 years ago
  25. f66e5b2 PCI: iproc: Validate CSR base in BCMA setup code by Bjorn Helgaas · 8 years ago
  26. 556c7bb PCI: iproc: Set drvdata at end of probe function by Bjorn Helgaas · 8 years ago
  27. 786aecc PCI: iproc: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  28. 4f27628 PCI: altera: Simplify TLP_CFG_DW1 usage by Bjorn Helgaas · 8 years ago
  29. eb57671 PCI: altera: Simplify TLB_CFG_DW0 usage by Bjorn Helgaas · 8 years ago
  30. 14c7b95 PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device() by Bjorn Helgaas · 8 years ago
  31. dbeb4bd PCI: altera: Remove redundant platform_get_resource() return value check by Bjorn Helgaas · 8 years ago
  32. ee34264 PCI: altera: Remove unused platform data by Bjorn Helgaas · 8 years ago
  33. fe49067 PCI: altera: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  34. f2ab1bb PCI: aardvark: Remove unused platform data by Bjorn Helgaas · 8 years ago
  35. 9aec2fe PCI: aardvark: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  36. 4c9441d PCI: designware-plat: Remove unused platform data by Bjorn Helgaas · 8 years ago
  37. 2d6054b PCI: designware-plat: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  38. bb8a794 PCI: designware-plat: Remove redundant dw_plat_pcie.mem_base by Bjorn Helgaas · 8 years ago
  39. f5acb5c PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments by Bjorn Helgaas · 8 years ago
  40. 3d46993 PCI: designware: Uninline register accessors by Bjorn Helgaas · 8 years ago
  41. 8ad7501 PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc() by Bjorn Helgaas · 8 years ago
  42. ad88021 PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments by Bjorn Helgaas · 8 years ago
  43. 7e00dfd PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces by Bjorn Helgaas · 8 years ago
  44. a26e010 PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll() by Kishon Vijay Abraham I · 8 years ago
  45. d963ab2 PCI: xgene: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  46. 4ef80d7 PCI: rcar: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  47. 1034023 PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device() by Bjorn Helgaas · 8 years ago
  48. bdf5309 Merge branch 'pci/host-vmd' into next by Bjorn Helgaas · 8 years ago
  49. 69a06e4 Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pci/host-designware', 'pci/host-hv', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra' and 'pci/host-xilinx' into next by Bjorn Helgaas · 8 years ago
  50. 181ffd1 x86/PCI: VMD: Move VMD driver to drivers/pci/host by Keith Busch · 8 years ago
  51. ca19890 PCI: rockchip: Fix wrong transmitted FTS count by Shawn Lin · 8 years ago
  52. 58c6990 PCI: rockchip: Improve the deassert sequence of four reset pins by Shawn Lin · 8 years ago
  53. 277743e PCI: rockchip: Increase the Max Credit update interval by Rajat Jain · 8 years ago
  54. b3327f7 PCI: rcar: Try increasing PCIe link speed to 5 GT/s at boot by Sergei Shtylyov · 8 years ago
  55. 930ffc0 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  56. e15194d Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  57. 3f4f356 Merge branch 'pci/pm' into next by Bjorn Helgaas · 8 years ago
  58. 6c6cba4 Merge branch 'pci/msi' into next by Bjorn Helgaas · 8 years ago
  59. 5485e49 Merge branch 'pci/misc' into next by Bjorn Helgaas · 8 years ago
  60. 64ea3b9 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 8 years ago
  61. fb6b6cc Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 8 years ago
  62. 4dc2db0 Merge branch 'pci/aer' into next by Bjorn Helgaas · 8 years ago
  63. 6b20f72 PCI/AER: Fix aer_probe() kernel-doc comment by Cao jin · 8 years ago
  64. 62d9a78 PCI: Ignore requested alignment for VF BARs by Yongji Xie · 8 years ago
  65. f0b99f7 PCI: Ignore requested alignment for PROBE_ONLY and fixed resources by Yongji Xie · 8 years ago
  66. a0d2a95 PCI: Avoid unnecessary resume after direct-complete by Lukas Wunner · 8 years ago
  67. a6a6402 PCI: Recognize D3cold in pci_update_current_state() by Lukas Wunner · 8 years ago
  68. cc7cc02 PCI: Query platform firmware for device power state by Lukas Wunner · 8 years ago
  69. 4132a57 PCI: Afford direct-complete to devices with non-standard PM by Lukas Wunner · 8 years ago
  70. 66b8080 PCI/AER: Cache capability position by Keith Busch · 8 years ago
  71. 4b202b7 PCI/AER: Avoid memory allocation in interrupt handling path by Jon Derrick · 8 years ago
  72. 3161832 x86/PCI: VMD: Request userspace control of PCIe hotplug indicators by Keith Busch · 8 years ago
  73. 576243b PCI: pciehp: Allow exclusive userspace control of indicators by Keith Busch · 8 years ago
  74. 2458d66 ACPI / APEI: Send correct severity to calculate AER severity by Tyler Baicar · 8 years ago
  75. 95c3549 PCI/AER: Remove duplicate AER severity translation by Tyler Baicar · 8 years ago
  76. ee6ee49 x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descs by Keith Busch · 8 years ago
  77. b318222 x86/PCI: VMD: Eliminate index member from IRQ list by Jon Derrick · 8 years ago
  78. 53db86a x86/PCI: VMD: Eliminate vmd_vector member from list type by Jon Derrick · 8 years ago
  79. 75de9b4 x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() API by Jon Derrick · 8 years ago
  80. c68db51 x86/PCI: VMD: Allocate IRQ lists with correct MSI-X count by Jon Derrick · 8 years ago
  81. b58ddf1 PCI: artpec6: Drop __init from artpec6_add_pcie_port() by Niklas Cassel · 8 years ago
  82. f7bc638 PCI: rcar: Fix some checkpatch warnings by Sergei Shtylyov · 8 years ago
  83. e3123c2 PCI: rcar: Add multi-MSI support by Grigory Kletsko · 8 years ago
  84. 7ece141 PCI/AER: Remove aerdriver.forceload kernel parameter by Bjorn Helgaas · 8 years ago
  85. 9ff25e6b PCI/AER: Remove aerdriver.nosourceid kernel parameter by Bjorn Helgaas · 8 years ago
  86. 29a654e PCI: pciehp: Remove useless pciehp_get_latch_status() calls by Bjorn Helgaas · 8 years ago
  87. 6e49b304 PCI: pciehp: Clean up dmesg "Slot(%s)" messages by Bjorn Helgaas · 8 years ago
  88. 4947793 PCI: pciehp: Remove unnecessary guard by Bjorn Helgaas · 8 years ago
  89. 69bd3c5 PCI: pciehp: Don't re-read Slot Status when handling surprise event by Mayurkumar Patel · 8 years ago
  90. 0c923d1 PCI: pciehp: Don't re-read Slot Status when queuing hotplug event by Mayurkumar Patel · 8 years ago
  91. fad214b PCI: pciehp: Process all hotplug events before looking for new ones by Mayurkumar Patel · 8 years ago
  92. 70e8b40 PCI: pciehp: Return IRQ_NONE when we can't read interrupt status by Bjorn Helgaas · 8 years ago
  93. 9413d96 microblaze/PCI: Add multidomain support for procfs by Bharat Kumar Gogada · 8 years ago
  94. b328f3c PCI: xilinx: Dispose of MSI virtual IRQ by Bharat Kumar Gogada · 8 years ago
  95. 8a4036e PCI: xilinx: Clear correct MSI set bit by Bharat Kumar Gogada · 8 years ago
  96. 3cd049a PCI: xilinx: Clear interrupt register for invalid interrupt by Bharat Kumar Gogada · 8 years ago
  97. b584fa1 PCI: xilinx: Keep both legacy and MSI interrupt domain references by Bharat Kumar Gogada · 8 years ago
  98. f665bd1 PCI: xilinx-nwl: Enable all MSI interrupts using MSI mask by Bharat Kumar Gogada · 8 years ago
  99. c2a7ff1 PCI: xilinx-nwl: Expand error logging by Bharat Kumar Gogada · 8 years ago
  100. 3d664b0 PCI: rcar: Don't disable/unprepare clocks on prepare/enable failure by Geert Uytterhoeven · 8 years ago