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