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
/
controller
Age
Commit message (
Expand
)
Author
Lines
13 days
PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry
Niklas Cassel
-0
/
+3
13 days
PCI: dwc: ep: Refresh MSI Message Address cache on change
Niklas Cassel
-9
/
+13
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-10
/
+8
2026-02-20
Merge tag 'pci-v7.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-3
/
+12
2026-02-20
Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-13
/
+0
2026-02-19
PCI: dwc: ep: Always clear IB maps on BAR update
Koichiro Den
-3
/
+11
2026-02-19
PCI: dwc: ep: Return after clearing BAR-match inbound mapping
Koichiro Den
-0
/
+1
2026-02-11
Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-513
/
+2172
2026-02-10
Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-74
/
+60
2026-02-06
Merge branch 'pci/controller/misc'
Bjorn Helgaas
-0
/
+1
2026-02-06
Merge branch 'pci/controller/xilinx'
Bjorn Helgaas
-3
/
+6
2026-02-06
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
-2
/
+2
2026-02-06
Merge branch 'pci/controller/tegra'
Bjorn Helgaas
-32
/
+5
2026-02-06
Merge branch 'pci/controller/rzg3s-host'
Bjorn Helgaas
-28
/
+9
2026-02-06
Merge branch 'pci/controller/plda-starfive'
Bjorn Helgaas
-10
/
+15
2026-02-06
Merge branch 'pci/controller/mediatek'
Bjorn Helgaas
-1
/
+3
2026-02-06
Merge branch 'pci/controller/generic'
Bjorn Helgaas
-1
/
+1
2026-02-06
Merge branch 'pci/controller/dwc-sophgo'
Bjorn Helgaas
-0
/
+18
2026-02-06
Merge branch 'pci/controller/dwc-rockchip'
Bjorn Helgaas
-0
/
+8
2026-02-06
Merge branch 'pci/controller/dwc-qcom-ep'
Bjorn Helgaas
-8
/
+53
2026-02-06
Merge branch 'pci/controller/dwc-qcom'
Bjorn Helgaas
-27
/
+95
2026-02-06
Merge branch 'pci/controller/dwc-nxp-s32g'
Bjorn Helgaas
-4
/
+4
2026-02-06
Merge branch 'pci/controller/dwc-imx6'
Bjorn Helgaas
-8
/
+64
2026-02-06
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
-339
/
+703
2026-02-06
Merge branch 'pci/controller/cadence-j721e'
Bjorn Helgaas
-16
/
+25
2026-02-06
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
-1
/
+11
2026-02-06
Merge branch 'pci/controller/aspeed'
Bjorn Helgaas
-0
/
+1128
2026-02-06
PCI: host-generic: Avoid reporting incorrect 'missing reg property' error
Jess
-1
/
+1
2026-02-06
PCI: rzg3s-host: Fix device node reference leak in rzg3s_pcie_host_parse_port()
Felix Gu
-1
/
+2
2026-02-05
PCI: dwc: Fix missing iATU setup when ECAM is enabled
Krishna Chaitanya Chundru
-11
/
+28
2026-02-05
PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup()
Niklas Cassel
-28
/
+31
2026-02-05
PCI: dwc: Fix msg_atu_index assignment
Niklas Cassel
-1
/
+8
2026-02-04
PCI: hv: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
-12
/
+0
2026-02-04
PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
Michael Kelley
-1
/
+0
2026-02-03
PCI: dwc: ep: Add comment explaining controller level PTM access in multi PF ...
Aksh Garg
-0
/
+12
2026-02-03
PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping support
Aksh Garg
-37
/
+54
2026-02-03
PCI: s32g: Skip Root Port removal during success
Vincent Guittot
-4
/
+4
2026-01-30
PCI: dwc: ep: Fix resizable BAR support for multi-PF configurations
Aksh Garg
-16
/
+32
2026-01-29
PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
Koichiro Den
-11
/
+209
2026-01-28
PCI: dwc: Advertise dynamic inbound mapping support
Koichiro Den
-0
/
+19
2026-01-23
PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarity
Qiang Yu
-11
/
+11
2026-01-23
PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capabi...
Qiang Yu
-1
/
+2
2026-01-22
PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA ...
Samuel Holland
-17
/
+57
2026-01-21
PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() function
Qiang Yu
-49
/
+1
2026-01-21
PCI: dwc: Skip waiting for L2/L3 Ready if dw_pcie_rp::skip_l23_wait is true
Richard Zhu
-0
/
+16
2026-01-21
PCI: dwc: Fail dw_pcie_host_init() if dw_pcie_wait_for_link() returns -ETIMEDOUT
Manivannan Sadhasivam
-2
/
+7
2026-01-21
PCI: dwc: Rework the error print of dw_pcie_wait_for_link()
Manivannan Sadhasivam
-1
/
+2
2026-01-21
PCI: dwc: Rename and move ltssm_status_string() to pcie-designware.c
Manivannan Sadhasivam
-53
/
+55
2026-01-21
PCI: dwc: Return -EIO from dw_pcie_wait_for_link() if device is not active
Manivannan Sadhasivam
-2
/
+13
[next]