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
/
pci
Age
Commit message (
Expand
)
Author
Lines
2026-04-08
PCI: tegra194: Use DWC IP core version
Manikanta Maddireddy
-2
/
+4
2026-04-08
PCI: tegra194: Free up Endpoint resources during remove()
Vidya Sagar
-0
/
+2
2026-04-08
PCI: tegra194: Allow system suspend when the Endpoint link is not up
Vidya Sagar
-6
/
+25
2026-04-08
PCI: tegra194: Set LTR message request before PCIe link up in Endpoint mode
Vidya Sagar
-9
/
+9
2026-04-08
PCI: tegra194: Disable direct speed change for Endpoint mode
Vidya Sagar
-0
/
+4
2026-04-08
PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"
Vidya Sagar
-3
/
+3
2026-04-08
PCI: tegra194: Disable PERST# IRQ only in Endpoint mode
Manikanta Maddireddy
-1
/
+2
2026-04-08
PCI: tegra194: Don't force the device into the D0 state before L2
Vidya Sagar
-41
/
+0
2026-04-08
PCI: tegra194: Disable LTSSM after transition to Detect on surprise link down
Manikanta Maddireddy
-13
/
+16
2026-04-08
PCI: tegra194: Increase LTSSM poll time on surprise link down
Manikanta Maddireddy
-15
/
+21
2026-04-08
PCI: tegra194: Fix polling delay for L2 state
Vidya Sagar
-5
/
+4
2026-04-08
selftests: pci_endpoint: Skip BAR subrange test on -ENOSPC
Christian Bruel
-0
/
+3
2026-04-07
PCI: Remove no_pci_devices()
Heiner Kallweit
-17
/
+0
2026-04-07
Merge tag 'hyperv-fixes-signed-20260406' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-3
/
+9
2026-04-07
PCI: dw-rockchip: Add pcie_ltssm_state_transition tracepoint support
Shawn Lin
-0
/
+111
2026-04-07
PCI: trace: Add PCI controller tracepoint feature
Shawn Lin
-0
/
+1
2026-04-06
PCI/NPEM: Set LED_HW_PLUGGABLE for hotplug-capable ports
Richard Cheng
-1
/
+1
2026-04-06
PCI: imx6: Fix reference clock source selection for i.MX95
Franz Schnyder
-2
/
+2
2026-04-06
PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM
Chengwen Feng
-5
/
+11
2026-04-06
PCI: hisi: Use devm_ghes_register_vendor_record_notifier()
Kai-Heng Feng
-11
/
+1
2026-04-04
PCI: cadence: Use cdns_pcie_read_sz() for byte or word read access
Aksh Garg
-31
/
+25
2026-04-04
PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found
Chen-Yu Tsai
-4
/
+4
2026-04-04
PCI: tegra194: Expose BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVED
Manikanta Maddireddy
-5
/
+37
2026-04-04
PCI: tegra194: Make BAR0 programmable and remove 1MB size limit
Manikanta Maddireddy
-2
/
+2
2026-04-04
PCI: aspeed: Fix IRQ domain leak on platform_get_irq() failure
Felix Gu
-4
/
+4
2026-04-04
PCI: hv: Fix double ida_free in hv_pci_probe error path
Sahil Chandna
-3
/
+1
2026-04-04
PCI: use generic driver_override infrastructure
Danilo Krummrich
-33
/
+7
2026-04-03
PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...
Richard Zhu
-1
/
+9
2026-04-03
PCI: Update PCIe spec references for AtomicOps
Gerd Bayer
-2
/
+2
2026-04-03
PCI: Enable AtomicOps only if Root Port supports them
Gerd Bayer
-21
/
+20
2026-04-03
PCI: Do not enable AtomicOps by RCiEPs
Gerd Bayer
-3
/
+2
2026-04-02
PCI: dwc: Fix type mismatch for kstrtou32_from_user() return value
Hans Zhang
-9
/
+12
2026-03-30
PCI: Clean up dead code in Kconfig
Julian Braha
-9
/
+3
2026-03-30
PCI/DPC: Log AER error info for DPC/EDR uncorrectable errors
Kuppuswamy Sathyanarayanan
-0
/
+1
2026-03-30
PCI/sysfs: Suppress FW_BUG warning when NUMA node already matches
Li RongQing
-0
/
+3
2026-03-30
PCI/AER: Stop ruling out unbound devices as error source
Lukas Wunner
-2
/
+0
2026-03-30
PCI/VGA: Fail pci_set_vga_state() if VGA decoding not supported
Simon Richter
-0
/
+12
2026-03-27
PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
Koichiro Den
-0
/
+9
2026-03-27
PCI: Fix alignment calculation for resource size larger than align
Ilpo Järvinen
-1
/
+8
2026-03-27
PCI: Align head space better
Ilpo Järvinen
-1
/
+38
2026-03-27
PCI: Rename window_alignment() to pci_min_window_alignment()
Ilpo Järvinen
-3
/
+6
2026-03-27
resource: Pass full extent of empty space to resource_alignf callback
Ilpo Järvinen
-1
/
+2
2026-03-26
PCI: Fix premature removal from realloc_head list during resource assignment
Ilpo Järvinen
-4
/
+4
2026-03-26
PCI: Prevent shrinking bridge window from its required size
Ilpo Järvinen
-2
/
+40
2026-03-26
PCI: Prevent assignment to unsupported bridge windows
Ahmed Naseef
-0
/
+6
2026-03-27
PCI: of: Remove max-link-speed generation validation
Hans Zhang
-12
/
+7
2026-03-27
PCI: controller: Validate max-link-speed
Hans Zhang
-4
/
+5
2026-03-27
PCI: j721e: Validate max-link-speed from DT
Hans Zhang
-1
/
+2
2026-03-27
PCI: dwc: Use pcie_get_link_speed() helper for safe array access
Hans Zhang
-9
/
+9
2026-03-27
PCI: Add pcie_get_link_speed() helper for safe array access
Hans Zhang
-0
/
+18
[prev]
[next]