Age | Commit message (Expand) | Author |
2023-02-24 | Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-10 | Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming" | Bjorn Helgaas |
2023-02-10 | Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume" | Bjorn Helgaas |
2023-02-02 | PCI/ASPM: Add pci_enable_link_state() | Michael Bottini |
2022-10-05 | PCI/ASPM: Correct LTR_L1.2_THRESHOLD computation | Bjorn Helgaas |
2022-10-05 | PCI/ASPM: Ignore L1 PM Substates if device lacks capability | Bjorn Helgaas |
2022-10-05 | PCI/ASPM: Factor out L1 PM Substates configuration | Bjorn Helgaas |
2022-10-04 | PCI/ASPM: Save L1 PM Substates Capability for suspend/resume | Vidya Sagar |
2022-10-04 | PCI/ASPM: Refactor L1 PM Substates Control Register programming | Vidya Sagar |
2022-07-12 | PCI/ASPM: Unexport pcie_aspm_support_enabled() | Bjorn Helgaas |
2022-07-12 | PCI/ASPM: Remove pcie_aspm_pm_state_change() | Kai-Heng Feng |
2022-01-13 | Merge branch 'pci/enumeration' | Bjorn Helgaas |
2022-01-11 | PCI: Use DWORD accesses for LTR, L1 SS to avoid erratum | Rajat Jain |
2021-11-19 | PCI/ASPM: Remove struct aspm_latency | Saheed O. Bolarinwa |
2021-11-19 | PCI/ASPM: Stop caching device L0s, L1 acceptable exit latencies | Saheed O. Bolarinwa |
2021-11-19 | PCI/ASPM: Stop caching link L0s, L1 exit latencies | Saheed O. Bolarinwa |
2021-11-19 | PCI/ASPM: Move pci_function_0() upward | Bolarinwa O. Saheed |
2021-09-28 | PCI: Use kstrtobool() directly, sans strtobool() wrapper | Krzysztof Wilczyński |
2021-06-03 | PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions | Krzysztof Wilczyński |
2021-01-27 | Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume" | Bjorn Helgaas |
2020-11-20 | PCI/ASPM: Save/restore L1SS Capability for suspend/resume | Vidya Sagar |
2020-10-16 | PCI/ASPM: Remove struct pcie_link_state.l1ss | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.l1ss_cap | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info | Bjorn Helgaas |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1 | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused) | Bjorn Helgaas |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.latency_encoding | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.enabled | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Remove struct aspm_register_info.support | Saheed O. Bolarinwa |
2020-10-16 | PCI/ASPM: Use 'parent' and 'child' for readability | Bjorn Helgaas |
2020-10-16 | PCI/ASPM: Move LTR path check to where it's used | Bjorn Helgaas |
2020-10-16 | PCI/ASPM: Move pci_clear_and_set_dword() earlier | Bjorn Helgaas |
2020-07-17 | PCI/ASPM: Add missing newline in sysfs 'policy' | Xiongfeng Wang |
2020-05-07 | PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges | Kai-Heng Feng |
2020-03-28 | PCI/ASPM: Reduce severity of common clock config message | Chris Packham |
2020-03-18 | PCI/ASPM: Clear the correct bits when enabling L1 substates | Yicong Yang |
2019-11-21 | PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related code | Heiner Kallweit |
2019-11-21 | PCI/ASPM: Add sysfs attributes for controlling ASPM link states | Heiner Kallweit |
2019-10-15 | PCI/ASPM: Add pcie_aspm_get_link() | Heiner Kallweit |
2019-10-15 | PCI/ASPM: Allow re-enabling Clock PM | Heiner Kallweit |
2019-10-15 | PCI/ASPM: Add L1 PM substate support to pci_disable_link_state() | Heiner Kallweit |
2019-10-15 | PCI/ASPM: Remove pcie_aspm_enabled() unnecessary locking | Bjorn Helgaas |
2019-09-23 | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-09-23 | Merge branch 'pci/enumeration' | Bjorn Helgaas |
2019-09-07 | PCI: Get rid of dev->has_secondary_link flag | Mika Westerberg |
2019-08-28 | PCI: Move ASPM declarations to linux/pci.h | Krzysztof Wilczynski |
2019-08-12 | PCI/ASPM: Add pcie_aspm_enabled() | Rafael J. Wysocki |
2019-06-21 | PCI: let pci_disable_link_state propagate errors | Heiner Kallweit |
2019-04-06 | PCI: Rework pcie_retrain_link() wait loop | Stefan Mätje |