Age | Commit message (Expand) | Author |
2021-09-02 | Merge branch 'pci/vpd' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/resource' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/reset' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/portdrv' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/irq' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/iommu' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/hotplug' | Bjorn Helgaas |
2021-09-02 | Merge branch 'pci/enumeration' | Bjorn Helgaas |
2021-09-02 | PCI: ibmphp: Fix double unmap of io_mem | Vishal Aslot |
2021-08-31 | PCI/VPD: Use unaligned access helpers | Heiner Kallweit |
2021-08-31 | PCI/VPD: Clean up public VPD defines and inline functions | Heiner Kallweit |
2021-08-31 | cxgb4: Use pci_vpd_find_id_string() to find VPD ID string | Heiner Kallweit |
2021-08-31 | PCI/VPD: Add pci_vpd_find_id_string() | Heiner Kallweit |
2021-08-31 | PCI/VPD: Include post-processing in pci_vpd_find_tag() | Heiner Kallweit |
2021-08-31 | PCI/VPD: Stop exporting pci_vpd_find_info_keyword() | Heiner Kallweit |
2021-08-31 | PCI/VPD: Stop exporting pci_vpd_find_tag() | Heiner Kallweit |
2021-08-31 | PCI: Set dma-can-stall for HiSilicon chips | Zhangfei Gao |
2021-08-31 | PCI/portdrv: Enable Bandwidth Notification only if port supports it | Stuart Hayes |
2021-08-26 | PCI: Allow PASID on fake PCIe devices without TLP prefixes | Zhangfei Gao |
2021-08-24 | scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-24 | cxgb4: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-24 | cxgb4: Remove unused vpd_param member ec | Heiner Kallweit |
2021-08-24 | cxgb4: Validate VPD checksum with pci_vpd_check_csum() | Heiner Kallweit |
2021-08-24 | bnxt: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-24 | bnxt: Read VPD with pci_vpd_alloc() | Heiner Kallweit |
2021-08-24 | bnx2x: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-24 | bnx2x: Read VPD with pci_vpd_alloc() | Heiner Kallweit |
2021-08-24 | bnx2: Replace open-coded byte swapping with swab32s() | Heiner Kallweit |
2021-08-24 | bnx2: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-24 | sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-24 | sfc: falcon: Read VPD with pci_vpd_alloc() | Heiner Kallweit |
2021-08-20 | PCI: Optimize pci_resource_len() to reduce kernel size | Zhen Lei |
2021-08-20 | PCI/ACS: Enforce pci=noats with Transaction Blocking | Alex Williamson |
2021-08-20 | PCI: Add ACS quirks for Cavium multi-function devices | George Cherian |
2021-08-20 | tg3: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-20 | tg3: Validate VPD checksum with pci_vpd_check_csum() | Heiner Kallweit |
2021-08-20 | tg3: Read VPD with pci_vpd_alloc() | Heiner Kallweit |
2021-08-20 | sfc: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-20 | sfc: Read VPD with pci_vpd_alloc() | Heiner Kallweit |
2021-08-20 | PCI/VPD: Add pci_vpd_check_csum() | Heiner Kallweit |
2021-08-20 | PCI/VPD: Add pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-20 | PCI/VPD: Add pci_vpd_alloc() | Heiner Kallweit |
2021-08-18 | PCI: Change the type of probe argument in reset functions | Amey Narkhede |
2021-08-18 | PCI: Add support for ACPI _RST reset method | Shanker Donthineni |
2021-08-18 | PCI: Setup ACPI fwnode early and at the same time with OF | Shanker Donthineni |
2021-08-18 | PCI: Use acpi_pci_power_manageable() | Shanker Donthineni |
2021-08-18 | PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION | Shanker Donthineni |
2021-08-18 | PCI: Allow userspace to query and set device reset mechanism | Amey Narkhede |
2021-08-17 | PCI: Remove reset_fn field from pci_dev | Amey Narkhede |