Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-19 17:41:00 to 2025-03-21 13:40:08 UTC [more...]

[PATCH v5 0/8] Rate limit AER logs
 2025-03-21 13:39 UTC  (10+ 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 0/4] pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type automatically
 2025-03-21 13:27 UTC  (4+ messages)
` [PATCH 3/4] misc: "

[v4 0/4] Introduce generic capability search functions
 2025-03-21 13:18 UTC  (10+ 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 v2 0/4] Implement TryFrom<&Device> for bus specific devices
 2025-03-21 13:09 UTC  (15+ messages)
` [PATCH v2 1/4] rust: device: implement Device::parent()
` [PATCH v2 2/4] rust: device: implement bus_type_raw()
` [PATCH v2 3/4] rust: pci: impl TryFrom<&Device> for &pci::Device
` [PATCH v2 4/4] rust: platform: impl TryFrom<&Device> for &platform::Device

[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 v2 0/4] iommu: Fix the longstanding probe issues
 2025-03-21 12:15 UTC  (10+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[PATCH v6 0/6] Enable IPQ5018 PCI support
 2025-03-21 12:14 UTC  (7+ 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

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

[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  (3+ messages)

[PATCH v3 3/5] PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created
 2025-03-21  7:04 UTC  (4+ messages)

[PATCH v4 0/7] Rate limit AER logs
 2025-03-21  1:58 UTC  (27+ messages)
` [PATCH v4 1/7] PCI/AER: Check log level once and propagate down
` [PATCH v4 2/7] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v4 3/7] PCI/AER: Move AER stat collection out of __aer_print_error()
` [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

[v2] PCI: cadence: Add configuration space capability search API
 2025-03-21  1:09 UTC  (3+ 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

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-20 23:52 UTC  (8+ 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-20 22:56 UTC 

[pci:controller/amd-mdb] BUILD SUCCESS 6af0b51d9328d1309af9200bdc7ca3181eebc6ba
 2025-03-20 22:34 UTC 

[pci:next] BUILD SUCCESS 18e07e575bcf23ee14a0e9796c7e150a90368170
 2025-03-20 22:34 UTC 

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

[PATCH v3 1/1] PCI: Fix BAR resizing when VF BARs are assigned
 2025-03-20 21:45 UTC  (3+ messages)

[PATCH v6] PCI: Allow PCI bridges to go to D3Hot on all non-x86
 2025-03-20 21:38 UTC  (2+ messages)

[PATCH v3 2/3] PCI: vmd: Disable MSI remapping bypass under Xen
 2025-03-20 21:06 UTC  (2+ messages)

[PATCH RFC NOT TESTED] PCI: intel-gw: Use use_parent_dt_ranges and clean up intel_pcie_cpu_addr_fixup()
 2025-03-20 20:56 UTC  (2+ messages)

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

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-20 18:47 UTC  (5+ messages)
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence

[PATCH v3 5/8] PCI/AER: Introduce ratelimit for error logs
 2025-03-20 18:23 UTC  (4+ messages)

[PATCH] PCI/AER: Consolidate CXL and native AER reporting paths
 2025-03-20 18:17 UTC  (4+ messages)

[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
 2025-03-20 17:57 UTC  (6+ messages)

[pci:controller/dwc-cpu-addr-fixup] BUILD SUCCESS 757e87a91fabb73910bae44f1a1ada53ad6360a2
 2025-03-20 17:40 UTC 

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-20 15:18 UTC  (2+ messages)
` (subset) "

[PATCH v2] PCI: Declare quirk_huawei_pcie_sva() as pci_fixup_header
 2025-03-20 14:07 UTC  (3+ messages)
` [PATCH v3] "

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

[PATCH v6 0/6] PCI: VF resizable BAR
 2025-03-20 11:08 UTC  (7+ messages)
` [PATCH v6 1/6] PCI/IOV: Restore VF resizable BAR state after reset
` [PATCH v6 2/6] PCI: Add a helper to convert between VF BAR number and IOV resource
` [PATCH v6 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource()
` [PATCH v6 4/6] PCI/IOV: Check that VF BAR fits within the reservation
` [PATCH v6 5/6] PCI: Allow drivers to control VF BAR size
` [PATCH v6 6/6] drm/xe/pf: Set VF LMEM "

[PATCH 1/1] genirq/msi: Dynamic remove/add stroage adapter hits EEH
 2025-03-20  8:48 UTC  (2+ messages)

[PATCH RFC NOT TESTED] PCI: intel-gw: Use use_parent_dt_ranges and clean up intel_pcie_cpu_addr_fixup()
 2025-03-20  2:44 UTC  (3+ messages)

[pci:controller/vmd] BUILD SUCCESS 18056a48669a040bef491e63b25896561ee14d90
 2025-03-20  2:42 UTC 

[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-03-20  2:26 UTC  (7+ messages)

[PATCH v5 07/17] rust: pci: refactor to use `&raw [const|mut]`
 2025-03-20  2:07 UTC 

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-19 21:52 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v8 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 04/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v8 05/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v8 06/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v8 07/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v8 09/13] arm64: dts: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v8 10/13] arm64: dts: Add overlay for RP1 device
` [PATCH v8 11/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v8 12/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v8 13/13] arm64: defconfig: Enable OF_OVERLAY option

[PATCH] PCI: dwc: PCIE_AMD_MDB should depend on ARM64
 2025-03-19 21:47 UTC  (2+ messages)

PCI: hotplug_event: PCIe PLDA Device BAR Reset
 2025-03-19 21:41 UTC  (2+ messages)

[patch V4 00/14] genirq/msi: Spring cleaning
 2025-03-19 20:40 UTC  (5+ messages)
` [patch V4 01/14] cleanup: Provide retain_ptr()
` [patch V4 13/14] scsi: ufs: qcom: Remove the MSI descriptor abuse

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-19 20:20 UTC  (11+ messages)
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH v5 6/6] rust: use strict provenance APIs
 2025-03-19 20:03 UTC  (10+ messages)

[PATCH 1/2] rust: pci: require Send for Driver trait implementers
 2025-03-19 17:55 UTC  (4+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-19 17:40 UTC  (11+ messages)
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd


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