aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-12/+13
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds26-415/+2353
2020-01-29Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas1-30/+1
2020-01-29Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-2/+2
2020-01-29Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-0/+150
2020-01-29Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-1/+1
2020-01-29Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-3/+3
2020-01-29Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas6-7/+626
2020-01-29Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas3-0/+1025
2020-01-29Merge branch 'pci/host-vmd'Bjorn Helgaas4-153/+29
2020-01-29Merge branch 'pci/virtualization'Bjorn Helgaas5-27/+51
2020-01-29Merge branch 'pci/switchtec'Bjorn Helgaas2-86/+302
2020-01-29Merge branch 'pci/resource'Bjorn Helgaas1-68/+95
2020-01-29Merge branch 'pci/pm'Bjorn Helgaas1-1/+4
2020-01-29Merge branch 'pci/p2pdma'Bjorn Helgaas1-0/+3
2020-01-29Merge branch 'pci/misc'Bjorn Helgaas2-33/+52
2020-01-29PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson1-4/+12
2020-01-29PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson1-16/+7
2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson1-4/+4
2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson1-4/+4
2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson1-32/+46
2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson1-10/+6
2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson1-16/+19
2020-01-29PCI: Rename variablesNicholas Johnson1-13/+17
2020-01-29PCI: vmd: Add two VMD Device IDsSushma Kalakota1-0/+4
2020-01-29PCI: Remove unnecessary bracesNicholas Johnson1-2/+1
2020-01-28PCI: brcmstb: Add MSI supportJim Quinlan2-1/+262
2020-01-28PCI: brcmstb: Add Broadcom STB PCIe host controller driverJim Quinlan3-0/+764
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds5-6/+6
2020-01-24PCI: vmd: Remove dma_map_ops overridesJon Derrick2-151/+0
2020-01-24PCI: Introduce pci_real_dma_dev()Jon Derrick2-1/+24
2020-01-24x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick1-1/+1
2020-01-23PCI/AER: Initialize aer_fifoDongdong Liu1-0/+1
2020-01-23PCI/AER: Factor message prefixes with dev_fmt()Bjorn Helgaas1-3/+5
2020-01-23PCI/AER: Log which device prevents error recoveryYicong Yang1-2/+4
2020-01-21PCI: keystone: Fix error handling when "num-viewport" DT property is not populatedKishon Vijay Abraham I1-1/+1
2020-01-15PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as brokenAlex Deucher1-6/+13
2020-01-15PCI/switchtec: Add Gen4 device IDsKelvin Cao2-0/+36
2020-01-15PCI/switchtec: Add Gen4 MRPC GAS access permission checkKelvin Cao1-0/+6
2020-01-15PCI/switchtec: Add Gen4 flash information interface supportKelvin Cao1-0/+111
2020-01-15PCI/switchtec: Add Gen4 system info register supportLogan Gunthorpe1-0/+5
2020-01-15PCI/switchtec: Separate Gen3 register structures into unionsLogan Gunthorpe1-11/+27
2020-01-15PCI/switchtec: Factor out Gen3 ioctl_flash_part_info()Logan Gunthorpe1-26/+42
2020-01-15PCI/switchtec: Add 'generation' variableLogan Gunthorpe1-32/+58
2020-01-15PCI/switchtec: Rename generation-specific constantsLogan Gunthorpe1-5/+5
2020-01-15PCI/switchtec: Move check event ID from mask_event() to switchtec_event_isr()Wesley Sheng1-5/+6
2020-01-15PCI/switchtec: Remove redundant valid PFF number countWesley Sheng1-8/+4
2020-01-15PCI/switchtec: Add support for Intercomm Notify and Upstream Error ContainmentLogan Gunthorpe1-0/+3
2020-01-13PCI/PM: Print config space of devices before suspendChen Yu1-1/+4
2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe1-4/+16