aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-23Merge branch 'pci/resource'Bjorn Helgaas
2019-09-23Merge branch 'pci/pciehp'Bjorn Helgaas
2019-09-23Merge branch 'pci/p2pdma'Bjorn Helgaas
2019-09-23Merge branch 'pci/msi'Bjorn Helgaas
2019-09-23Merge branch 'pci/misc'Bjorn Helgaas
2019-09-23Merge branch 'pci/enumeration'Bjorn Helgaas
2019-09-23Merge branch 'pci/encapsulate'Bjorn Helgaas
2019-09-23Merge branch 'pci/aspm'Bjorn Helgaas
2019-09-21PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCIHerbert Xu
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg
2019-09-07PCI: Make pcie_downstream_port() available outside of access.cMika Westerberg
2019-09-05PCI: Add ACS quirk for iProc PAXBAbhinav Ratna
2019-09-05PCI: Force trailing new line to resource_alignment_param in sysfsLogan Gunthorpe
2019-09-05PCI: Move pci_[get|set]_resource_alignment_param() into their callersLogan Gunthorpe
2019-09-05PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsBjorn Helgaas
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov
2019-09-05PCI: pciehp: Combine adjacent indicator updatesDenis Efremov
2019-09-05PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov
2019-09-05PCI: Clean up resource_alignment parameter to not require static bufferLogan Gunthorpe
2019-09-05PCI: Use static const struct, not const static structKrzysztof Wilczynski
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski
2019-09-05PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autop...Kelsey Skunberg
2019-08-28PCI/ACPI: Remove unnecessary struct hotplug_program_opsKrzysztof Wilczynski
2019-08-28PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski
2019-08-28PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Krzysztof Wilczynski
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-08-20PCI/IOV: Move sysfs SR-IOV functions to iov.cKelsey Skunberg
2019-08-20PCI: sysfs: Change permissions from symbolic to octalKelsey Skunberg
2019-08-20PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()Kelsey Skunberg
2019-08-20PCI: sysfs: Define device attributes with DEVICE_ATTR*()Kelsey Skunberg
2019-08-16PCI/P2PDMA: Update pci_p2pdma_distance_many() documentationLogan Gunthorpe
2019-08-16PCI/P2PDMA: Allow IOMMU for host bridge whitelistLogan Gunthorpe
2019-08-16PCI/P2PDMA: dma_map() requests that traverse the host bridgeLogan Gunthorpe
2019-08-16PCI/P2PDMA: Store mapping method in an xarrayLogan Gunthorpe
2019-08-16PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Whitelist some Intel host bridgesLogan Gunthorpe
2019-08-16PCI/P2PDMA: Factor out host_bridge_whitelist()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Apply host bridge whitelist for ACSLogan Gunthorpe
2019-08-16PCI/P2PDMA: Factor out __upstream_bridge_distance()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structLogan Gunthorpe
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe
2019-08-08PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-VWesley Terpstra
2019-08-08PCI: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-08PCI: Correct pci=resource_alignment parameter exampleAlexey Kardashevskiy
2019-08-08PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena
2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov