| Commit message (Expand) | Author | Files | Lines |
2019-09-16 | PCI: dwc: Add validation that PCIe core is set to correct mode | Jonathan Chocron | 2 | -0/+24 |
2019-09-16 | PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driver | Jonathan Chocron | 2 | -0/+377 |
2019-09-16 | dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding | Jonathan Chocron | 2 | -1/+48 |
2019-09-16 | PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root Port | Jonathan Chocron | 1 | -0/+18 |
2019-09-16 | PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port | Jonathan Chocron | 1 | -0/+6 |
2019-09-16 | PCI: Add ACS quirk for Amazon Annapurna Labs root ports | Ali Saidi | 1 | -0/+20 |
2019-09-16 | PCI: Add Amazon's Annapurna Labs vendor ID | Jonathan Chocron | 1 | -0/+2 |
2019-09-10 | PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers | Haiyang Zhang | 1 | -1/+1 |
2019-09-07 | PCI: Get rid of dev->has_secondary_link flag | Mika Westerberg | 6 | -28/+37 |
2019-09-07 | PCI: Make pcie_downstream_port() available outside of access.c | Mika Westerberg | 2 | -9/+9 |
2019-09-06 | PCI: Add ACS quirk for iProc PAXB | Abhinav Ratna | 1 | -0/+14 |
2019-09-05 | PCI: Force trailing new line to resource_alignment_param in sysfs | Logan Gunthorpe | 1 | -0/+10 |
2019-09-05 | PCI: Move pci_[get|set]_resource_alignment_param() into their callers | Logan Gunthorpe | 1 | -20/+12 |
2019-09-05 | PCI: pciehp: Refer to "Indicators" instead of "LEDs" in comments | Bjorn Helgaas | 2 | -3/+3 |
2019-09-05 | PCI: pciehp: Remove pciehp_green_led_{on,off,blink}() | Denis Efremov | 3 | -43/+7 |
2019-09-05 | PCI: pciehp: Remove pciehp_set_attention_status() | Denis Efremov | 4 | -28/+8 |
2019-09-05 | PCI: pciehp: Combine adjacent indicator updates | Denis Efremov | 2 | -13/+17 |
2019-09-05 | PCI: pciehp: Add pciehp_set_indicators() to set both indicators | Denis Efremov | 2 | -0/+39 |
2019-09-05 | PCI: Clean up resource_alignment parameter to not require static buffer | Logan Gunthorpe | 1 | -18/+23 |
2019-09-05 | PCI: Use static const struct, not const static struct | Krzysztof Wilczynski | 1 | -2/+2 |
2019-09-05 | PCI: Add pci_info_ratelimited() to ratelimit PCI separately | Krzysztof Wilczynski | 2 | -2/+5 |
2019-09-05 | PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autop... | Kelsey Skunberg | 1 | -3/+2 |
2019-08-28 | PCI/ACPI: Remove unnecessary struct hotplug_program_ops | Krzysztof Wilczynski | 3 | -102/+76 |
2019-08-28 | PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c | Krzysztof Wilczynski | 4 | -367/+375 |
2019-08-28 | PCI/ACPI: Rename _HPX structs from hpp_* to hpx_* | Krzysztof Wilczynski | 3 | -66/+64 |
2019-08-28 | PCI: Move ASPM declarations to linux/pci.h | Krzysztof Wilczynski | 17 | -51/+18 |
2019-08-22 | arm64: dts: fsl: Remove num-lanes property from PCIe nodes | Hou Zhiqiang | 5 | -17/+0 |
2019-08-22 | ARM: dts: ls1021a: Remove num-lanes property from PCIe nodes | Hou Zhiqiang | 1 | -2/+0 |
2019-08-22 | PCI: dwc: Return directly when num-lanes is not found | Hou Zhiqiang | 1 | -2/+4 |
2019-08-22 | dt-bindings: PCI: designware: Remove the num-lanes from Required properties | Hou Zhiqiang | 1 | -1/+0 |
2019-08-21 | PCI: kirin: Make structure kirin_dw_pcie_ops constant | Nishka Dasgupta | 1 | -1/+1 |
2019-08-21 | PCI: hv: Detect and fix Hyper-V PCI domain number collision | Haiyang Zhang | 1 | -13/+79 |
2019-08-20 | PCI/IOV: Move sysfs SR-IOV functions to iov.c | Kelsey Skunberg | 3 | -174/+169 |
2019-08-20 | PCI: sysfs: Change permissions from symbolic to octal | Kelsey Skunberg | 1 | -11/+10 |
2019-08-20 | PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO() | Kelsey Skunberg | 1 | -6/+6 |
2019-08-20 | PCI: sysfs: Define device attributes with DEVICE_ATTR*() | Kelsey Skunberg | 1 | -32/+27 |
2019-08-16 | PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation | Logan Gunthorpe | 1 | -8/+7 |
2019-08-16 | PCI/P2PDMA: Allow IOMMU for host bridge whitelist | Logan Gunthorpe | 1 | -4/+0 |
2019-08-16 | PCI/P2PDMA: dma_map() requests that traverse the host bridge | Logan Gunthorpe | 1 | -1/+39 |
2019-08-16 | PCI/P2PDMA: Store mapping method in an xarray | Logan Gunthorpe | 1 | -1/+16 |
2019-08-16 | PCI/P2PDMA: Factor out __pci_p2pdma_map_sg() | Logan Gunthorpe | 1 | -17/+24 |
2019-08-16 | PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg() | Logan Gunthorpe | 4 | -5/+38 |
2019-08-16 | PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg() | Logan Gunthorpe | 3 | -9/+17 |
2019-08-16 | PCI/P2PDMA: Whitelist some Intel host bridges | Logan Gunthorpe | 1 | -4/+34 |
2019-08-16 | PCI/P2PDMA: Factor out host_bridge_whitelist() | Logan Gunthorpe | 1 | -11/+20 |
2019-08-16 | PCI/P2PDMA: Apply host bridge whitelist for ACS | Logan Gunthorpe | 1 | -12/+14 |
2019-08-16 | PCI/P2PDMA: Factor out __upstream_bridge_distance() | Logan Gunthorpe | 1 | -40/+48 |
2019-08-16 | PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance() | Logan Gunthorpe | 1 | -37/+58 |
2019-08-16 | PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap struct | Logan Gunthorpe | 1 | -0/+2 |
2019-08-16 | PCI/P2PDMA: Introduce private pagemap structure | Logan Gunthorpe | 2 | -7/+20 |