index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
PCI: Document hybrid devres hazards
Philipp Stanner
2
-1
/
+62
2024-07-10
PCI: Add managed pcim_request_region()
Philipp Stanner
3
-65
/
+47
2024-07-10
PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()
Philipp Stanner
1
-1
/
+11
2024-07-10
PCI: Add managed partial-BAR request and map infrastructure
Philipp Stanner
3
-65
/
+569
2024-07-10
PCI: Add devres helpers for iomap table
Philipp Stanner
1
-19
/
+58
2024-07-10
PCI: Add and use devres helper for bit masks
Philipp Stanner
1
-4
/
+8
2024-07-10
PCI: dw-rockchip: Use pci_epc_init_notify() directly
Niklas Cassel
1
-1
/
+1
2024-07-10
PCI: dw-rockchip: Add endpoint mode support
Niklas Cassel
3
-5
/
+228
2024-07-10
PCI: dw-rockchip: Refactor the driver to prepare for EP mode
Niklas Cassel
1
-24
/
+60
2024-07-10
PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helper
Niklas Cassel
1
-1
/
+6
2024-07-10
PCI: dw-rockchip: Fix weird indentation
Niklas Cassel
1
-4
/
+3
2024-07-10
PCI: dw-rockchip: Fix initial PERST# GPIO value
Niklas Cassel
1
-1
/
+1
2024-07-10
PCI: dw-rockchip: Add error messages in .probe() error paths
Uwe Kleine-König
1
-8
/
+13
2024-07-10
PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
Manivannan Sadhasivam
1
-1
/
+1
2024-07-10
PCI: rockchip-host: Wait 100ms after reset before starting configuration
Damien Le Moal
2
-0
/
+9
2024-07-10
PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling
Damien Le Moal
1
-0
/
+1
2024-07-10
PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitation
Niklas Cassel
1
-0
/
+7
2024-07-10
PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...
Manivannan Sadhasivam
1
-1
/
+1
2024-07-10
PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...
Manivannan Sadhasivam
1
-1
/
+1
2024-07-10
PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapper
Manivannan Sadhasivam
13
-28
/
+11
2024-07-10
PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event
Manivannan Sadhasivam
2
-35
/
+73
2024-07-10
PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...
Frank Li
2
-5
/
+93
2024-07-10
PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macro
Frank Li
1
-0
/
+3
2024-07-10
PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macros
Yoshihiro Shimoda
1
-0
/
+18
2024-07-10
PCI: dwc: Add outbound MSG TLPs support
Yoshihiro Shimoda
2
-2
/
+11
2024-07-10
PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
Yoshihiro Shimoda
4
-60
/
+77
2024-07-10
PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
Frank Li
1
-3
/
+10
2024-07-10
PCI: dwc: Use msleep() in dw_pcie_wait_for_link()
Konrad Dybcio
2
-3
/
+2
2024-07-10
PCI: kirin: Convert to use agnostic GPIO API
Andy Shevchenko
1
-70
/
+35
2024-07-10
PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
Javier Carrasco
1
-15
/
+6
2024-07-10
PCI: qcom: Add OPP support to scale performance
Krishna chaitanya chundru
1
-19
/
+80
2024-07-10
PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()
Krishna chaitanya chundru
2
-18
/
+23
2024-07-10
PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path
Krishna chaitanya chundru
1
-4
/
+41
2024-07-10
PCI: qcom-ep: Disable resources unconditionally during PERST# assert
Manivannan Sadhasivam
1
-6
/
+0
2024-07-10
PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EP
Mrinmay Sarkar
1
-3
/
+16
2024-07-10
PCI: qcom: Override NO_SNOOP attribute for SA8775P RC
Mrinmay Sarkar
1
-1
/
+24
2024-07-09
PCI: of_property: Add interrupt-controller property in PCI device nodes
Herve Codina
1
-0
/
+24
2024-07-08
PCI/pwrctl: only call of_platform_populate() if CONFIG_OF is enabled
Bert Karwatzki
1
-1
/
+1
2024-07-08
PCI: controller: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
10
-0
/
+10
2024-07-08
PCI: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-04
PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
Dan Carpenter
1
-2
/
+5
2024-07-04
PCI: endpoint: Clean up error handling in vpci_scan_bus()
Dan Carpenter
1
-3
/
+9
2024-07-04
PCI: endpoint: Make pci_epc_class struct constant
Greg Kroah-Hartman
1
-12
/
+7
2024-07-04
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
6
-3
/
+61
2024-07-04
pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
Krishna Kumar
1
-2
/
+1
2024-07-04
PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN
Wei Liu
1
-2
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2
-6
/
+6
2024-07-02
PCI: rcar-gen4: Add support for R-Car V4H
Yoshihiro Shimoda
1
-1
/
+197
2024-07-01
PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal
Lukas Wunner
1
-3
/
+3
2024-06-29
PCI: rcar-gen4: Add .ltssm_control() for other SoC support
Yoshihiro Shimoda
1
-24
/
+50
[prev]
[next]