summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Merge branch 'pci/hotplug'Bjorn Helgaas4-62/+247
2019-05-14Merge branch 'pci/enumeration'Bjorn Helgaas4-33/+122
2019-04-24PCI/ACPI: Implement _HPX Type 3 Setting RecordAlexandru Gagniuc2-0/+177
2019-04-24PCI/ACPI: Remove the need for 'struct hotplug_params'Alexandru Gagniuc2-60/+64
2019-04-24PCI/ACPI: Do not export pci_get_hp_params()Alexandru Gagniuc1-1/+0
2019-04-17PCI: Assign bus numbers present in EA capability for bridgesSubbaraya Sundeep1-4/+50
2019-04-12PCI/AER: Change pci_aer_init() stub to return voidJisheng Zhang1-1/+1
2019-04-12PCI: OF: Support "external-facing" propertyJean-Philippe Brucker1-4/+10
2019-04-11PCI: rpaphp: Get/put device node reference during slot alloc/deallocTyrel Datwyler1-1/+2
2019-04-11PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler1-0/+4
2019-04-06PCI: Rework pcie_retrain_link() wait loopStefan Mätje1-6/+4
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2-0/+26
2019-04-06PCI: Factor out pcie_retrain_link() functionStefan Mätje1-16/+24
2019-04-06PCI: Init PCIe feature bits for managed host bridge allocJean-Philippe Brucker1-9/+14
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+57
2019-03-10Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds44-479/+1514
2019-03-07Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+5
2019-03-07Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-1/+14
2019-03-07Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas4-31/+74
2019-03-07Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-4/+9
2019-03-07Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-33/+28
2019-03-07Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas11-59/+337
2019-03-07Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas9-124/+373
2019-03-07Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas2-25/+247
2019-03-07Merge branch 'pci/pm'Bjorn Helgaas3-35/+52
2019-03-07Merge branch 'pci/portdrv'Bjorn Helgaas5-9/+134
2019-03-07Merge branch 'pci/misc'Bjorn Helgaas6-38/+39
2019-03-07Merge branch 'pci/hotplug'Bjorn Helgaas4-37/+15
2019-03-07Merge branch 'pci/enumeration'Bjorn Helgaas3-59/+70
2019-03-07Merge branch 'pci/dpc'Bjorn Helgaas1-1/+26
2019-03-07Merge branch 'pci/aspm'Bjorn Helgaas2-15/+74
2019-03-07PCI: Update PCIEPORTBUS Kconfig help textHou Zhiqiang1-4/+3
2019-03-06PCI: Fix "try" semantics of bus and slot resetAlex Williamson1-28/+26
2019-03-06PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc5-6/+129
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+16
2019-03-04PCI: altera: Enable driver on ARM64Ley Foon Tan1-1/+1
2019-03-04PCI: altera: Add Stratix 10 PCIe supportLey Foon Tan1-24/+246
2019-03-02PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck1-0/+1
2019-03-01PCI: aardvark: Make symbol 'advk_pci_bridge_emul_ops' staticWei Yongjun1-1/+1
2019-03-01PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach1-1/+1
2019-03-01PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura1-21/+17
2019-03-01PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura1-13/+12
2019-03-01PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura1-1/+1
2019-03-01PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang1-1/+7
2019-03-01PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang1-3/+2
2019-03-01PCI: dwc: Remove superfluous shifting in definitionsAndrey Smirnov1-7/+7
2019-03-01PCI: dwc: Make use of GENMASK/FIELD_PREPAndrey Smirnov1-13/+16
2019-03-01PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov3-9/+8
2019-03-01PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()Andrey Smirnov1-38/+23
2019-03-01PCI: dwc: Make use of IS_ALIGNED()Andrey Smirnov1-2/+2