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
/
tools
/
perf
/
scripts
/
python
/
bin
/
stackcollapse-report
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
PCI: j721e: Add support to build as a loadable module
Siddharth Vadapalli
2
-4
/
+32
2025-06-02
PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanup
Siddharth Vadapalli
2
-0
/
+16
2025-06-02
PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanup
Siddharth Vadapalli
2
-0
/
+109
2025-06-02
PCI: cadence: Add support to build pcie-cadence library as a kernel module
Kishon Vijay Abraham I
5
-5
/
+32
2025-05-30
PCI: qcom: Replace PERST# sleep time with proper macro
Niklas Cassel
1
-1
/
+1
2025-05-30
PCI: dw-rockchip: Replace PERST# sleep time with proper macro
Niklas Cassel
1
-1
/
+2
2025-05-30
PCI: host-common: Convert to library for host controller drivers
Manivannan Sadhasivam
10
-12
/
+33
2025-05-30
PCI/ERR: Remove misleading TODO regarding kernel panic
Manivannan Sadhasivam
1
-1
/
+0
2025-05-28
PCI: cadence: Remove duplicate message code definitions
Hans Zhang
2
-13
/
+3
2025-05-28
PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...
Niklas Cassel
4
-18
/
+14
2025-05-28
PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encoding
Niklas Cassel
6
-18
/
+17
2025-05-28
PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...
Niklas Cassel
3
-3
/
+3
2025-05-28
PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...
Niklas Cassel
5
-7
/
+5
2025-05-28
PCI: cadence-ep: Correct PBA offset in .set_msix() callback
Niklas Cassel
1
-2
/
+3
2025-05-28
PCI: dwc: ep: Correct PBA offset in .set_msix() callback
Niklas Cassel
1
-2
/
+3
2025-05-28
PCI: endpoint: pci-epf-vntb: Simplify ctrl/SPAD space allocation
Jerome Brunet
1
-23
/
+3
2025-05-28
PCI: endpoint: Retain fixed-size BAR size as well as aligned size
Jerome Brunet
2
-7
/
+18
2025-05-23
arm64: Kconfig: switch to HAVE_PWRCTRL
Johan Hovold
1
-1
/
+1
2025-05-23
wifi: ath12k: switch to PCI_PWRCTRL_PWRSEQ
Johan Hovold
1
-1
/
+1
2025-05-23
wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ
Johan Hovold
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/AER: Add sysfs attributes for log ratelimits
Jon Pan-Doh
5
-1
/
+155
2025-05-23
PCI/AER: Add ratelimits to PCI AER Documentation
Jon Pan-Doh
1
-0
/
+12
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
2
-24
/
+24
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
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: rcar-gen4: Document how to obtain platform firmware
Yoshihiro Shimoda
4
-0
/
+44
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
[next]