summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
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-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett
2019-08-16PCI/hotplug: remove the sgi_hotplug driverChristoph Hellwig
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-15PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaroundLyude Paul
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner
2019-08-15PCI: pci-hyperv: Fix build errors on non-SYSFS configRandy Dunlap
2019-08-14PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separatelyXiaowei Bao
2019-08-14PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driverXiaowei Bao
2019-08-13PCI: dwc: Add support to enable CDM register checkVidya Sagar
2019-08-13PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar
2019-08-13PCI: dwc: Add extended configuration space capability search APIVidya Sagar
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar
2019-08-13PCI: dwc: Group DBI registers writes requiring unlockingVidya Sagar
2019-08-13PCI: Disable MSI for Tegra root portsVidya Sagar
2019-08-12PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui
2019-08-12PCI: tegra: Fix OF node reference leakNishka Dasgupta
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki
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: 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
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov
2019-08-07PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier
2019-08-07Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg
2019-08-07PCI: mediatek: Add controller support for MT7629Jianjun Wang
2019-08-05PCI: rpaphp: Avoid a sometimes-uninitialized warningNathan Chancellor
2019-07-30PCI: Make pci_set_of_node(), etc privateKelsey Skunberg
2019-07-30PCI: Make pci_enable_ptm() privateKelsey Skunberg
2019-07-30PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateKelsey Skunberg
2019-07-30PCI: Make pci_ats_init() privateKelsey Skunberg
2019-07-30PCI: Make pcie_update_link_speed() privateKelsey Skunberg
2019-07-30PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg
2019-07-30PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg
2019-07-30PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg
2019-07-30PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg