aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-08-16PCI/P2PDMA: Apply host bridge whitelist for ACSLogan Gunthorpe1-12/+14
2019-08-16PCI/P2PDMA: Factor out __upstream_bridge_distance()Logan Gunthorpe1-40/+48
2019-08-16PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Logan Gunthorpe1-37/+58
2019-08-16PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structLogan Gunthorpe1-0/+2
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe1-6/+20
2019-08-15PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaroundLyude Paul1-1/+1
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner1-0/+33
2019-08-15PCI: pci-hyperv: Fix build errors on non-SYSFS configRandy Dunlap1-1/+1
2019-08-14PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separatelyXiaowei Bao2-3/+20
2019-08-14PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driverXiaowei Bao1-0/+1
2019-08-13PCI: dwc: Add support to enable CDM register checkVidya Sagar2-0/+16
2019-08-13PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar1-0/+1
2019-08-13PCI: dwc: Add extended configuration space capability search APIVidya Sagar2-0/+42
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar3-35/+43
2019-08-13PCI: dwc: Group DBI registers writes requiring unlockingVidya Sagar1-6/+8
2019-08-13PCI: Disable MSI for Tegra root portsVidya Sagar1-0/+53
2019-08-12PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-08-12PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki1-0/+20
2019-08-08PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-VWesley Terpstra1-1/+1
2019-08-08PCI: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-08PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena1-1/+1
2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov2-4/+4
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov1-0/+12
2019-08-07PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier1-1/+9
2019-08-07Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg3-86/+10
2019-08-07PCI: mediatek: Add controller support for MT7629Jianjun Wang1-0/+18
2019-08-05PCI: rpaphp: Avoid a sometimes-uninitialized warningNathan Chancellor1-11/+7
2019-07-30PCI: Make pci_set_of_node(), etc privateKelsey Skunberg1-0/+9
2019-07-30PCI: Make pci_enable_ptm() privateKelsey Skunberg1-0/+3
2019-07-30PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateKelsey Skunberg1-0/+8
2019-07-30PCI: Make pci_ats_init() privateKelsey Skunberg1-3/+4
2019-07-30PCI: Make pcie_update_link_speed() privateKelsey Skunberg1-0/+1
2019-07-30PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg1-0/+2
2019-07-30PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg1-0/+3
2019-07-30PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg1-0/+5
2019-07-30PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg1-0/+3
2019-07-30PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateKelsey Skunberg1-0/+2
2019-07-30PCI: Make PCI_PM_* delay times privateKelsey Skunberg1-0/+5
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-6/+1
2019-07-24PCI: Use devm_add_action_or_reset()Fuqian Huang1-2/+1
2019-07-23PCI: Unexport pci_bus_semKelsey Skunberg1-1/+0
2019-07-23PCI: Unexport pci_bus_get() and pci_bus_put()Kelsey Skunberg1-2/+0
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2-11/+55
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+8
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds38-545/+1330
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-48/+4
2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas14-36/+37