index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2025-10-03
Merge branch 'pci/controller/mediatek-gen3'
Bjorn Helgaas
-0
/
+23
2025-10-03
Merge branch 'pci/controller/keystone'
Bjorn Helgaas
-4
/
+4
2025-10-03
Merge branch 'pci/controller/j721e'
Bjorn Helgaas
-1
/
+27
2025-10-03
Merge branch 'pci/controller/imx6'
Bjorn Helgaas
-0
/
+4
2025-10-03
Merge branch 'pci/controller/hv'
Bjorn Helgaas
-6
/
+2
2025-10-03
Merge branch 'pci/controller/dwc-edma'
Bjorn Helgaas
-4
/
+1
2025-10-03
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
-0
/
+4
2025-10-03
Merge branch 'pci/controller/amd-mdb'
Bjorn Helgaas
-1
/
+51
2025-10-03
Merge branch 'pci/endpoint'
Bjorn Helgaas
-44
/
+67
2025-10-03
Merge branch 'pci/capability-search'
Bjorn Helgaas
-188
/
+214
2025-10-03
Merge branch 'pci/switchtec'
Bjorn Helgaas
-13
/
+12
2025-10-03
Merge branch 'pci/virtualization'
Bjorn Helgaas
-1
/
+9
2025-10-03
Merge branch 'pci/resource'
Bjorn Helgaas
-447
/
+532
2025-10-03
Merge branch 'pci/pwrctrl'
Bjorn Helgaas
-17
/
+30
2025-10-03
Merge branch 'pci/pm'
Bjorn Helgaas
-1
/
+24
2025-10-03
Merge branch 'pci/p2pdma'
Bjorn Helgaas
-3
/
+2
2025-10-03
Merge branch 'pci/of'
Bjorn Helgaas
-7
/
+15
2025-10-03
Merge branch 'pci/msi'
Bjorn Helgaas
-0
/
+1
2025-10-03
Merge branch 'pci/hotplug'
Bjorn Helgaas
-7
/
+7
2025-10-03
Merge branch 'pci/enumeration'
Bjorn Helgaas
-9
/
+11
2025-10-03
Merge branch 'pci/aspm'
Bjorn Helgaas
-34
/
+43
2025-10-02
PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()
Breno Leitao
-0
/
+3
2025-09-29
PCI: j721e: Fix incorrect error message in probe()
Alok Tiwari
-1
/
+1
2025-09-29
PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exit
Siddharth Vadapalli
-2
/
+2
2025-09-26
PCI: dwc: Support 16-lane operation
Konrad Dybcio
-0
/
+4
2025-09-26
PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()
Niklas Schnelle
-1
/
+4
2025-09-26
PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV
Niklas Schnelle
-0
/
+5
2025-09-25
PCI: Set up bridge resources earlier
Ilpo Järvinen
-3
/
+10
2025-09-24
PCI: Don't print stale information about resource
Ilpo Järvinen
-5
/
+10
2025-09-24
PCI: tegra194: Handle errors in BPMP response
Vidya Sagar
-2
/
+16
2025-09-24
PCI: tegra194: Reset BARs when running in PCIe endpoint mode
Niklas Cassel
-0
/
+10
2025-09-24
PCI/sysfs: Ensure devices are powered for config reads
Brian Norris
-1
/
+19
2025-09-24
PCI: tegra194: Set pci_epc_features::msi_capable to true
Niklas Cassel
-0
/
+1
2025-09-24
PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
Niklas Cassel
-2
/
+2
2025-09-23
PCI: qcom: Remove custom ASPM enablement code
Manivannan Sadhasivam
-32
/
+0
2025-09-23
PCI/ASPM: Enable all ClockPM and ASPM states for devicetree platforms
Manivannan Sadhasivam
-2
/
+43
2025-09-22
PCI/PM: Skip resuming to D0 if device is disconnected
Mario Limonciello
-0
/
+5
2025-09-16
PCI: Alter misleading recursion to pci_bus_release_bridge_resources()
Ilpo Järvinen
-1
/
+1
2025-09-16
PCI: Pass bridge window to pci_bus_release_bridge_resources()
Ilpo Järvinen
-42
/
+27
2025-09-16
PCI: Add pci_setup_one_bridge_window()
Ilpo Järvinen
-18
/
+19
2025-09-16
PCI: Refactor remove_dev_resources() to use pbus_select_window()
Ilpo Järvinen
-25
/
+9
2025-09-16
PCI: Refactor distributing available memory to use loops
Ilpo Järvinen
-90
/
+72
2025-09-16
PCI: Use pbus_select_window_for_type() during mem window sizing
Ilpo Järvinen
-87
/
+24
2025-09-16
PCI: Use pbus_select_window() in space available checker
Ilpo Järvinen
-33
/
+32
2025-09-16
PCI: Rename resource variable from r to res
Ilpo Järvinen
-7
/
+7
2025-09-16
PCI: Use pbus_select_window_for_type() during IO window sizing
Ilpo Järvinen
-2
/
+1
2025-09-16
PCI: Use pbus_select_window() during BAR resize
Ilpo Järvinen
-7
/
+13
2025-09-16
PCI: Warn if bridge window cannot be released when resizing BAR
Ilpo Järvinen
-0
/
+6
2025-09-16
PCI: Fix finding bridge window in pci_reassign_bridge_resources()
Ilpo Järvinen
-22
/
+20
2025-09-16
PCI: Add bridge window selection functions
Ilpo Järvinen
-0
/
+103
[next]