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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-17
1
-8
/
+13
|
\
|
*
PCI/AER: Use explicit register sizes for struct members
Bjorn Helgaas
2024-01-02
1
-2
/
+2
|
*
PCI/AER: Decode Requester ID when no error info found
Bjorn Helgaas
2024-01-02
1
-2
/
+7
|
*
PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors
Bjorn Helgaas
2024-01-02
1
-4
/
+4
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2024-01-08
1
-35
/
+30
|
\
\
|
*
|
PCI: Move pci_clear_and_set_dword() helper to PCI header
Shuai Xue
2023-12-13
1
-35
/
+30
|
|
/
*
|
Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-03
1
-0
/
+19
|
\
\
|
*
|
Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
Bjorn Helgaas
2024-01-02
1
-0
/
+19
|
|
/
*
|
PCI/ASPM: Add pci_disable_link_state_locked() lockdep assert
Johan Hovold
2023-12-11
1
-0
/
+2
*
|
PCI/ASPM: Clean up __pci_disable_link_state() 'sem' parameter
Johan Hovold
2023-12-11
1
-5
/
+5
*
|
PCI/ASPM: Add pci_enable_link_state_locked()
Johan Hovold
2023-12-11
1
-13
/
+40
|
/
*
Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2023-11-04
2
-6
/
+162
|
\
|
*
PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error hand...
Robert Richter
2023-10-27
1
-0
/
+57
|
*
PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
Robert Richter
2023-10-27
2
-2
/
+100
|
*
PCI/AER: Refactor cper_print_aer() for use by CXL driver module
Terry Bowman
2023-10-27
1
-4
/
+5
*
|
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-11-02
6
-76
/
+111
|
\
\
|
*
\
Merge branch 'pci/misc'
Bjorn Helgaas
2023-10-28
1
-4
/
+4
|
|
\
\
|
|
*
|
PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()
Ilpo Järvinen
2023-10-26
1
-4
/
+4
|
*
|
|
Merge branch 'pci/field-get'
Bjorn Helgaas
2023-10-28
4
-21
/
+37
|
|
\
\
\
|
|
*
|
|
PCI/portdrv: Use FIELD_GET()
Bjorn Helgaas
2023-10-24
1
-3
/
+4
|
|
*
|
|
PCI/PTM: Use FIELD_GET()
Bjorn Helgaas
2023-10-24
1
-2
/
+3
|
|
*
|
|
PCI/PME: Use FIELD_GET()
Bjorn Helgaas
2023-10-24
1
-1
/
+3
|
|
*
|
|
PCI/DPC: Use defines with DPC reason fields
Ilpo Järvinen
2023-10-24
1
-10
/
+17
|
|
*
|
|
PCI/DPC: Use defined fields with DPC_CTL register
Ilpo Järvinen
2023-10-24
1
-3
/
+7
|
|
*
|
|
PCI/DPC: Use FIELD_GET()
Bjorn Helgaas
2023-10-24
1
-2
/
+3
|
|
|
/
/
|
*
|
|
Merge branch 'pci/aspm'
Bjorn Helgaas
2023-10-28
1
-33
/
+43
|
|
\
\
\
|
|
*
|
|
PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
Heiner Kallweit
2023-10-24
1
-0
/
+2
|
|
*
|
|
Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"
Heiner Kallweit
2023-10-24
1
-1
/
+2
|
|
*
|
|
PCI/ASPM: Convert printk() to pr_*() and add include
Ilpo Järvinen
2023-10-10
1
-2
/
+3
|
|
*
|
|
PCI/ASPM: Remove unnecessary includes
Ilpo Järvinen
2023-10-10
1
-2
/
+0
|
|
*
|
|
PCI/ASPM: Use FIELD_MAX() instead of literals
Ilpo Järvinen
2023-10-10
1
-7
/
+7
|
|
*
|
|
PCI/ASPM: Use time constants
Ilpo Järvinen
2023-10-10
1
-6
/
+8
|
|
*
|
|
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/AER: Factor out interrupt toggling into helpers
Kai-Heng Feng
2023-10-25
1
-18
/
+27
|
|
/
/
*
|
|
Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc'
Rafael J. Wysocki
2023-10-26
1
-0
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ACPI: APEI: Fix AER info corruption when error status data has multiple sections
Shiju Jose
2023-09-21
1
-0
/
+10
|
|
/
*
/
PCI/AER: Export pcie_aer_is_native()
Smita Koralahalli
2023-09-11
2
-2
/
+1
|
/
*
Merge branch 'pci/misc'
Bjorn Helgaas
2023-08-29
1
-4
/
+3
|
\
|
*
PCI/AER: Simplify AER_RECOVER_RING_SIZE definition
Bjorn Helgaas
2023-08-25
1
-2
/
+1
|
*
PCI/AER: Use pci_dev_id() to simplify the code
Xiongfeng Wang
2023-08-07
1
-2
/
+2
*
|
Merge branch 'pci/pcie-rmw'
Bjorn Helgaas
2023-08-29
1
-17
/
+13
|
\
\
|
*
|
PCI/ASPM: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
2023-08-10
1
-17
/
+13
|
|
/
*
|
PCI/AER: Unexport pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-07-13
1
-2
/
+1
*
|
PCI/AER: Drop unused pci_disable_pcie_error_reporting()
Bjorn Helgaas
2023-07-13
1
-12
/
+0
|
/
*
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
[next]