summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas
2021-09-02Merge branch 'pci/virtualization'Bjorn Helgaas
2021-09-02Merge branch 'pci/resource'Bjorn Helgaas
2021-09-02Merge branch 'pci/reset'Bjorn Helgaas
2021-09-02Merge branch 'pci/portdrv'Bjorn Helgaas
2021-09-02Merge branch 'pci/irq'Bjorn Helgaas
2021-09-02Merge branch 'pci/iommu'Bjorn Helgaas
2021-09-02Merge branch 'pci/hotplug'Bjorn Helgaas
2021-09-02Merge branch 'pci/enumeration'Bjorn Helgaas
2021-09-02PCI: ibmphp: Fix double unmap of io_memVishal Aslot
2021-08-31PCI/VPD: Use unaligned access helpersHeiner Kallweit
2021-08-31PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit
2021-08-31cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit
2021-08-31PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit
2021-08-31PCI/VPD: Include post-processing in pci_vpd_find_tag()Heiner Kallweit
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit
2021-08-31PCI: Set dma-can-stall for HiSilicon chipsZhangfei Gao
2021-08-31PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24cxgb4: Remove unused vpd_param member ecHeiner Kallweit
2021-08-24cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit
2021-08-24bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-24bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-24bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit
2021-08-24bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-20PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei
2021-08-20PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson
2021-08-20PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni
2021-08-18PCI: Use acpi_pci_power_manageable()Shanker Donthineni
2021-08-18PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede