-
- Downloads
Merge branch 'pci/virtualization'
- To avoid bus errors, enable PASID only if entire path supports End-End TLP prefixes (Sinan Kaya) - Unify slot and bus reset functions and remove hotplug knowledge from callers (Sinan Kaya) - Add Function-Level Reset quirks for Intel and Samsung NVMe devices to fix guest reboot issues (Alex Williamson) - Add function 1 DMA alias quirk for Marvell 88SS9183 PCIe SSD Controller (Bjorn Helgaas) * pci/virtualization: PCI: Add function 1 DMA alias quirk for Marvell 88SS9183 PCI: Delay after FLR of Intel DC P3700 NVMe PCI: Disable Samsung SM961/PM961 NVMe before FLR PCI: Export pcie_has_flr() PCI: Rename pci_try_reset_bus() to pci_reset_bus() PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions PCI: Unify try slot and bus reset API PCI: Hide pci_reset_bridge_secondary_bus() from drivers IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus Reset PCI: Handle error return from pci_reset_bridge_secondary_bus() PCI/IOV: Tidy pci_sriov_set_totalvfs() PCI: Enable PASID only if entire path supports End-End TLP prefixes # Conflicts: # drivers/pci/hotplug/pciehp_hpc.c
Showing
- drivers/infiniband/hw/hfi1/pcie.c 1 addition, 3 deletionsdrivers/infiniband/hw/hfi1/pcie.c
- drivers/pci/ats.c 3 additions, 0 deletionsdrivers/pci/ats.c
- drivers/pci/hotplug/pciehp_hpc.c 3 additions, 2 deletionsdrivers/pci/hotplug/pciehp_hpc.c
- drivers/pci/iov.c 2 additions, 2 deletionsdrivers/pci/iov.c
- drivers/pci/pci.c 26 additions, 66 deletionsdrivers/pci/pci.c
- drivers/pci/pci.h 1 addition, 0 deletionsdrivers/pci/pci.h
- drivers/pci/pcie/aer.c 3 additions, 2 deletionsdrivers/pci/pcie/aer.c
- drivers/pci/pcie/err.c 4 additions, 2 deletionsdrivers/pci/pcie/err.c
- drivers/pci/probe.c 24 additions, 0 deletionsdrivers/pci/probe.c
- drivers/pci/quirks.c 108 additions, 0 deletionsdrivers/pci/quirks.c
- drivers/vfio/pci/vfio_pci.c 2 additions, 4 deletionsdrivers/vfio/pci/vfio_pci.c
- include/linux/pci.h 3 additions, 5 deletionsinclude/linux/pci.h
- include/uapi/linux/pci_regs.h 1 addition, 0 deletionsinclude/uapi/linux/pci_regs.h
Loading
Please register or sign in to comment