index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
PCI: Use pbus_select_window_for_type() during IO window sizing
Ilpo Järvinen
1
-2
/
+1
2025-09-16
PCI: Use pbus_select_window() during BAR resize
Ilpo Järvinen
1
-7
/
+13
2025-09-16
PCI: Warn if bridge window cannot be released when resizing BAR
Ilpo Järvinen
1
-0
/
+6
2025-09-16
PCI: Fix finding bridge window in pci_reassign_bridge_resources()
Ilpo Järvinen
3
-22
/
+20
2025-09-16
PCI: Add bridge window selection functions
Ilpo Järvinen
2
-0
/
+103
2025-09-16
PCI: Add defines for bridge window indexing
Ilpo Järvinen
2
-3
/
+11
2025-09-16
PCI: Preserve bridge window resource type flags
Ilpo Järvinen
5
-37
/
+90
2025-09-16
PCI: Enable bridge even if bridge window fails to assign
Ilpo Järvinen
1
-13
/
+17
2025-09-16
PCI: Use pci_release_resource() instead of release_resource()
Ilpo Järvinen
2
-35
/
+22
2025-09-16
PCI: Disable non-claimed bridge window
Ilpo Järvinen
1
-13
/
+12
2025-09-16
PCI: Always claim bridge window before its setup
Ilpo Järvinen
1
-4
/
+8
2025-09-16
PCI: Refactor find_bus_resource_of_type() logic checks
Ilpo Järvinen
1
-3
/
+7
2025-09-16
PCI: Move find_bus_resource_of_type() earlier
Ilpo Järvinen
1
-28
/
+28
2025-09-16
PCI: Fix failure detection during resource resize
Ilpo Järvinen
1
-8
/
+18
2025-09-16
PCI: Fix pdev_resources_assignable() disparity
Ilpo Järvinen
1
-0
/
+1
2025-09-16
PCI: Ensure relaxed tail alignment does not increase min_align
Ilpo Järvinen
1
-4
/
+7
2025-09-16
PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release
Shin'ichiro Kawasaki
1
-6
/
+11
2025-09-15
Merge tag 'v6.17-rc6' into drm-next
Dave Airlie
3
-21
/
+5
2025-09-12
PCI: qcom-ep: Remove redundant edma.nr_irqs initialization
Niklas Cassel
1
-1
/
+0
2025-09-12
PCI: dwc: Verify the single eDMA IRQ in dw_pcie_edma_irq_verify()
Niklas Cassel
1
-3
/
+1
2025-09-12
PCI: endpoint: pci-epf-test: Fix doorbell test support
Niklas Cassel
1
-1
/
+13
2025-09-12
PCI: of: Update parent unit address generation in of_pci_prop_intr_map()
Lorenzo Pieralisi
1
-7
/
+15
2025-09-12
Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+4
2025-09-11
PCI/AER: Fix NULL pointer access by aer_info
Vernon Yang
1
-0
/
+4
2025-09-10
PCI/VGA: Replace vga_is_firmware_default() with a screen info check
Mario Limonciello (AMD)
1
-26
/
+5
2025-09-09
PCI/MSI: Remove the conditional parent [un]mask logic
Thomas Gleixner
1
-20
/
+0
2025-09-08
PCI: Test for bit underflow in pcie_set_readrq()
Kees Cook
1
-1
/
+5
2025-09-08
PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs
Marek Vasut
1
-1
/
+6
2025-09-08
PCI: mvebu: Fix use of for_each_of_range() iterator
Klaus Kudielka
1
-17
/
+4
2025-09-08
PCI: j721e: Fix programming sequence of "strap" settings
Siddharth Vadapalli
1
-0
/
+25
2025-09-08
PCI: plda: Remove dev_err_probe() when the errno is -ENOMEM
Xichao Zhao
1
-2
/
+1
2025-09-08
PCI: hv: Remove unused parameter of hv_msi_free()
Nam Cao
1
-6
/
+2
2025-09-04
PCI: imx6: Enable the Vaux supply if available
Richard Zhu
1
-0
/
+4
2025-09-04
PCI: qcom: Fix macro typo for CURSOR
Ziyue Zhang
2
-6
/
+6
2025-09-04
PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/s
Ziyue Zhang
5
-32
/
+41
2025-09-04
PCI/AER: Print TLP Log for errors introduced since PCIe r1.1
Lukas Wunner
1
-3
/
+27
2025-09-03
PCI/P2PDMA: Reduce scope of pci_has_p2pmem()
Leon Romanovsky
1
-2
/
+1
2025-09-03
PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocation
Alok Tiwari
1
-1
/
+1
2025-09-03
of/irq: Convert of_msi_map_id() callers to of_msi_xlate()
Lorenzo Pieralisi
1
-1
/
+1
2025-09-02
PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macro
Nicolas Frattaroli
1
-16
/
+26
2025-09-02
PCI: rockchip: Switch to FIELD_PREP_WM16* macros
Nicolas Frattaroli
1
-17
/
+18
2025-09-02
PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
Inochi Amaoto
1
-0
/
+5
2025-09-01
PCI: j721e: Fix module autoloading
Siddharth Vadapalli
1
-0
/
+1
2025-08-28
PCI: switchtec: Replace manual locks with guard
Erick Karanja
1
-13
/
+12
2025-08-27
PCI/ACPI: Fix pci_acpi_preserve_config() memory leak
Nirmoy Das
1
-2
/
+4
2025-08-27
PCI/AER: Support errors introduced by PCIe r6.0
Lukas Wunner
1
-6
/
+6
2025-08-27
PCI/pwrctrl: Fix device leak at device stop
Johan Hovold
1
-0
/
+2
2025-08-27
PCI/pwrctrl: Fix device and OF node leak at bus scan
Johan Hovold
1
-3
/
+16
2025-08-27
PCI/pwrctrl: Fix device leak at registration
Johan Hovold
1
-5
/
+9
2025-08-27
PCI: qcom: Restrict port parsing only to PCIe bridge child nodes
Krishna Chaitanya Chundru
1
-0
/
+2
[prev]
[next]