Age | Commit message (Expand) | Author |
2023-06-26 | Merge branch 'pci/pm' | Bjorn Helgaas |
2023-06-26 | Merge branch 'pci/enumeration' | Bjorn Helgaas |
2023-06-23 | PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold | Ondrej Zary |
2023-06-20 | PCI: Add failed link recovery for device reset events | Maciej W. Rozycki |
2023-06-20 | PCI: Work around PCIe link training failures | Maciej W. Rozycki |
2023-06-20 | PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay() | Maciej W. Rozycki |
2023-06-20 | PCI: Add support for polling DLLLA to pcie_retrain_link() | Maciej W. Rozycki |
2023-06-20 | PCI: Export pcie_retrain_link() for use outside ASPM | Maciej W. Rozycki |
2023-06-20 | PCI: Export PCIe link retrain timeout | Maciej W. Rozycki |
2023-06-06 | PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow links | Mika Westerberg |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-20 | Merge branch 'pci/resource' | Bjorn Helgaas |
2023-04-11 | PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameter | Mika Westerberg |
2023-04-05 | PCI: Make pci_bus_for_each_resource() index optional | Andy Shevchenko |
2023-03-23 | driver core: bus: mark the struct bus_type for sysfs callbacks as constant | Greg Kroah-Hartman |
2023-02-24 | Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-22 | Merge branch 'pci/reset' | Bjorn Helgaas |
2023-02-10 | Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume" | Bjorn Helgaas |
2023-02-09 | PCI/DPC: Await readiness of secondary bus after reset | Lukas Wunner |
2023-02-07 | PCI: Unify delay handling for reset and resume | Lukas Wunner |
2023-02-07 | PCI/PM: Observe reset delay irrespective of bridge_d3 | Lukas Wunner |
2023-02-01 | PCI: loongson: Prevent LS7A MRRS increases | Huacai Chen |
2022-11-11 | PCI: Fix pci_device_is_present() for VFs by checking PF | Michael S. Tsirkin |
2022-11-08 | PCI: Assign PCI domain IDs by ida_alloc() | Pali Rohár |
2022-10-05 | Merge branch 'pci/pm' | Bjorn Helgaas |
2022-10-04 | PCI/ASPM: Save L1 PM Substates Capability for suspend/resume | Vidya Sagar |
2022-09-29 | PCI/PM: Reduce D3hot delay with usleep_range() | Sajid Dalvi |
2022-09-12 | PCI/PM: Always disable PTM for all devices during suspend | Bjorn Helgaas |
2022-09-12 | PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm() | Bjorn Helgaas |
2022-08-04 | Merge branch 'pci/header-cleanup-immutable' | Bjorn Helgaas |
2022-07-22 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne |
2022-07-12 | PCI/ASPM: Remove pcie_aspm_pm_state_change() | Kai-Heng Feng |
2022-05-31 | PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299 | Bjorn Helgaas |
2022-05-27 | Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-05-24 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2022-05-11 | PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store() | Yicong Yang |
2022-05-05 | PCI/PM: Rearrange pci_set_power_state() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Clean up pci_set_low_power_state() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Do not restore BARs if device is not in D0 | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Split pci_power_up() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Write 0 to PMCSR in pci_power_up() in all cases | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Do not call pci_update_current_state() from pci_power_up() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Unfold pci_platform_power_transition() in pci_power_up() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Set current_state to D3cold if the device is not accessible | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Relocate pci_set_low_power_state() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Split pci_raw_set_power_state() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Rearrange pci_update_current_state() | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Drop the runtime_d3cold device flag | Rafael J. Wysocki |
2022-05-05 | PCI/PM: Resume subordinate bus in bus type callbacks | Rafael J. Wysocki |
2022-04-11 | PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold | Rafael J. Wysocki |