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-05-28
PCI: endpoint: Retain fixed-size BAR size as well as aligned size
Jerome Brunet
1
-7
/
+15
2025-05-27
Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-33
/
+5
2025-05-27
Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-249
/
+195
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
23
-81
/
+69
2025-05-26
Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2025-05-23
PCI/pwrctrl: Rename pwrctrl Kconfig symbols and slot module
Johan Hovold
2
-10
/
+20
2025-05-23
PCI/pwrctrl: Cancel outstanding rescan work when unregistering
Brian Norris
1
-0
/
+2
2025-05-23
PCI: hv: Remove unnecessary flex array in struct pci_packet
Michael Kelley
1
-15
/
+14
2025-05-23
PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
Roman Kisel
1
-6
/
+64
2025-05-23
PCI/AER: Add sysfs attributes for log ratelimits
Jon Pan-Doh
3
-0
/
+107
2025-05-23
PCI/AER: Ratelimit correctable and non-fatal error logging
Jon Pan-Doh
2
-6
/
+64
2025-05-23
PCI/AER: Simplify add_error_device()
Bjorn Helgaas
1
-6
/
+9
2025-05-23
PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index
Bjorn Helgaas
3
-14
/
+31
2025-05-23
PCI/AER: Rename struct aer_stats to aer_info
Karolina Stolarek
1
-23
/
+23
2025-05-23
PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING
Karolina Stolarek
1
-5
/
+6
2025-05-23
PCI/ERR: Add printk level to pcie_print_tlp_log()
Bjorn Helgaas
4
-6
/
+10
2025-05-23
PCI/AER: Check log level once and remember it
Karolina Stolarek
3
-11
/
+12
2025-05-23
PCI/AER: Trace error event before ratelimiting
Bjorn Helgaas
1
-6
/
+4
2025-05-23
PCI/AER: Update statistics before ratelimiting
Bjorn Helgaas
1
-1
/
+4
2025-05-23
PCI/AER: Simplify pci_print_aer()
Bjorn Helgaas
1
-8
/
+8
2025-05-23
PCI/AER: Initialize aer_err_info before using it
Bjorn Helgaas
1
-22
/
+17
2025-05-23
PCI/AER: Move aer_print_source() earlier in file
Bjorn Helgaas
1
-13
/
+13
2025-05-23
PCI/AER: Rename aer_print_port_info() to aer_print_source()
Jon Pan-Doh
1
-3
/
+3
2025-05-23
PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc
Bjorn Helgaas
1
-4
/
+4
2025-05-23
PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()
Bjorn Helgaas
1
-13
/
+9
2025-05-23
PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()
Bjorn Helgaas
1
-13
/
+23
2025-05-23
PCI/DPC: Log Error Source ID only when valid
Bjorn Helgaas
1
-29
/
+37
2025-05-23
PCI/DPC: Initialize aer_err_info before using it
Bjorn Helgaas
1
-1
/
+1
2025-05-22
s390/pci: Prevent self deletion in disable_slot()
Niklas Schnelle
1
-1
/
+1
2025-05-22
PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()
Zhe Qiao
1
-10
/
+13
2025-05-22
PCI: Remove function pcim_intx() prototype from pci.h
Philipp Stanner
1
-2
/
+0
2025-05-21
PCI/MSI: Use bool for MSI enable state tracking
Hans Zhang
3
-4
/
+4
2025-05-20
PCI: dwc: ep: Fix errno typo
Niklas Cassel
1
-2
/
+2
2025-05-20
PCI: Remove hybrid-devres usage warnings from kernel-doc
Philipp Stanner
1
-16
/
+0
2025-05-20
PCI: Remove redundant set of request functions
Philipp Stanner
1
-105
/
+5
2025-05-20
PCI: Remove exclusive requests flags from _pcim_request_region()
Philipp Stanner
1
-21
/
+15
2025-05-19
PCI: Remove pcim_request_region_exclusive()
Philipp Stanner
2
-20
/
+0
2025-05-19
PCI: Remove hybrid devres nature from request functions
Philipp Stanner
3
-71
/
+13
2025-05-16
PCI: tegra: Convert to MSI parent infrastructure
Marc Zyngier
2
-44
/
+20
2025-05-16
PCI: xgene: Convert to MSI parent infrastructure
Marc Zyngier
2
-33
/
+21
2025-05-16
PCI: apple: Convert to MSI parent infrastructure
Marc Zyngier
2
-46
/
+24
2025-05-16
Merge irq/cleanup fragments into irq/msi
Thomas Gleixner
10
-10
/
+10
2025-05-16
PCI: Switch to irq_domain_create_linear()
Jiri Slaby (SUSE)
21
-71
/
+59
2025-05-15
PCI: Update Link Speed after retraining
Ilpo Järvinen
2
-12
/
+18
2025-05-15
PCI: Limit visibility of match_driver flag to PCI core
Lukas Wunner
4
-3
/
+15
2025-05-15
PCI: qcom-ep: Mask PTM_UPDATING interrupt
Manivannan Sadhasivam
1
-0
/
+8
2025-05-15
PCI: dwc: Add debugfs support for PTM context
Manivannan Sadhasivam
3
-0
/
+280
2025-05-15
PCI: dwc: Pass DWC PCIe mode to dwc_pcie_debugfs_init()
Manivannan Sadhasivam
4
-5
/
+9
2025-05-15
PCI: Add debugfs support for exposing PTM context
Manivannan Sadhasivam
1
-0
/
+300
2025-05-15
PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flag
Ilpo Järvinen
5
-71
/
+26
[prev]
[next]