aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+9
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel1-3/+9
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+2
2018-08-17PCI / ACPI / PM: Resume all bridges on suspend-to-RAMRafael J. Wysocki1-4/+2
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds73-1563/+2785
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2018-08-15Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-1/+12
2018-08-15Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas1-85/+68
2018-08-15Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas3-1/+14
2018-08-15Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas3-26/+144
2018-08-15Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-1/+1
2018-08-15Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas18-78/+396
2018-08-15Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas4-4/+183
2018-08-15Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas1-67/+12
2018-08-15Merge branch 'remotes/lorenzo/pci/controller/misc'Bjorn Helgaas1-1/+1
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas9-74/+174
2018-08-15Merge branch 'pci/switchtec'Bjorn Helgaas3-9/+160
2018-08-15Merge branch 'pci/resource'Bjorn Helgaas5-12/+68
2018-08-15Merge branch 'pci/peer-to-peer'Bjorn Helgaas3-69/+337
2018-08-15Merge branch 'pci/msi'Bjorn Helgaas1-0/+3
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas6-4/+16
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas25-944/+695
2018-08-15Merge branch 'pci/enumeration'Bjorn Helgaas4-11/+135
2018-08-15Merge branch 'pci/dpc'Bjorn Helgaas1-65/+42
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas5-9/+3
2018-08-15Merge branch 'pci/aer'Bjorn Helgaas6-102/+321
2018-08-15PCI/AER: Don't clear AER bits if error handling is Firmware-FirstAlexandru Gagniuc1-0/+9
2018-08-14PCI: Limit config space size for Netronome NFP5000Jakub Kicinski1-0/+1
2018-08-14PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchipsHeiner Kallweit1-0/+3
2018-08-14PCI/VPD: Check for VPD access completion before checking for timeoutBert Kenward1-2/+5
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-08-14PCI: Match Root Port's MPS to endpoint's MPSS as necessaryMyron Stowe1-2/+10
2018-08-14PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe1-0/+4
2018-08-13PCI: Add function 1 DMA alias quirk for Marvell 88SS9183Bjorn Helgaas1-0/+3
2018-08-10PCI: Check for PCIe Link downtrainingAlexandru Gagniuc3-7/+42
2018-08-09PCI: Add ACS Redirect disable quirk for Intel Sunrise PointLogan Gunthorpe1-0/+25
2018-08-09PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe3-8/+43
2018-08-09PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZELogan Gunthorpe1-9/+9
2018-08-09PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe1-2/+71
2018-08-09PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe1-21/+97
2018-08-09PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe1-54/+103
2018-08-09PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas1-0/+14
2018-08-09PCI: Delay after FLR of Intel DC P3700 NVMeAlex Williamson1-0/+22
2018-08-09PCI: Disable Samsung SM961/PM961 NVMe before FLRAlex Williamson1-0/+83
2018-08-09PCI: Export pcie_has_flr()Alex Williamson1-1/+2
2018-08-08PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()Thomas Petazzoni1-5/+0
2018-08-08PCI: mvebu: Convert to use pci_host_bridge directlyThomas Petazzoni1-73/+63
2018-08-08PCI: mvebu: Use resource_size() to remap I/O spaceThomas Petazzoni1-2/+2
2018-08-08PCI: mvebu: Only remap I/O space if configuredThomas Petazzoni1-3/+3
2018-08-08PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni1-1/+1