index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-02-17
1
-15
/
+22
|
\
|
*
PCI: Fix active state requirement in PME polling
Alex Williamson
2024-02-09
1
-15
/
+22
*
|
PCI/ASPM: Fix deadlock when enabling ASPM
Johan Hovold
2024-01-31
1
-26
/
+52
|
/
*
Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2024-01-19
1
-2
/
+36
|
\
|
*
cxl: Calculate and store PCI link latency for the downstream ports
Dave Jiang
2023-12-22
1
-2
/
+36
*
|
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-18
1
-11
/
+74
|
\
\
|
*
|
PCI: Use resource names in PCI log messages
Puranjay Mohan
2023-12-16
1
-11
/
+14
|
*
|
PCI: Update BAR # and window messages
Puranjay Mohan
2023-12-16
1
-0
/
+60
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-05
1
-0
/
+6
|
\
\
|
*
|
Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
Bjorn Helgaas
2024-01-03
1
-0
/
+6
|
|
/
*
/
PCI: Add debug print for device ready delay
Ido Schimmel
2023-11-18
1
-0
/
+3
|
/
*
Merge branch 'pci/field-get'
Bjorn Helgaas
2023-10-28
1
-30
/
+28
|
\
|
*
PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk
Bjorn Helgaas
2023-10-24
1
-4
/
+4
|
*
PCI: Use FIELD_GET()
Bjorn Helgaas
2023-10-24
1
-23
/
+22
|
*
PCI: Use FIELD_GET() to extract Link Width
Ilpo Järvinen
2023-10-18
1
-3
/
+2
*
|
Merge branch 'pci/config-errs'
Bjorn Helgaas
2023-10-28
1
-3
/
+6
|
\
\
|
*
|
PCI: Do error check on own line to split long "if" conditions
Ilpo Järvinen
2023-10-10
1
-3
/
+6
|
|
/
*
/
PCI: Use PCI_HEADER_TYPE_* instead of literals
Ilpo Järvinen
2023-10-03
1
-1
/
+1
|
/
*
Merge branch 'pci/misc'
Bjorn Helgaas
2023-08-29
1
-16
/
+12
|
\
|
*
PCI: Tidy config space save/restore messages
Bjorn Helgaas
2023-08-25
1
-2
/
+2
|
*
PCI: Fix typos in docs and comments
Bjorn Helgaas
2023-08-25
1
-1
/
+1
|
*
PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typos
Bjorn Helgaas
2023-08-25
1
-6
/
+6
|
*
PCI: Simplify pci_pio_to_address()
Bjorn Helgaas
2023-08-25
1
-7
/
+3
*
|
Merge branch 'pci/vpd'
Bjorn Helgaas
2023-08-29
1
-7
/
+16
|
\
\
|
*
|
PCI: Fix runtime PM race with PME polling
Alex Williamson
2023-08-11
1
-7
/
+16
|
|
/
*
|
Merge branch 'pci/pm'
Bjorn Helgaas
2023-08-29
1
-4
/
+9
|
\
\
|
*
|
PCI/PM: Only read PCI_PM_CTRL register when available
Feiyang Chen
2023-08-25
1
-4
/
+9
|
|
/
*
/
PCI: Make link retraining use RMW accessors for changing LNKCTL
Ilpo Järvinen
2023-08-10
1
-6
/
+2
|
/
*
Merge branch 'pci/pm'
Bjorn Helgaas
2023-06-26
1
-17
/
+42
|
\
|
*
PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold
Ondrej Zary
2023-06-23
1
-5
/
+5
|
*
PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow links
Mika Westerberg
2023-06-07
1
-12
/
+37
*
|
Merge branch 'pci/enumeration'
Bjorn Helgaas
2023-06-26
1
-21
/
+112
|
\
\
|
|
/
|
/
|
|
*
PCI: Add failed link recovery for device reset events
Maciej W. Rozycki
2023-06-20
1
-5
/
+24
|
*
PCI: Work around PCIe link training failures
Maciej W. Rozycki
2023-06-20
1
-0
/
+2
|
*
PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay()
Maciej W. Rozycki
2023-06-20
1
-14
/
+3
|
*
PCI: Add support for polling DLLLA to pcie_retrain_link()
Maciej W. Rozycki
2023-06-20
1
-8
/
+20
|
*
PCI: Export pcie_retrain_link() for use outside ASPM
Maciej W. Rozycki
2023-06-20
1
-0
/
+49
|
*
PCI: Export PCIe link retrain timeout
Maciej W. Rozycki
2023-06-20
1
-1
/
+1
|
/
*
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-2
/
+2
|
\
|
*
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
1
-2
/
+2
*
|
Merge branch 'pci/resource'
Bjorn Helgaas
2023-04-20
1
-2
/
+1
|
\
\
|
*
|
PCI: Make pci_bus_for_each_resource() index optional
Andy Shevchenko
2023-04-05
1
-2
/
+1
|
|
/
*
/
PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameter
Mika Westerberg
2023-04-12
1
-6
/
+12
|
/
*
Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-25
1
-34
/
+35
|
\
|
*
Merge branch 'pci/reset'
Bjorn Helgaas
2023-02-22
1
-34
/
+25
|
|
\
|
|
*
PCI/DPC: Await readiness of secondary bus after reset
Lukas Wunner
2023-02-09
1
-3
/
+0
|
|
*
PCI: Unify delay handling for reset and resume
Lukas Wunner
2023-02-07
1
-30
/
+24
|
|
*
PCI/PM: Observe reset delay irrespective of bridge_d3
Lukas Wunner
2023-02-07
1
-1
/
+1
|
*
|
PCI: loongson: Prevent LS7A MRRS increases
Huacai Chen
2023-02-01
1
-0
/
+10
|
|
/
*
/
Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"
Bjorn Helgaas
2023-02-10
1
-7
/
+0
|
/
[next]