summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aspm.c
AgeCommit message (Expand)Author
2026-05-26PCI/ASPM: Add pcie_encode_t_power_on() helper to encode L1SS T_POWER_ON fieldsKrishna Chaitanya Chundru
2026-02-23PCI/ASPM: Fix pci_clear_and_set_config_dword() usageLukas Wunner
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-12PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link statesBjorn Helgaas
2025-11-12PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas
2025-10-23PCI/ASPM: Enable only L0s and L1 for devicetree platformsBjorn Helgaas
2025-09-23PCI/ASPM: Enable all ClockPM and ASPM states for devicetree platformsManivannan Sadhasivam
2025-06-17PCI/ASPM: Consolidate variable declaration and initializationHans Zhang
2025-06-17PCI/ASPM: Use boolean type for aspm_disabled and aspm_forceHans Zhang
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-20PCI/ASPM: Fix link state exit during switch upstream function removalDaniel Stodden
2025-02-06PCI/ASPM: Fix L1SS savingIlpo Järvinen
2024-12-13PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state()Jian-Hong Pan
2024-11-06PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked)Jian-Hong Pan
2024-10-22PCI/ASPM: Disable L1 before disabling L1 PM SubstatesAjay Agarwal
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-06PCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng
2024-05-02PCI/ASPM: Clean up ASPM disable/enable mask calculationIlpo Järvinen
2024-05-02PCI/ASPM: Consolidate link state definesIlpo Järvinen
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-12PCI/ASPM: Update save_state when configuration changesVidya Sagar
2024-03-12PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box
2024-03-07PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box
2024-03-07PCI/ASPM: Always build aspm.cDavid E. Box
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-01-03Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-02Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue
2023-12-11PCI/ASPM: Add pci_disable_link_state_locked() lockdep assertJohan Hovold
2023-12-11PCI/ASPM: Clean up __pci_disable_link_state() 'sem' parameterJohan Hovold
2023-12-11PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold
2023-10-28Merge branch 'pci/misc'Bjorn Helgaas
2023-10-26PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen
2023-10-24PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit
2023-10-24Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"Heiner Kallweit
2023-10-10PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen
2023-10-10PCI/ASPM: Remove unnecessary includesIlpo Järvinen
2023-10-10PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen
2023-10-10PCI/ASPM: Use time constantsIlpo Järvinen
2023-10-10PCI/ASPM: Return U32_MAX instead of bit magic constructIlpo Järvinen
2023-10-10PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fieldsIlpo Järvinen
2023-08-10PCI/ASPM: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-06-26Merge branch 'pci/enumeration'Bjorn Helgaas
2023-06-20PCI/ASPM: Avoid link retraining raceIlpo Järvinen
2023-06-20PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen