public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 08:06:41 to 2026-03-27 20:20:58 UTC [more...]

[PATCH v6 phy-next 00/28] Split Generic PHY consumer and provider
 2026-03-27 20:20 UTC  (31+ messages)
` [PATCH v6 phy-next 01/28] ata: add <linux/pm_runtime.h> where missing
` [PATCH v6 phy-next 02/28] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v6 phy-next 03/28] usb: add "
` [PATCH v6 phy-next 04/28] drm: add <linux/pm_runtime.h> where missing
` [PATCH v6 phy-next 05/28] phy: "
` [PATCH v6 phy-next 06/28] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v6 phy-next 07/28] net: lan969x: include missing <linux/of.h>
` [PATCH v6 phy-next 08/28] PCI: Remove device links to PHY
` [PATCH v6 phy-next 09/28] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v6 phy-next 10/28] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v6 phy-next 11/28] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v6 phy-next 12/28] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v6 phy-next 13/28] usb: host: tegra: "
` [PATCH v6 phy-next 14/28] usb: gadget: tegra-xudc: "
` [PATCH v6 phy-next 15/28] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v6 phy-next 16/28] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v6 phy-next 17/28] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v6 phy-next 18/28] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v6 phy-next 19/28] drm/rockchip: dsi: include PHY provider header
` [PATCH v6 phy-next 20/28] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v6 phy-next 21/28] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v6 phy-next 22/28] net: renesas: rswitch: "
` [PATCH v6 phy-next 23/28] pinctrl: tegra-xusb: "
` [PATCH v6 phy-next 24/28] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v6 phy-next 25/28] phy: include PHY provider header (1/2)
` [PATCH v6 phy-next 26/28] phy: include PHY provider header (2/2)
` [PATCH v6 phy-next 27/28] phy: remove temporary provider compatibility from consumer header
` [PATCH v6 phy-next 28/28] MAINTAINERS: add regexes for linux-phy

[REGRESSION] linux-pci/next: (build) ignoring return value of ‘vga_get_uninterruptible’ declared with a
 2026-03-27 17:59 UTC 

[REGRESSION] linux-pci/next: (build) ignoring return value of function declared with 'warn_unused_resul
 2026-03-27 17:59 UTC 

[BUG] Apple Mac mini 2018 + Thunderbolt 3 eGPU: PCI bridge window / BAR allocation failure prevents NVIDIA and AMD GPUs from initializing
 2026-03-27 17:54 UTC  (2+ messages)
` [WARNING: UNSCANNABLE EXTRACTION FAILED][BUG] "

[REGRESSION] PCI: Revert "Enable ACS after configuring IOMMU for OF platforms"
 2026-03-27 17:48 UTC  (2+ messages)

[BUG] Thunderbolt runtime resume during PCIe removal causes IRQ warning and shutdown failure
 2026-03-27 17:28 UTC  (4+ messages)
  ` AW: "

[PATCH v9 0/5] PCI: of: Remove max-link-speed generation validation
 2026-03-27 16:42 UTC  (8+ messages)
` [PATCH v9 1/5] PCI: Add pcie_get_link_speed() helper for safe array access

[pci:controller/dwc-imx6] BUILD SUCCESS 180ea823bb45eb71dd5ed0dc0b78633accd21096
 2026-03-27 16:35 UTC 

[PATCH v12 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-27 16:31 UTC  (9+ messages)
` [PATCH v12 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v12 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v12 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v12 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v12 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v12 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v12 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-03-27 16:01 UTC  (32+ messages)
` [PATCH v2 01/31] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v2 02/31] x86/virt/tdx: Move bit definitions of TDX_FEATURES0 to public header
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v2 04/31] x86/virt/tdx: Support allocating contiguous pages for tdx_page_array
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v2 06/31] x86/virt/tdx: Read global metadata for TDX Module Extensions/Connect
` [PATCH v2 07/31] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 09/31] x86/virt/tdx: Move tdx_clflush_page() up in the file
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 11/31] x86/virt/tdx: Make TDX Module initialize Extensions
` [PATCH v2 12/31] x86/virt/tdx: Enable the Extensions after basic TDX Module init
` [PATCH v2 13/31] x86/virt/tdx: Extend tdx_clflush_page() to handle compound pages
` [PATCH v2 14/31] PCI/TSM: Report active IDE streams per host bridge
` [PATCH v2 15/31] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v2 16/31] coco/tdx-host: Support Link TSM for TDX host
` [PATCH v2 17/31] acpi: Add KEYP support to fw_table parsing
` [PATCH v2 18/31] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v2 19/31] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
` [PATCH v2 21/31] x86/virt/tdx: Add SEAMCALL wrappers for trusted IOMMU setup and clear
` [PATCH v2 22/31] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [PATCH v2 23/31] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [PATCH v2 24/31] coco/tdx-host: Add a helper to exchange SPDM messages through DOE
` [PATCH v2 25/31] x86/virt/tdx: Add SEAMCALL wrappers for SPDM management
` [PATCH v2 26/31] mm: Add __free() support for __free_page()
` [PATCH v2 27/31] coco/tdx-host: Implement SPDM session setup
` [PATCH v2 28/31] coco/tdx-host: Parse ACPI KEYP table to init IDE for PCI host bridges
` [PATCH v2 29/31] x86/virt/tdx: Add SEAMCALL wrappers for IDE stream management
` [PATCH v2 30/31] coco/tdx-host: Implement IDE stream setup/teardown
` [PATCH v2 31/31] coco/tdx-host: Finally enable SPDM session and IDE Establishment

[PATCH v2] PCI: imx6: Don't remove MSI capability For i.MX7D/i.MX8M
 2026-03-27 16:22 UTC  (4+ messages)

[PATCH v1 1/1] arm64: dts: qcom: hamoa: Move PCIe PERST and Wake GPIOs to port nodes
 2026-03-27 16:02 UTC  (3+ messages)

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-27 14:53 UTC  (5+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[GIT PULL] PCI fixes for v7.0
 2026-03-27 14:36 UTC 

[pci:controller/max-link-speed] BUILD SUCCESS c8b610341914cb62899e31b41f724b5c4831a645
 2026-03-27 14:31 UTC 

ReBAR over Thunderbolt
 2026-03-27 14:00 UTC  (3+ messages)

[PATCH v2 0/2] PCI: dwc: Add multi-port controller support
 2026-03-27 14:04 UTC  (3+ messages)

[pci:endpoint] BUILD SUCCESS 185596ad93f545bcab2fea0dad6420c0c3cb386f
 2026-03-27 12:45 UTC 

[PATCH v2 00/19] PCI/TSM: TEE I/O infrastructure
 2026-03-27 11:49 UTC  (10+ messages)
` [PATCH v2 09/19] PCI/TSM: Support creating encrypted MMIO descriptors via TDISP Report
` [PATCH v2 16/19] samples/devsec: Introduce a "Device Security TSM" sample driver

[PATCH 0/5] PCI: intel-gw: Fixes to make the driver working again
 2026-03-27 11:44 UTC  (14+ messages)
` [PATCH 1/5] PCI: intel-gw: Move interrupt enable to own function
` [PATCH 2/5] PCI: intel-gw: Enable clock before phy init
` [PATCH 3/5] PCI: intel-gw: Add start_link callback function
` [PATCH 4/5] PCI: intel-gw: Remove atu base assignment

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-27 11:28 UTC  (9+ messages)
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state

[PATCH v3] PCI: pciehp: Fix hotplug on Catlow Lake with unreliable PME status
 2026-03-27 11:16 UTC  (7+ messages)

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-27 10:28 UTC  (5+ messages)
` [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align

[PATCH 1/8] rust: io: generalize `MmioRaw` to pointer to arbitrary type
 2026-03-27 10:11 UTC  (11+ messages)
  ` [PATCH 2/8] rust: io: generalize `Mmio` "
  ` [PATCH 3/8] rust: io: use pointer types instead of address

[PATCH] PCI/AER: Stop ruling out unbound devices as error source
 2026-03-27  9:56 UTC 

[PATCH v11 2/3] of: Factor arguments passed to of_map_id() into a struct
 2026-03-27  9:35 UTC  (3+ messages)

[pci:resource] BUILD SUCCESS b1af673596e9a46537fcd12ec7e49428d438cf5c
 2026-03-27  9:04 UTC 

[pci:controller/cadence-sky1] BUILD SUCCESS 99d986686331ba3fd58dffb312e282d2bf81ee72
 2026-03-27  8:34 UTC 

[pci:controller/dwc-qcom] BUILD SUCCESS 33a76fc3c3e61386524479b99f35423bd3d9a895
 2026-03-27  8:29 UTC 

[pci:controller/dwc] BUILD SUCCESS 698dab284b9d1c8aace73af8aaf0cfb74fc8ce92
 2026-03-27  8:25 UTC 

[PATCH v2 0/2] PCI/sg2042: Avoid L0s and L1 on Sophgo 2042 PCIe Root Ports
 2026-03-27  8:19 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: sg2042: "

[PATCH 6/8] ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
 2026-03-27  8:10 UTC 

[PATCH] PCI: Skip devices with RRS Vendor ID(0x0001) on root bus
 2026-03-27  7:36 UTC 

[RFC v2 0/2] Retrieve tph from dmabuf for PCIe P2P memory access
 2026-03-26 22:55 UTC  (5+ messages)
` [RFC v2 1/2] vfio: add callback to get tph info for dmabuf

[PATCH v1] PCI: Remove MPS/MRRS Kconfig settings
 2026-03-26 22:13 UTC 

[PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-03-26 21:51 UTC  (3+ messages)

[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-26 21:39 UTC  (3+ messages)

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2026-03-26 21:04 UTC  (2+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-26 20:43 UTC  (2+ messages)

[PATCH v2 1/1] PCI: Prevent shrinking bridge window from its required size
 2026-03-26 20:04 UTC  (2+ messages)

[PATCH] PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining
 2026-03-26 19:52 UTC  (4+ messages)

[PATCH v2 03/19] device core: Introduce confidential device acceptance
 2026-03-26 19:28 UTC  (14+ messages)

[PATCH] PCI: sky1: Use boolean true for is_rc field
 2026-03-26 18:11 UTC  (2+ messages)

[PATCH 05/12] PCI: use generic driver_override infrastructure
 2026-03-26 18:08 UTC  (2+ messages)

[PATCH] PCI: qcom: Advertise hotplug with no command completion support
 2026-03-26 18:06 UTC  (8+ messages)

[Bug 221137] New: [BUG] PCI: vmd: Missing Mode 3 (Dynamic Bus Offset) support for Intel Arrow Lake-S (0x09ab)
 2026-03-26 17:52 UTC  (3+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-26 17:38 UTC  (5+ messages)
` [PATCH 09/12] s390/cio: use generic driver_override infrastructure

[PATCH v3] PCI: dwc: Add PCIe event counters for groups 5 to 7 in DWC debugfs
 2026-03-26 17:23 UTC  (2+ messages)

[PATCH v2 0/3] NTB: Allow drivers to provide DMA mapping device
 2026-03-26 17:19 UTC  (2+ messages)

[PATCH] PCI: imx6: Separate PERST# assertion from core reset functions
 2026-03-26 17:13 UTC  (2+ messages)

[PATCH V2] PCI: imx6: Change imx_pcie_deassert_core_reset() to return void
 2026-03-26 17:10 UTC  (2+ messages)

[PATCH 1/2] PCI: endpoint: Print the EPF name in the error log of pci_epf_make()
 2026-03-26 17:08 UTC  (5+ messages)
` [PATCH 2/2] PCI: endpoint: Improve error messages

[PATCH v1] PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SX
 2026-03-26 16:53 UTC  (2+ messages)

[PATCH v6 1/2] PCI: AtomicOps: Do not enable without support in root complex
 2026-03-26 16:40 UTC  (3+ messages)

Clear CLKREQ# override breaks functionality
 2026-03-26 15:52 UTC  (3+ messages)

[PATCH v11 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-26 15:11 UTC  (7+ messages)
` [PATCH v11 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v11 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v10 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-26 14:38 UTC  (12+ messages)
` [PATCH v10 7/7] "

[PATCH v3 0/6] PCI: tegra: Add Tegra264 support
 2026-03-26 13:58 UTC  (7+ messages)
` [PATCH v3 1/6] soc/tegra: Update BPMP ABI header
` [PATCH v3 2/6] firmware: tegra: bpmp: Add tegra_bpmp_get_with_id() function
` [PATCH v3 3/6] dt-bindings: pci: Document the NVIDIA Tegra264 PCIe controller
` [PATCH v3 4/6] PCI: Use standard wait times for PCIe link monitoring
` [PATCH v3 5/6] PCI: tegra: Add Tegra264 support
` [PATCH v3 6/6] arm64: tegra: Add PCI controllers on Tegra264

[PATCH v2] PCI: Use standard wait times for PCIe link monitoring
 2026-03-26 13:58 UTC  (2+ messages)

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

[PATCH v3 0/3] Enable MSI affinity support for dwc PCI
 2026-03-26 12:52 UTC  (14+ messages)
` [PATCH v3 3/3] PCI: dwc: Enable MSI affinity support

[PATCH v2 0/5] PCI: tegra: Add Tegra264 support
 2026-03-26 10:45 UTC  (7+ messages)
` [PATCH v2 2/5] firmware: tegra: bpmp: Add tegra_bpmp_get_with_id() function
` [PATCH v2 4/5] PCI: tegra: Add Tegra264 support

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-03-26 10:33 UTC  (3+ messages)
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering

[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-26  8:54 UTC  (5+ messages)
` [PATCH v7 5/8] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v7 7/8] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors

[PATCH v11 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-03-26  8:35 UTC  (3+ messages)
` [PATCH v11 1/2] PCI/IOV: Make pci_lock_rescan_remove() reentrant and protect sriov_add_vfs/sriov_del_vfs
` [PATCH v11 2/2] PCI: Fix AB-BA deadlock between device_lock and pci_rescan_remove_lock in remove_store


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