1. a40c4b3 Merge branch 'remotes/lorenzo/pci/hv' by Bjorn Helgaas · 5 years ago
  2. b83e445 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 5 years ago
  3. af47f25 Merge branch 'remotes/lorenzo/pci/al' by Bjorn Helgaas · 5 years ago
  4. 0ca0ef1 Merge branch 'pci/resource' by Bjorn Helgaas · 5 years ago
  5. 203104c Merge branch 'pci/pciehp' by Bjorn Helgaas · 5 years ago
  6. 63fa843 Merge branch 'pci/p2pdma' by Bjorn Helgaas · 5 years ago
  7. 3ddbff3 Merge branch 'pci/msi' by Bjorn Helgaas · 5 years ago
  8. 6ce54f0 Merge branch 'pci/misc' by Bjorn Helgaas · 5 years ago
  9. a10a1f6 Merge branch 'pci/enumeration' by Bjorn Helgaas · 5 years ago
  10. 77dc51f Merge branch 'pci/encapsulate' by Bjorn Helgaas · 5 years ago
  11. 20d3618 Merge branch 'pci/aspm' by Bjorn Helgaas · 5 years ago
  12. 0d8006d PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCI by Herbert Xu · 6 years ago
  13. 0b24134 PCI: dwc: Add validation that PCIe core is set to correct mode by Jonathan Chocron · 6 years ago
  14. a8daea9 PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driver by Jonathan Chocron · 6 years ago
  15. ed4381d dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding by Jonathan Chocron · 6 years ago
  16. 738cb37 PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root Port by Jonathan Chocron · 6 years ago
  17. a638b5d PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port by Jonathan Chocron · 6 years ago
  18. 76e67e9 PCI: Add ACS quirk for Amazon Annapurna Labs root ports by Ali Saidi · 6 years ago
  19. 4a36a60 PCI: Add Amazon's Annapurna Labs vendor ID by Jonathan Chocron · 6 years ago
  20. f73f8a5 PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers by Haiyang Zhang · 6 years ago
  21. ca78410 PCI: Get rid of dev->has_secondary_link flag by Mika Westerberg · 6 years ago
  22. 984998e PCI: Make pcie_downstream_port() available outside of access.c by Mika Westerberg · 6 years ago
  23. 46b2c32 PCI: Add ACS quirk for iProc PAXB by Abhinav Ratna · 6 years ago
  24. e499081 PCI: Force trailing new line to resource_alignment_param in sysfs by Logan Gunthorpe · 6 years ago
  25. 273b177 PCI: Move pci_[get|set]_resource_alignment_param() into their callers by Logan Gunthorpe · 6 years ago
  26. 4a06c2c PCI: pciehp: Refer to "Indicators" instead of "LEDs" in comments by Bjorn Helgaas · 6 years ago
  27. 9194094 PCI: pciehp: Remove pciehp_green_led_{on,off,blink}() by Denis Efremov · 6 years ago
  28. 106feb2 PCI: pciehp: Remove pciehp_set_attention_status() by Denis Efremov · 6 years ago
  29. 94719ba PCI: pciehp: Combine adjacent indicator updates by Denis Efremov · 6 years ago
  30. 688033f PCI: pciehp: Add pciehp_set_indicators() to set both indicators by Denis Efremov · 6 years ago
  31. 70aaf61 PCI: Clean up resource_alignment parameter to not require static buffer by Logan Gunthorpe · 6 years ago
  32. 8050f3f PCI: Use static const struct, not const static struct by Krzysztof Wilczynski · 6 years ago
  33. 7f1c62c PCI: Add pci_info_ratelimited() to ratelimit PCI separately by Krzysztof Wilczynski · 6 years ago
  34. 244c06c PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autoprobe by Kelsey Skunberg · 6 years ago
  35. 4a2dbed PCI/ACPI: Remove unnecessary struct hotplug_program_ops by Krzysztof Wilczynski · 6 years ago
  36. 8c3aac6 PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c by Krzysztof Wilczynski · 6 years ago
  37. e2797ad PCI/ACPI: Rename _HPX structs from hpp_* to hpx_* by Krzysztof Wilczynski · 6 years ago
  38. 7ce2e76 PCI: Move ASPM declarations to linux/pci.h by Krzysztof Wilczynski · 6 years ago
  39. 4035ff3 arm64: dts: fsl: Remove num-lanes property from PCIe nodes by Hou Zhiqiang · 6 years ago
  40. 568adba ARM: dts: ls1021a: Remove num-lanes property from PCIe nodes by Hou Zhiqiang · 6 years ago
  41. 66de33f PCI: dwc: Return directly when num-lanes is not found by Hou Zhiqiang · 6 years ago
  42. ee4ea76 dt-bindings: PCI: designware: Remove the num-lanes from Required properties by Hou Zhiqiang · 6 years ago
  43. 5ae6393 PCI: kirin: Make structure kirin_dw_pcie_ops constant by Nishka Dasgupta · 6 years ago
  44. be70010 PCI: hv: Detect and fix Hyper-V PCI domain number collision by Haiyang Zhang · 6 years ago
  45. aaee0c1 PCI/IOV: Move sysfs SR-IOV functions to iov.c by Kelsey Skunberg · 6 years ago
  46. e215404 PCI: sysfs: Change permissions from symbolic to octal by Kelsey Skunberg · 6 years ago
  47. 4e2b794 PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO() by Kelsey Skunberg · 6 years ago
  48. 8bdfa14 PCI: sysfs: Define device attributes with DEVICE_ATTR*() by Kelsey Skunberg · 6 years ago
  49. 27235b15 PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation by Logan Gunthorpe · 6 years ago
  50. 5daf40b PCI/P2PDMA: Allow IOMMU for host bridge whitelist by Logan Gunthorpe · 6 years ago
  51. 5d52e1a PCI/P2PDMA: dma_map() requests that traverse the host bridge by Logan Gunthorpe · 6 years ago
  52. 110203b PCI/P2PDMA: Store mapping method in an xarray by Logan Gunthorpe · 6 years ago
  53. 142c242 PCI/P2PDMA: Factor out __pci_p2pdma_map_sg() by Logan Gunthorpe · 6 years ago
  54. 7f73eac PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg() by Logan Gunthorpe · 6 years ago
  55. 2b9f4bb PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg() by Logan Gunthorpe · 6 years ago
  56. 494d63b PCI/P2PDMA: Whitelist some Intel host bridges by Logan Gunthorpe · 6 years ago
  57. 2c84d81 PCI/P2PDMA: Factor out host_bridge_whitelist() by Logan Gunthorpe · 6 years ago
  58. e2cbfbf PCI/P2PDMA: Apply host bridge whitelist for ACS by Logan Gunthorpe · 6 years ago
  59. c6bfaeb PCI/P2PDMA: Factor out __upstream_bridge_distance() by Logan Gunthorpe · 6 years ago
  60. 7258308 PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance() by Logan Gunthorpe · 6 years ago
  61. 0afea38 PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap struct by Logan Gunthorpe · 6 years ago
  62. a6e6fe6 PCI/P2PDMA: Introduce private pagemap structure by Logan Gunthorpe · 6 years ago
  63. f58ba5e PCI: pci-hyperv: Fix build errors on non-SYSFS config by Randy Dunlap · 6 years ago
  64. 533ca1f PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it by Dexuan Cui · 6 years ago
  65. 2a9af02 PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-V by Wesley Terpstra · 6 years ago
  66. 5a2e340 PCI: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  67. 3b1b1ce PCI: Correct pci=resource_alignment parameter example by Alexey Kardashevskiy · 6 years ago
  68. d2182b2 PCI: Restore Resizable BAR size bits correctly for 1MB BARs by Sumit Saxena · 6 years ago
  69. 39098ed PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_END by Denis Efremov · 6 years ago
  70. b8074aa PCI: Convert pci_resource_to_user() to a weak function by Denis Efremov · 6 years ago
  71. 621f7e3 PCI: Make pci_set_of_node(), etc private by Kelsey Skunberg · 6 years ago
  72. ac6c26d PCI: Make pci_enable_ptm() private by Kelsey Skunberg · 6 years ago
  73. 72bde9c PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() private by Kelsey Skunberg · 6 years ago
  74. b92b512 PCI: Make pci_ats_init() private by Kelsey Skunberg · 6 years ago
  75. 5da78d9 PCI: Make pcie_update_link_speed() private by Kelsey Skunberg · 6 years ago
  76. ecd29c1 PCI: Make pci_bus_get(), pci_bus_put() private by Kelsey Skunberg · 6 years ago
  77. 003d3b2 PCI: Make pci_hotplug_io_size, mem_size, and bus_size private by Kelsey Skunberg · 6 years ago
  78. 440589d PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc private by Kelsey Skunberg · 6 years ago
  79. 975e1ac PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() private by Kelsey Skunberg · 6 years ago
  80. 669696e PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() private by Kelsey Skunberg · 6 years ago
  81. c776dd5 PCI: Make PCI_PM_* delay times private by Kelsey Skunberg · 6 years ago
  82. befa45fb PCI: Use devm_add_action_or_reset() by Fuqian Huang · 6 years ago
  83. 70a6580 PCI: Unexport pci_bus_sem by Kelsey Skunberg · 6 years ago
  84. fae6b93 PCI: Unexport pci_bus_get() and pci_bus_put() by Kelsey Skunberg · 6 years ago
  85. 4f77e09 PCI: Remove pci_block_cfg_access() et al (unused) by Kelsey Skunberg · 6 years ago
  86. 5f9e832 Linus 5.3-rc1 by Linus Torvalds · 6 years ago
  87. c7bf0a0 Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  88. d6788eb Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  89. 91962d0 Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  90. 8cf6650 iommu/amd: fix a crash in iova_magazine_free_pfns by Qian Cai · 6 years ago
  91. 618381f hexagon: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  92. bec5545 Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  93. 1b03bc5 typo fix: it's d_make_root, not d_make_inode... by Al Viro · 6 years ago
  94. e2297f7 dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples by Rob Herring · 6 years ago
  95. 20051f5 dt-bindings: iio: ad7124: Fix dtc warnings in example by Rob Herring · 6 years ago
  96. fbbf2b6 dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example by Rob Herring · 6 years ago
  97. fcbe7e3 dt-bindings: pinctrl: aspeed: Fix AST2500 example errors by Rob Herring · 6 years ago
  98. ad21a4c dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors by Rob Herring · 6 years ago
  99. 7d9ef7f3 dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes by Rob Herring · 6 years ago
  100. 15ffef1 dt-bindings: Ensure child nodes are of type 'object' by Rob Herring · 6 years ago