index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
aspm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI/ASPM: Return U32_MAX instead of bit magic construct
Ilpo Järvinen
2023-10-10
1
-2
/
+3
*
PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fields
Ilpo Järvinen
2023-10-10
1
-13
/
+18
*
PCI/ASPM: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
2023-08-10
1
-17
/
+13
*
Merge branch 'pci/enumeration'
Bjorn Helgaas
2023-06-26
1
-52
/
+1
|
\
|
*
PCI: Add support for polling DLLLA to pcie_retrain_link()
Maciej W. Rozycki
2023-06-20
1
-1
/
+1
|
*
PCI: Export pcie_retrain_link() for use outside ASPM
Maciej W. Rozycki
2023-06-20
1
-42
/
+0
|
*
PCI: Export PCIe link retrain timeout
Maciej W. Rozycki
2023-06-20
1
-4
/
+2
|
*
PCI/ASPM: Factor out waiting for link training to complete
Maciej W. Rozycki
2023-06-20
1
-11
/
+23
|
*
PCI/ASPM: Avoid unnecessary pcie_link_state use
Maciej W. Rozycki
2023-06-20
1
-8
/
+7
|
*
PCI/ASPM: Use distinct local vars in pcie_retrain_link()
Maciej W. Rozycki
2023-06-14
1
-9
/
+10
*
|
PCI/ASPM: Avoid link retraining race
Ilpo Järvinen
2023-06-20
1
-0
/
+11
*
|
PCI/ASPM: Factor out pcie_wait_for_retrain()
Ilpo Järvinen
2023-06-20
1
-12
/
+18
*
|
PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()
Bjorn Helgaas
2023-06-20
1
-9
/
+11
*
|
PCI/ASPM: Remove unnecessary ASPM_STATE_L1SS check
Ajay Agarwal
2023-05-19
1
-4
/
+1
*
|
PCI/ASPM: Rename L1.2-specific functions from 'l1ss' to 'l12'
Ajay Agarwal
2023-05-19
1
-7
/
+7
*
|
PCI/ASPM: Set ASPM_STATE_L1 when driver enables L1.1 or L1.2
Ajay Agarwal
2023-05-19
1
-4
/
+5
*
|
PCI/ASPM: Set only ASPM_STATE_L1 when driver enables L1
Ajay Agarwal
2023-05-18
1
-2
/
+1
*
|
PCI/ASPM: Disable only ASPM_STATE_L1 when driver disables L1
Ajay Agarwal
2023-05-18
1
-2
/
+1
*
|
PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free
Ding Hui
2023-05-18
1
-9
/
+12
|
/
*
Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-24
1
-0
/
+54
|
\
|
*
PCI/ASPM: Add pci_enable_link_state()
Michael Bottini
2023-02-02
1
-0
/
+54
*
|
Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"
Bjorn Helgaas
2023-02-10
1
-40
/
+34
*
|
Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"
Bjorn Helgaas
2023-02-10
1
-37
/
+0
|
/
*
PCI/ASPM: Correct LTR_L1.2_THRESHOLD computation
Bjorn Helgaas
2022-10-05
1
-17
/
+32
*
PCI/ASPM: Ignore L1 PM Substates if device lacks capability
Bjorn Helgaas
2022-10-05
1
-0
/
+3
*
PCI/ASPM: Factor out L1 PM Substates configuration
Bjorn Helgaas
2022-10-05
1
-48
/
+55
*
PCI/ASPM: Save L1 PM Substates Capability for suspend/resume
Vidya Sagar
2022-10-04
1
-0
/
+37
*
PCI/ASPM: Refactor L1 PM Substates Control Register programming
Vidya Sagar
2022-10-04
1
-34
/
+40
*
PCI/ASPM: Unexport pcie_aspm_support_enabled()
Bjorn Helgaas
2022-07-12
1
-1
/
+0
*
PCI/ASPM: Remove pcie_aspm_pm_state_change()
Kai-Heng Feng
2022-07-12
1
-19
/
+0
*
Merge branch 'pci/enumeration'
Bjorn Helgaas
2022-01-13
1
-0
/
+1
|
\
|
*
PCI: Use DWORD accesses for LTR, L1 SS to avoid erratum
Rajat Jain
2022-01-11
1
-0
/
+1
*
|
PCI/ASPM: Remove struct aspm_latency
Saheed O. Bolarinwa
2021-11-19
1
-19
/
+13
*
|
PCI/ASPM: Stop caching device L0s, L1 acceptable exit latencies
Saheed O. Bolarinwa
2021-11-19
1
-19
/
+10
*
|
PCI/ASPM: Stop caching link L0s, L1 exit latencies
Saheed O. Bolarinwa
2021-11-19
1
-11
/
+17
*
|
PCI/ASPM: Move pci_function_0() upward
Bolarinwa O. Saheed
2021-11-19
1
-14
/
+14
|
/
*
PCI: Use kstrtobool() directly, sans strtobool() wrapper
Krzysztof Wilczyński
2021-09-28
1
-2
/
+2
*
PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Krzysztof Wilczyński
2021-06-03
1
-2
/
+2
*
Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"
Bjorn Helgaas
2021-01-27
1
-44
/
+0
*
PCI/ASPM: Save/restore L1SS Capability for suspend/resume
Vidya Sagar
2020-11-20
1
-0
/
+44
*
PCI/ASPM: Remove struct pcie_link_state.l1ss
Saheed O. Bolarinwa
2020-10-16
1
-35
/
+49
*
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap
Saheed O. Bolarinwa
2020-10-16
1
-32
/
+21
*
PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info
Bjorn Helgaas
2020-10-16
1
-9
/
+8
*
PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1
Saheed O. Bolarinwa
2020-10-16
1
-12
/
+14
*
PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)
Bjorn Helgaas
2020-10-16
1
-4
/
+1
*
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr
Saheed O. Bolarinwa
2020-10-16
1
-21
/
+15
*
PCI/ASPM: Remove struct aspm_register_info.latency_encoding
Saheed O. Bolarinwa
2020-10-16
1
-14
/
+10
*
PCI/ASPM: Remove struct aspm_register_info.enabled
Saheed O. Bolarinwa
2020-10-16
1
-8
/
+6
*
PCI/ASPM: Remove struct aspm_register_info.support
Saheed O. Bolarinwa
2020-10-16
1
-11
/
+14
*
PCI/ASPM: Use 'parent' and 'child' for readability
Bjorn Helgaas
2020-10-16
1
-4
/
+5
[next]