index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()
Inochi Amaoto
1
-0
/
+13
2025-10-19
PCI/pwrctrl: Fix device leak at device stop
Johan Hovold
1
-0
/
+2
2025-10-19
PCI/pwrctrl: Fix device and OF node leak at bus scan
Johan Hovold
1
-3
/
+16
2025-10-19
PCI/pwrctrl: Fix device leak at registration
Johan Hovold
1
-5
/
+9
2025-10-19
PCI: tegra194: Reset BARs when running in PCIe endpoint mode
Niklas Cassel
1
-0
/
+10
2025-10-19
PCI: tegra194: Handle errors in BPMP response
Vidya Sagar
1
-2
/
+16
2025-10-19
PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
Niklas Cassel
1
-2
/
+2
2025-10-19
PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlock
Marek Vasut
1
-14
/
+13
2025-10-19
PCI: rcar-host: Drop PMSR spinlock
Marek Vasut
1
-11
/
+2
2025-10-19
PCI: rcar-gen4: Fix PHY initialization
Marek Vasut
1
-1
/
+1
2025-10-19
PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exit
Siddharth Vadapalli
1
-2
/
+2
2025-10-19
PCI: j721e: Fix programming sequence of "strap" settings
Siddharth Vadapalli
1
-0
/
+25
2025-10-19
PCI: j721e: Fix module autoloading
Siddharth Vadapalli
1
-0
/
+1
2025-10-19
PCI: Fix failure detection during resource resize
Ilpo Järvinen
1
-8
/
+18
2025-10-19
PCI: Ensure relaxed tail alignment does not increase min_align
Ilpo Järvinen
1
-4
/
+7
2025-10-19
PCI/AER: Support errors introduced by PCIe r6.0
Lukas Wunner
1
-6
/
+6
2025-10-19
PCI/AER: Fix missing uevent on recovery when a reset is requested
Niklas Schnelle
1
-0
/
+1
2025-10-19
PCI/ERR: Fix uevent on failure to recover
Lukas Wunner
1
-1
/
+7
2025-10-19
PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV
Niklas Schnelle
1
-0
/
+5
2025-10-19
PCI/sysfs: Ensure devices are powered for config reads
Brian Norris
1
-1
/
+19
2025-10-19
PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlock
Marek Vasut
1
-14
/
+13
2025-10-19
PCI: xilinx-nwl: Fix ECAM programming
Jani Nurminen
1
-3
/
+4
2025-10-15
PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release
Shin'ichiro Kawasaki
1
-6
/
+11
2025-10-15
PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()
Breno Leitao
1
-0
/
+3
2025-10-15
PCI: j721e: Fix incorrect error message in probe()
Alok Tiwari
1
-1
/
+1
2025-10-15
PCI: rcar-gen4: Fix inverted break condition in PHY initialization
Marek Vasut
1
-1
/
+1
2025-10-15
PCI: rcar-gen4: Assure reset occurs before DBI access
Marek Vasut
1
-0
/
+13
2025-10-15
PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertion
Marek Vasut
1
-1
/
+10
2025-10-15
PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()
Nagarjuna Kristam
1
-2
/
+2
2025-10-15
PCI: endpoint: pci-epf-test: Fix doorbell test support
Niklas Cassel
1
-1
/
+13
2025-10-15
PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/s
Ziyue Zhang
5
-32
/
+41
2025-10-15
PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocation
Alok Tiwari
1
-1
/
+1
2025-10-15
PCI/ACPI: Fix pci_acpi_preserve_config() memory leak
Nirmoy Das
1
-2
/
+4
2025-10-15
PCI: qcom: Restrict port parsing only to PCIe bridge child nodes
Krishna Chaitanya Chundru
1
-0
/
+2
2025-10-15
PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()
Claudiu Beznea
1
-1
/
+1
2025-10-15
PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure
Geert Uytterhoeven
1
-9
/
+3
2025-10-15
PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup()
Dan Carpenter
1
-1
/
+1
2025-10-15
PCI: endpoint: pci-ep-msi: Fix NULL vs IS_ERR() check in pci_epf_write_msi_msg()
Dan Carpenter
1
-1
/
+1
2025-10-15
PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
Inochi Amaoto
1
-0
/
+5
2025-10-15
PCI/MSI: Add startup/shutdown for per device domains
Inochi Amaoto
1
-0
/
+52
2025-09-12
Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-17
/
+4
2025-09-08
PCI: mvebu: Fix use of for_each_of_range() iterator
Klaus Kudielka
1
-17
/
+4
2025-08-12
PCI: vmd: Remove MSI-X check on child devices
Nam Cao
1
-3
/
+0
2025-08-12
PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler()
Nam Cao
1
-1
/
+1
2025-08-09
Merge tag 'pci-v6.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+3
2025-08-07
PCI: vmd: Fix wrong kfree() in vmd_msi_free()
Nam Cao
1
-1
/
+3
2025-08-03
Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-23
/
+225
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
64
-1065
/
+2024
2025-07-31
Merge branch 'pci/misc'
Bjorn Helgaas
4
-7
/
+3
2025-07-31
Merge branch 'pci/controller/xgene'
Bjorn Helgaas
2
-280
/
+179
[next]