Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-20 23:46:15 to 2025-03-24 04:39:17 UTC [more...]

[PATCH] PCI: xilinx-cpm: Add cpm5_csr register mapping for CPM5_HOST1 variant
 2025-03-24  4:39 UTC  (4+ messages)

[PATCH v17 3/4] PCI/DOE: Expose the DOE features via sysfs
 2025-03-24  3:02 UTC  (3+ messages)

[v6 0/5] Introduce generic capability search functions
 2025-03-24  1:08 UTC  (10+ messages)
` [v6 1/5] PCI: "
` [v6 2/5] PCI: dwc: Use common PCI host bridge APIs for finding the capabilities
` [v6 3/5] PCI: cadence: "
` [v6 4/5] PCI: cadence: Use cdns_pcie_find_*capability to avoid hardcode
` [v6 5/5] MAINTAINERS: Add entry for PCI host controller helpers

[PATCH v4 0/3] Implement TryFrom<&Device> for bus specific devices
 2025-03-23 22:10 UTC  (9+ messages)
` [PATCH v4 1/3] rust: device: implement bus_type_raw()
` [PATCH v4 2/3] rust: pci: impl TryFrom<&Device> for &pci::Device
` [PATCH v4 3/3] rust: platform: impl TryFrom<&Device> for &platform::Device

[v5 0/4] Introduce generic capability search functions
 2025-03-23 15:36 UTC  (12+ messages)
` [v5 1/4] PCI: "
` [v5 2/4] PCI: dwc: Use common PCI host bridge APIs for finding the capabilities
` [v5 3/4] PCI: cadence: "
` [v5 4/4] PCI: cadence: Use cdns_pcie_find_*capability to avoid hardcode

[PATCH] PCI/bwctrl: Fix NULL pointer deref on bus number exhaustion
 2025-03-23 13:39 UTC  (5+ messages)

[PATCH][next] PCI: brcmstb: make const read-only arrays static
 2025-03-23 12:38 UTC  (2+ messages)

[PATCH v5 0/8] Rate limit AER logs
 2025-03-23 12:20 UTC  (20+ messages)
` [PATCH v5 1/8] PCI/AER: Check log level once and propagate down
` [PATCH v5 2/8] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v5 3/8] PCI/AER: Move AER stat collection out of __aer_print_error()
` [PATCH v5 4/8] PCI/AER: Rename aer_print_port_info() to aer_printrp_info()
` [PATCH v5 5/8] PCI/AER: Rename struct aer_stats to aer_report
` [PATCH v5 6/8] PCI/AER: Introduce ratelimit for error logs
` [PATCH v5 7/8] PCI/AER: Add ratelimits to PCI AER Documentation
` [PATCH v5 8/8] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-23 11:56 UTC  (5+ messages)
` [PATCH v7 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-23 11:49 UTC  (5+ messages)
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver

[RFC PATCH v2 09/22] crypto/ccp: Implement SEV TIO firmware interface
 2025-03-23 11:35 UTC  (2+ messages)

[PATCH 0/4] pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type automatically
 2025-03-23 11:34 UTC  (7+ messages)
` [PATCH 3/4] misc: "

[PATCH v5 07/17] rust: pci: refactor to use `&raw [const|mut]`
 2025-03-23 10:34 UTC  (2+ messages)

[pci:next] BUILD SUCCESS 99b6885f951e3d3ab87e2268b2cd99ed5baeb34f
 2025-03-22 22:50 UTC 

[pci:doe] BUILD SUCCESS 6fc6ded50ffc09a5cb3a9ec22dd1976401ea0bbc
 2025-03-22 22:50 UTC 

[pci:resource] BUILD SUCCESS aa9f168d55dc47c0de564f7dfe0e90467c9fee71
 2025-03-22 20:23 UTC 

[pci:controller/dwc-cpu-addr-fixup] BUILD SUCCESS 689ab7f933cb53fc3bb998f461aaeb4d323838a1
 2025-03-22 20:22 UTC 

[PATCH v6 0/6] Enable IPQ5018 PCI support
 2025-03-22 20:16 UTC  (12+ messages)
` [PATCH v6 1/6] dt-bindings: phy: qcom: uniphy-pcie: Add ipq5018 compatible
` [PATCH v6 2/6] phy: qualcomm: qcom-uniphy-pcie 28LP add support for IPQ5018
` [PATCH v6 3/6] dt-bindings: PCI: qcom: Add IPQ5018 SoC
` [PATCH v6 4/6] PCI: qcom: Add support for IPQ5018
` [PATCH v6 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes
` [PATCH v6 6/6] arm64: dts: qcom: ipq5018: Enable PCIe

[pci:bwctrl] BUILD SUCCESS 026e4bffb0af9632f5a0bbf8d594f2aace44cf07
 2025-03-22 17:57 UTC 

[pci:hotplug] BUILD SUCCESS 527664f738afb6f2c58022cd35e63801e5dc7aec
 2025-03-22 16:45 UTC 

[RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
 2025-03-22 11:50 UTC  (2+ messages)

[PATCH v3 3/5] PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created
 2025-03-22 11:39 UTC  (6+ messages)

[PATCH v2 0/4] Implement TryFrom<&Device> for bus specific devices
 2025-03-22 10:08 UTC  (20+ messages)
` [PATCH v2 1/4] rust: device: implement Device::parent()
` [PATCH v2 3/4] rust: pci: impl TryFrom<&Device> for &pci::Device

[PATCH 0/3] PCI: qcom: Move PERST# GPIO & phy retrieval from controller to PCIe bridge node
 2025-03-22  3:00 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: PCI: qcom: Move phy, wake & reset gpio's to root port
` [PATCH 2/3] arm64: qcom: sc7280: Move phy, perst to root port node
` [PATCH 3/3] PCI: qcom: Add support for multi-root port

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-22  0:41 UTC  (12+ messages)

[PATCH 4/7] PCI: endpoint: Add intx_capable to epc_features
 2025-03-21 22:42 UTC  (4+ messages)

[pci:pm] BUILD SUCCESS a5fb3ff632876d63ee1fc5ed3af2464240145a00
 2025-03-21 22:40 UTC 

[PATCH v4 0/7] Rate limit AER logs
 2025-03-21 22:11 UTC  (16+ messages)
` [PATCH v4 4/7] PCI/AER: Rename struct aer_stats to aer_report
` [PATCH v4 5/7] PCI/AER: Introduce ratelimit for error logs
` [PATCH v4 6/7] PCI/AER: Add ratelimits to PCI AER Documentation
` [PATCH v4 7/7] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH v2 1/1] PCI/hotplug: Don't enable HPIE in poll mode
 2025-03-21 20:51 UTC  (4+ messages)

[PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args
 2025-03-21 20:18 UTC  (9+ messages)
` [PATCH v2 2/6] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
` [PATCH v2 3/6] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
` [PATCH v2 4/6] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v2 5/6] PCI: "

[PATCH v2] PCI: Fix NULL dereference in SR-IOV VF creation error path
 2025-03-21 19:55 UTC  (2+ messages)

[Bug 219906] New: Kernel Oops in pcie_update_link_speed when hotplugging TB4 dock on x870e / kernel 6.14.0-rc7
 2025-03-21 19:41 UTC  (3+ messages)

[pci:controller/dwc-cpu-addr-fixup 6/14] drivers/pci/controller/dwc/pcie-designware.c:1130:55: sparse: sparse: Using plain integer as NULL pointer
 2025-03-21 18:00 UTC  (2+ messages)

[PATCH RFC NOT TESTED 0/2] PCI: artpec6: Try to clean up artpec6_pcie_cpu_addr_fixup()
 2025-03-21 17:54 UTC  (4+ messages)

Query Regarding PCI Configuration Space Mapping and BAR Programming
 2025-03-21 17:30 UTC  (4+ messages)

[PATCH 1/1] PCI/bwctrl: Fix link speed return type
 2025-03-21 17:13 UTC  (2+ messages)

[PATCH v2 0/4] iommu: Fix the longstanding probe issues
 2025-03-21 16:48 UTC  (11+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[PATCH v2 07/57] irqdomain: pci: Switch to of_fwnode_handle()
 2025-03-21 16:32 UTC  (2+ messages)

[PATCH] PCI/AER: Consolidate CXL and native AER reporting paths
 2025-03-21 15:06 UTC  (3+ messages)

[PATCH v3 0/3] Implement TryFrom<&Device> for bus specific devices
 2025-03-21 14:57 UTC  (4+ messages)
` [PATCH v3 1/3] rust: device: implement bus_type_raw()
` [PATCH v3 2/3] rust: pci: impl TryFrom<&Device> for &pci::Device
` [PATCH v3 3/3] rust: platform: impl TryFrom<&Device> for &platform::Device

[v4 0/4] Introduce generic capability search functions
 2025-03-21 13:59 UTC  (14+ messages)
` [v4 1/4] PCI: "
` [v4 2/4] PCI: dwc: Replace dw_pcie_find_capability() and dw_pcie_find_ext_capability()
` [v4 3/4] PCI: cadence: Add configuration space capability search API
` [v4 4/4] PCI: cadence: Use cdns_pcie_find_*capability to find capability offset instead of hardcore

[PATCH v4 0/2] Add support for PCIe RP PERST#
 2025-03-21 12:52 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: xilinx-cpm: Add reset-gpios "
` [PATCH v4 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal

[PATCH v5 0/2] Add support for PCIe RP PERST#
 2025-03-21 12:39 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: xilinx-cpm: Add reset-gpios "
` [PATCH v5 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal

[PATCH v5 0/6] Enable IPQ5018 PCI support
 2025-03-21 10:43 UTC  (9+ messages)
` [PATCH v5 1/6] dt-bindings: phy: qcom: uniphy-pcie: Add ipq5018 compatible
` [PATCH v5 2/6] phy: qualcomm: qcom-uniphy-pcie 28LP add support for IPQ5018
` [PATCH v5 3/6] dt-bindings: PCI: qcom: Add IPQ5018 SoC
` [PATCH v5 4/6] PCI: qcom: Add support for IPQ5018
` [PATCH v5 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes
` [PATCH v5 6/6] arm64: dts: qcom: ipq5018: Enable PCIe

[v3 0/4] Introduce generic capability search functions
 2025-03-21  9:49 UTC  (8+ messages)
` [v3 1/4] PCI: "
` [v3 2/4] PCI: dwc: Replace dw_pcie_find_capability() and dw_pcie_find_ext_capability()
` [v3 3/4] PCI: cadence: Add configuration space capability search API
` [v3 4/4] PCI: cadence: Use cdns_pcie_find_*capability to find capability offset instead of hardcore

[PATCH v3 3/3] PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
 2025-03-21  8:00 UTC  (2+ messages)

[PATCH v4 5/7] PCI/AER: Introduce ratelimit for error logs
 2025-03-21  1:58 UTC  (3+ messages)

[v2] PCI: cadence: Add configuration space capability search API
 2025-03-21  1:09 UTC  (2+ messages)

[PATCH v2 0/2] PCI: Marvell CN96XX/CN10XXX quirk and bus-range omission
 2025-03-21  1:17 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: of_property: Omit 'bus-range' property if no secondary bus


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox