index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-23
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
7
-41
/
+34
2026-06-23
Merge branch 'pci/controller/altera'
Bjorn Helgaas
1
-3
/
+33
2026-06-23
Merge branch 'pci/controller/host-common'
Bjorn Helgaas
1
-0
/
+4
2026-06-23
Merge branch 'pci/endpoint'
Bjorn Helgaas
3
-0
/
+125
2026-06-23
PCI: rzg3s-host: Use common pci_host_common_link_train_delay() helper
Hans Zhang
1
-1
/
+2
2026-06-23
PCI: mediatek-gen3: Add 100 ms delay after link up
Hans Zhang
1
-0
/
+3
2026-06-23
PCI: aardvark: Add 100 ms delay after link training
Hans Zhang
1
-1
/
+4
2026-06-23
PCI: dwc: Use common pci_host_common_link_train_delay() helper
Hans Zhang
1
-7
/
+2
2026-06-23
PCI: cadence-hpa: Add post-link delay
Hans Zhang
1
-0
/
+8
2026-06-18
PCI: host-common: Request bus reassignment when not probe-only
Ratheesh Kannoth
1
-0
/
+4
2026-06-18
PCI: rockchip: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: plda: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: mediatek: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: iproc: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: dwc: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: cadence: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: brcmstb: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: altera: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: iproc: Restore .map_irq() for the platform bus driver
Mark Tomlinson
4
-5
/
+2
2026-06-18
PCI: mvebu: Use fixed-width interrupt masks to avoid truncation in 64-bit builds
Rosen Penev
1
-3
/
+3
2026-06-17
Merge tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-30
/
+31
2026-06-17
Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+14
2026-06-12
of: Factor arguments passed to of_map_id() into a struct
Charan Teja Kalla
2
-27
/
+31
2026-06-12
of: Add convenience wrappers for of_map_id()
Robin Murphy
2
-6
/
+3
2026-06-11
PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS...
Shuvam Pandey
1
-0
/
+3
2026-06-11
PCI: mediatek: Use actual physical address instead of virt_to_phys()
Manivannan Sadhasivam
1
-3
/
+13
2026-06-10
PCI: rcar-host: Remove unused LIST_HEAD(res)
Lad Prabhakar
1
-1
/
+0
2026-06-10
PCI: imx6: Integrate new pwrctrl API
Sherry Sun
2
-1
/
+24
2026-06-09
PCI: mediatek: Fix IRQ domain leak when port fails to enable
Manivannan Sadhasivam
1
-23
/
+40
2026-06-09
PCI: meson: Add missing remove callback
Shuvam Pandey
1
-0
/
+9
2026-06-09
PCI: meson: Propagate devm_add_action_or_reset() failure
Shuvam Pandey
1
-1
/
+3
2026-06-09
PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95
Richard Zhu
1
-6
/
+22
2026-06-09
PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95
Richard Zhu
1
-3
/
+24
2026-06-09
PCI: cadence: Add post-link delay for LGA and j721e glue driver
Hans Zhang
4
-0
/
+11
2026-06-09
PCI: Add pci_host_common_link_train_delay() helper
Hans Zhang
1
-0
/
+17
2026-06-09
PCI: cadence: Use common TLP type macros
Hans Zhang
1
-5
/
+7
2026-06-09
PCI: dwc: Replace ATU type macros with common TLP type macros
Hans Zhang
5
-21
/
+16
2026-06-09
PCI: Add common TLP type macros and convert aspeed/mediatek
Hans Zhang
2
-10
/
+6
2026-06-09
PCI: mediatek: Fix operator precedence in PCIE_FTS_NUM_L0 macro
Li RongQing
1
-1
/
+2
2026-06-04
PCI: qcom: Initialize DWC MSI lock for firmware-managed ECAM hosts
Yadu M G
1
-0
/
+6
2026-05-28
PCI: tegra: Explicitly specify PMC instance to use
Thierry Reding
1
-5
/
+14
2026-05-28
PCI: qcom: Disable ASPM L0s for SA8775P
Shawn Guo
1
-0
/
+1
2026-05-26
PCI: qcom: Program T_POWER_ON
Krishna Chaitanya Chundru
1
-0
/
+14
2026-05-26
PCI: dwc: Add dw_pcie_program_t_power_on() to program T_POWER_ON
Krishna Chaitanya Chundru
2
-0
/
+29
2026-05-26
PCI: qcom: Handle mixed PERST#/PHY DT configuration
Qiang Yu
1
-6
/
+17
2026-05-23
PCI: qcom: Indicate broken L1SS exit during resume from system suspend
Manivannan Sadhasivam
1
-0
/
+13
2026-05-21
PCI: qcom: Add D3cold support
Krishna Chaitanya Chundru
1
-60
/
+103
2026-05-21
PCI: dwc: Use common D3cold eligibility helper in suspend path
Krishna Chaitanya Chundru
2
-8
/
+16
2026-05-21
PCI: qcom: Power down PHY via PARF_PHY_CTRL before disabling rails/clocks
Krishna Chaitanya Chundru
1
-3
/
+35
2026-05-21
PCI: qcom: Add .get_ltssm() callback to query LTSSM status
Krishna Chaitanya Chundru
1
-0
/
+31
[prev]
[next]