index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-28
PCI: dwc: Advertise dynamic inbound mapping support
Koichiro Den
13
-0
/
+19
2026-01-28
PCI: endpoint: Add BAR subrange mapping support
Koichiro Den
1
-0
/
+8
2026-01-27
PCI: Move CardBus bridge scanning to setup-cardbus.c
Ilpo Järvinen
3
-58
/
+149
2026-01-27
PCI: Add pbus_validate_busn() for Bus Number validation
Ilpo Järvinen
2
-12
/
+22
2026-01-27
PCI: Add dword #defines for Bus Number + Secondary Latency Timer
Ilpo Järvinen
1
-12
/
+13
2026-01-27
PCI: Use scnprintf() instead of sprintf()
Ilpo Järvinen
1
-3
/
+4
2026-01-27
PCI: Handle CardBus-specific params in setup-cardbus.c
Ilpo Järvinen
3
-13
/
+26
2026-01-27
PCI: Separate CardBus setup & build it only with CONFIG_CARDBUS
Ilpo Järvinen
4
-166
/
+196
2026-01-27
PCI: Add 'pci' prefix to struct pci_dev_resource handling functions
Ilpo Järvinen
1
-53
/
+61
2026-01-27
PCI: Use resource_assigned() in setup-bus.c algorithm
Ilpo Järvinen
1
-31
/
+33
2026-01-27
PCI: Add pbus_mem_size_optional() to handle optional sizes
Ilpo Järvinen
1
-23
/
+54
2026-01-27
PCI: Check invalid align earlier in pbus_size_mem()
Ilpo Järvinen
1
-13
/
+12
2026-01-27
PCI: Log reset and restore of resources
Ilpo Järvinen
1
-1
/
+9
2026-01-27
PCI: Add pci_resource_is_bridge_win()
Ilpo Järvinen
4
-6
/
+10
2026-01-27
PCI: Fetch dev_res to local var in __assign_resources_sorted()
Ilpo Järvinen
1
-15
/
+16
2026-01-27
PCI: Use res_to_dev_res() in reassign_resources_sorted()
Ilpo Järvinen
1
-10
/
+1
2026-01-27
PCI: Pass bridge window resource to pbus_size_mem()
Ilpo Järvinen
1
-18
/
+17
2026-01-27
PCI: Push realloc check into pbus_size_mem()
Ilpo Järvinen
1
-22
/
+12
2026-01-27
PCI: Remove old_size limit from bridge window sizing
Ilpo Järvinen
1
-8
/
+3
2026-01-27
PCI: Stop over-estimating bridge window size
Ilpo Järvinen
1
-92
/
+5
2026-01-27
PCI: Rewrite bridge window head alignment function
Ilpo Järvinen
1
-9
/
+44
2026-01-27
irqchip/gic-v5: Add ACPI ITS probing
Lorenzo Pieralisi
1
-0
/
+2
2026-01-27
PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnostic
Lorenzo Pieralisi
1
-5
/
+16
2026-01-26
PCI: Fix bridge window alignment with optional resources
Ilpo Järvinen
1
-4
/
+6
2026-01-26
PCI/MSI: Unmap MSI-X region on error
Haoxiang Li
1
-1
/
+3
2026-01-23
PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink() functions
Manikanta Maddireddy
1
-4
/
+4
2026-01-23
Merge tag 'pci-v6.19-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
2
-21
/
+20
2026-01-23
PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarity
Qiang Yu
3
-11
/
+11
2026-01-23
PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capability()
Qiang Yu
1
-1
/
+2
2026-01-22
PCI/IDE: Fix reading a wrong reg for unused sel stream initialization
Li Ming
1
-1
/
+1
2026-01-22
PCI/IDE: Fix off by one error calculating VF RID range
Li Ming
1
-2
/
+2
2026-01-22
Revert "PCI/TSM: Report active IDE streams"
Dan Williams
1
-4
/
+0
2026-01-22
PCI/AER: Update struct aer_err_info with kernel-doc formatting
Terry Bowman
1
-6
/
+25
2026-01-22
PCI/AER: Report CXL or PCIe bus type in AER trace logging
Terry Bowman
2
-8
/
+20
2026-01-22
PCI/AER: Use guard() in cxl_rch_handle_error_iter()
Terry Bowman
1
-4
/
+2
2026-01-22
PCI/AER: Move CXL RCH error handling to aer_cxl_rch.c
Terry Bowman
4
-101
/
+114
2026-01-22
PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()
Terry Bowman
2
-2
/
+11
2026-01-22
PCI/AER: Export pci_aer_unmask_internal_errors()
Terry Bowman
1
-3
/
+8
2026-01-22
PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
Dan Williams
1
-9
/
+0
2026-01-22
PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
Terry Bowman
1
-9
/
+2
2026-01-22
PCI: Introduce pcie_is_cxl()
Terry Bowman
1
-0
/
+31
2026-01-22
PCI/PM: Prevent runtime suspend until devices are fully initialized
Brian Norris
2
-1
/
+15
2026-01-22
PCI: Prepare to protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-9
/
+38
2026-01-22
PCI: Fix Resizable BAR restore order
Ilpo Järvinen
2
-19
/
+19
2026-01-22
PCI: Fix BAR resize rollback path overwriting ret
Ilpo Järvinen
1
-2
/
+1
2026-01-22
PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA ranges
Samuel Holland
1
-17
/
+57
2026-01-21
PCI: Mark 3ware-9650SA Root Port Extended Tags as broken
Jörg Wedekind
1
-0
/
+1
2026-01-21
PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() function
Qiang Yu
3
-49
/
+1
2026-01-21
PCI: dwc: Skip waiting for L2/L3 Ready if dw_pcie_rp::skip_l23_wait is true
Richard Zhu
3
-0
/
+16
2026-01-21
PCI: dwc: Fail dw_pcie_host_init() if dw_pcie_wait_for_link() returns -ETIMEDOUT
Manivannan Sadhasivam
1
-2
/
+7
[prev]
[next]