Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-06 16:45:45 to 2026-05-07 18:27:03 UTC [more...]

[PATCH v17 00/11] Enable CXL PCIe Port Protocol Error handling and logging
 2026-05-07 18:26 UTC  (20+ messages)
` [PATCH v17 01/11] PCI/AER: Introduce AER-CXL Kfifo
` [PATCH v17 02/11] cxl/ras: Unify Endpoint and Port AER trace events
` [PATCH v17 04/11] cxl: Rename find_cxl_port() to find_cxl_port_by_dport()
` [PATCH v17 05/11] cxl: Limit CXL-CPER kfifo registration functions scope
` [PATCH v17 06/11] PCI: Establish common CXL Port protocol error flow
` [PATCH v17 09/11] cxl: Update Endpoint AER uncorrectable handler
` [PATCH v17 10/11] PCI/CXL: Mask/Unmask CXL protocol errors
` [PATCH v17 11/11] Documentation: cxl: Document CXL protocol error handling

[PATCH v5 0/7] PCI: intel-gw: Fixes to make the driver working again
 2026-05-07 17:10 UTC  (2+ messages)

[PATCH v8 RESEND] Introduce Cray ClusterStor E1000 NVMe slot LED driver
 2026-05-07 16:54 UTC  (4+ messages)

[PATCH 00/12] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-05-07 16:10 UTC  (9+ messages)
` [PATCH 01/12] power: sequencing: Introduce an API to check whether the pwrseq is fixed or controllable
` [PATCH 12/12] Bluetooth: hci_qca: Fix the broken BT_EN GPIO detection for Qcom WCN devices

[PATCH v2 0/9] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-05-07 16:06 UTC  (10+ messages)
` [PATCH v2 1/9] power: sequencing: pcie-m2: Fix inconsistent function prefixes
` [PATCH v2 2/9] power: sequencing: pcie-m2: Allow creating serdev for multiple PCI devices
` [PATCH v2 3/9] power: sequencing: pcie-m2: Improve PCI device ID check
` [PATCH v2 4/9] power: sequencing: pcie-m2: Create serdev for PCI devices present before probe
` [PATCH v2 5/9] power: sequencing: pcie-m2: Create BT node based on the pci_device_id[] table
` [PATCH v2 6/9] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v2 7/9] Bluetooth: hci_qca: Rename 'power_ctrl_enabled' to 'bt_en_available'
` [PATCH v2 8/9] power: sequencing: Add an API to return the pwrseq device's 'dev' pointer
` [PATCH v2 9/9] Bluetooth: hci_qca: Set 'bt_en_available' based on W_DISABLE2# presence in M.2 connector

[PATCH v3 0/2] AMD Promontory 21 xHCI temperature hwmon support
 2026-05-07 15:53 UTC  (6+ messages)
` [PATCH v3 1/2] usb: xhci-pci: add generic auxiliary device interface
` [PATCH v3 2/2] hwmon: add AMD Promontory 21 xHCI temperature sensor support

[PATCH v8 phy-next 01/31] PCI: cadence: Preserve all error codes in cdns_plat_pcie_probe()
 2026-05-07 15:50 UTC  (3+ messages)

[PATCH v8 phy-next 09/31] PCI: Remove device links to PHY
 2026-05-07 15:47 UTC  (3+ messages)

[PATCH] PCI: cadence: Use cdns_pcie_find_capability() to get PCIe Cap offset in host driver
 2026-05-07 15:32 UTC  (7+ messages)

[pci:enumeration] BUILD SUCCESS 64d63fd28177abd1bbc3133610771aa15c22c223
 2026-05-07 15:26 UTC 

[PATCH] PCI: Add D3cold reset quirk for devices with broken/missing FLR
 2026-05-07 15:25 UTC  (2+ messages)

[PATCH v7 0/3] PCI: Refactor PCIe speed validation and conversion functions
 2026-05-07 14:47 UTC  (2+ messages)

[PATCH] PCI: qcom: Restrict PERST# parsing to PCI bridge nodes
 2026-05-07 14:18 UTC 

[pci:for-linus] BUILD SUCCESS cede9116c5e1572d38b9d357f35556d480867822
 2026-05-07 13:50 UTC 

[PATCH v7 0/6] PCI: Add support for ACS Enhanced Capability
 2026-05-07 13:45 UTC  (5+ messages)
` [PATCH v7 2/6] Documentation/kernel-parameters: Add multi-device config_acs example

[PATCH v6 0/6] PCI: Add support for ACS Enhanced Capability
 2026-05-07 13:33 UTC  (4+ messages)
` [PATCH v6 3/6] PCI: Consolidate delimiter handling into pci_dev_str_match()

[PATCH] usb: xhci: add AMD PROM21 xHCI hwmon support for temperature monitoring
 2026-05-07 13:24 UTC  (19+ messages)
` [PATCH v2 0/2] AMD PROM21 xHCI temperature hwmon support
  ` [PATCH v2 1/2] usb: xhci-pci: add generic auxiliary device interface
  ` [PATCH v2 2/2] hwmon: add initial support for AMD PROM21 xHCI temperature sensor

[PATCH v7 0/6] vfio/pci: Add PCIe TPH support
 2026-05-07 13:09 UTC  (7+ messages)
` [PATCH v7 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v7 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v7 3/6] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v7 4/6] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v7 5/6] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v7 6/6] vfio/pci: Add PCIe TPH SET_ST interface

[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-07 12:50 UTC  (30+ messages)
` [PATCH v2 01/25] rust: driver core: drop drvdata before devres release
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 05/25] rust: pci: implement Sync for Device<Bound>
` [PATCH v2 06/25] rust: platform: "
` [PATCH v2 07/25] rust: auxiliary: "
` [PATCH v2 08/25] rust: usb: "
` [PATCH v2 09/25] rust: device: "
` [PATCH v2 10/25] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-05-07 10:25 UTC  (2+ messages)

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-05-07  9:27 UTC  (5+ messages)
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering

[PATCH 0/2] PCI: Allow disabling port services on broken root ports
 2026-05-07  8:52 UTC  (9+ messages)
` [PATCH 2/2] PCI: Add quirk to disable PCIe port services on Sophgo SG2042

[PATCH v2] PCI: brcmstb: Assign pcie->gen from of_pci_get_max_link_speed()
 2026-05-07  8:48 UTC  (6+ messages)

[PATCH v3 0/3] Add root port reset to support link recovery
 2026-05-07  8:04 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts

[PATCH v8 phy-next 30/31] phy: remove temporary provider compatibility from consumer header
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 21/31] drm/rockchip: dsi: include PHY provider header
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 24/31] net: renesas: rswitch: include PHY provider header
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 17/31] usb: gadget: tegra-xudc: avoid direct dereference of phy->dev.of_node
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 16/31] usb: host: tegra: avoid direct dereference of phy->dev.of_node
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 13/31] scsi: ufs: qcom: keep separate track of PHY power state
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 12/31] scsi: ufs: qcom: make use of QMP PHY dynamic gear switching ability
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 11/31] scsi: ufs: qcom: call phy_init() before phy_power_on()
 2026-05-07  8:00 UTC  (2+ messages)

[PATCH v8 phy-next 10/31] scsi: ufs: exynos: use dedicated API for updating PHY bus width
 2026-05-07  7:59 UTC  (2+ messages)

[PATCH v8 phy-next 02/31] ata: add <linux/pm_runtime.h> where missing
 2026-05-07  7:59 UTC  (2+ messages)

[REGRESSION] amdgpu fails to load eGPU after 6.19
 2026-05-07  6:14 UTC  (3+ messages)

[PATCH] PCI: pciehp: Disable link and turn off slot power while removing
 2026-05-07  5:03 UTC  (6+ messages)

[PATCH] PCI/ASPM: Don't reconfigure ASPM entering low-power state
 2026-05-07  2:51 UTC  (4+ messages)

[PATCH v2] usb: cdnsp: Add support for device-only configuration
 2026-05-07  1:05 UTC  (4+ messages)

[pci:controller/dwc-imx6] BUILD SUCCESS 5a8c573879379eed867d279f7437dd4e3aebbb7f
 2026-05-06 23:56 UTC 

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-06 23:31 UTC  (17+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v4 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v4 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH 9/9] soc/tegra: pmc: Move legacy code behind CONFIG_ARM guard
 2026-05-06 22:37 UTC  (2+ messages)

[PATCH v2 0/3] PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining
 2026-05-06 22:30 UTC  (2+ messages)

[PATCH v2 0/8] PCI: Add common helper for 100 ms delay after link training
 2026-05-06 22:28 UTC  (9+ messages)
` [PATCH v2 4/8] PCI: j721e: Set max_link_speed to enable 100 ms delay after link up
` [PATCH v2 8/8] PCI: rzg3s-host: Add 100 ms delay after link training

[PATCH v14 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-05-06 22:19 UTC  (2+ messages)

[PATCH v2 7/8] PCI: mediatek-gen3: Add 100 ms delay after link training
 2026-05-06 22:14 UTC  (2+ messages)

[PATCH v2] PCI: Init temporary pci device in new_id_store()
 2026-05-06 22:01 UTC  (2+ messages)

[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
 2026-05-06 21:58 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()

[PATCH v7 6/6] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()
 2026-05-06 21:57 UTC  (2+ messages)

[PATCH v2 6/8] PCI: aardvark: Add 100 ms delay after link training
 2026-05-06 21:48 UTC  (2+ messages)

[PATCH 7/9] soc/tegra: pmc: Create PMC context dynamically
 2026-05-06 21:40 UTC  (2+ messages)

[PATCH v7 5/6] PCI: Enable the enhanced ACS controls introduced by PCI_ACS_ECAP
 2026-05-06 21:32 UTC  (2+ messages)

[PATCH 4/5] PCI: Enable async shutdown support
 2026-05-06 21:24 UTC  (4+ messages)

[PATCH v7 4/6] PCI: Refactor disable_acs_redir and config_acs param handling
 2026-05-06 21:07 UTC  (2+ messages)

[PATCH v2 3/8] PCI: cadence: HPA: Add 100 ms delay after link training
 2026-05-06 21:05 UTC  (2+ messages)

[PATCH 5/9] PCI: tegra: Explicitly specify PMC instance to use
 2026-05-06 20:55 UTC  (2+ messages)

[PATCH 3/9] drm/tegra: Explicitly specify PMC instance to use
 2026-05-06 20:41 UTC  (2+ messages)

[PATCH v2 2/8] PCI: cadence: LGA: Add max_link_speed field and 100 ms delay after link training
 2026-05-06 20:39 UTC  (2+ messages)

[PATCH v7 3/6] PCI: Consolidate delimiter handling into pci_dev_str_match()
 2026-05-06 20:37 UTC  (2+ messages)

[PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
 2026-05-06 20:30 UTC  (3+ messages)

[PATCH v6 6/6] vfio/pci: Add PCIe TPH SET_ST interface
 2026-05-06 20:22 UTC  (2+ messages)

[PATCH v2 1/8] PCI: Add pcie_wait_after_link_train() helper
 2026-05-06 20:18 UTC  (2+ messages)

[PATCH v7 1/6] PCI: Validate ACS enable flags against device-specific ACS capabilities
 2026-05-06 20:01 UTC  (2+ messages)

[PATCH v6 5/6] vfio/pci: Add PCIe TPH GET_ST interface
 2026-05-06 19:57 UTC  (2+ messages)

[PATCH v6 4/6] vfio/pci: Add PCIe TPH enable/disable support
 2026-05-06 19:21 UTC  (2+ messages)

Regression fyi: pci usb3 card in 32bit P4 s478 stopped working
 2026-05-06 19:19 UTC  (3+ messages)

[PATCH v6 3/6] vfio/pci: Add PCIe TPH interface with capability query
 2026-05-06 18:48 UTC  (2+ messages)

[PATCH v2 0/2] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-06 18:23 UTC  (7+ messages)
` [PATCH v2 1/2] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
` [PATCH v2 2/2] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH 00/11] PCI: pci_resource_alignment() improvement + cleanups
 2026-05-06 18:14 UTC  (2+ messages)

[PATCH v6 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
 2026-05-06 17:48 UTC  (2+ messages)

[PATCH v1 0/4] PCI: dwc: Drop or replace unused linux/gpio.h
 2026-05-06 17:23 UTC  (2+ messages)

[PATCH v15 0/7] Error recovery for vfio-pci devices on s390x
 2026-05-06 17:20 UTC  (4+ messages)
` [PATCH v15 4/7] s390/pci: Store PCI error information for passthrough devices

[PATCH 0/5] Add PCIe support for RZ/V2N and RZ/V2H(P) SoCs
 2026-05-06 16:56 UTC  (12+ messages)
` [PATCH 5/5] PCI: rzg3s-host: Add support for RZ/V2H(P) SoC


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