Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-09-17 12:16:22 to 2025-09-19 22:57:17 UTC [more...]

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-19 22:56 UTC  (7+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions

[PATCH 0/6] Introduce SpacemiT K1 PCIe phy and host controller
 2025-09-19 22:10 UTC  (7+ messages)
` [PATCH 3/6] dt-bindings: phy: spacemit: introduce PCIe root complex
` [PATCH 5/6] PCI: spacemit: introduce SpacemiT PCIe host driver

[PATCH] rust: io: use const generics for read/write offsets
 2025-09-19 20:56 UTC  (7+ messages)

[PATCH resend v6 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-09-19 20:29 UTC  (9+ messages)
` [PATCH resend v6 04/10] PCI/TSM: Authenticate devices via platform TSM

[PATCH v2 00/10] PCI: Keystone: Enable loadable module support
 2025-09-19 18:40 UTC  (11+ messages)
` [PATCH v2 04/10] PCI: dwc: ep: Export dw_pcie_ep_raise_msix_irq() for pci-keystone
` [PATCH v2 05/10] PCI: keystone: Add ks_pcie_free_msi_irq() helper for cleanup
` [PATCH v2 06/10] PCI: keystone: Add ks_pcie_free_intx_irq() "
` [PATCH v2 09/10] PCI: keystone: Exit ks_pcie_probe() for the default switch-case of "mode"
` [PATCH v2 10/10] PCI: keystone: Add support to build as a loadable module

[PATCH 0/3] PM: runtime: New class macros for auto-cleanup
 2025-09-19 18:39 UTC  (7+ messages)
` [PATCH 1/3] PM: runtime: Define class helpers for automatic PM runtime cleanup
` [PATCH 2/3] PCI: Use PM runtime class macro for the auto cleanup
` [PATCH 3/3] PM: runtime: Drop unused pm_runtime_free __free() definition

[PATCH 0/4 v2] PCI: s32g: Add support for PCIe controller
 2025-09-19 18:37 UTC  (8+ messages)
` [PATCH 1/3 v2] dt-bindings: PCI: s32g: Add NXP "
` [PATCH 2/3 v2] PCI: s32g: Add initial PCIe support (RC)
  ` [External] : "
` [PATCH 3/3 v2] MAINTAINERS: Add MAINTAINER for NXP S32G PCIe driver

[PATCH v3 0/7] Add PCIe support to Sophgo SG2042 SoC
 2025-09-19 18:24 UTC  (2+ messages)
` (subset) "

[PATCH v3 01/10] PCI: Avoid saving error values for config space
 2025-09-19 18:17 UTC  (3+ messages)

[PATCH 5/6] PCI: spacemit: introduce SpacemiT PCIe host driver
 2025-09-19 18:06 UTC  (3+ messages)

How are iommu-mappings set up in guest-OS for dma_alloc_coherent
 2025-09-19 16:41 UTC  (2+ messages)

[PATCH v1 0/3] PM: runtime: Auto-cleanup macros for pm_runtime_resume_and_get()
 2025-09-19 16:40 UTC  (4+ messages)
` [PATCH v1 1/3] PM: runtime: Add auto-cleanup "
` [PATCH v1 2/3] PCI/sysfs: Use PM runtime class macro for auto cleanup in reset_method_store()
` [PATCH v1 3/3] PM: runtime: Drop DEFINE_FREE() for pm_runtime_put

[PATCH] PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
 2025-09-19 15:23 UTC 

[PATCH] dt-bindings: PCI: qcom,pcie-x1e80100: Set clocks minItems for the fifth Glymur PCIe Controller
 2025-09-19 14:23 UTC 

[RFC PATCH 00/27] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-09-19 14:22 UTC  (28+ messages)
` [RFC PATCH 01/27] coco/tdx-host: Introduce a "tdx_host" device
` [RFC PATCH 02/27] x86/virt/tdx: Move bit definitions of TDX_FEATURES0 to public header
` [RFC PATCH 03/27] coco/tdx-host: Support Link TSM for TDX host
` [RFC PATCH 04/27] x86/virt/tdx: Move tdx_errno.h from KVM to public place
` [RFC PATCH 05/27] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [RFC PATCH 06/27] x86/virt/tdx: Add SEAMCALL wrappers for TDH.EXT.MEM.ADD and TDH.EXT.INIT
` [RFC PATCH 07/27] TODO: x86/virt/tdx: Read TDX global metadata for TDX Module Extensions
` [RFC PATCH 08/27] x86/virt/tdx: Add tdx_enable_ext() to enable of "
` [RFC PATCH 09/27] ACPICA: Add KEYP table definitions
` [RFC PATCH 10/27] acpi: Add KEYP support to fw_table parsing
` [RFC PATCH 11/27] acpi: Add KEYP Key Configuration Unit parsing
` [RFC PATCH 12/27] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [RFC PATCH 13/27] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [RFC PATCH 14/27] TODO: x86/virt/tdx: Read TDX Connect global metadata for TDX Connect
` [RFC PATCH 15/27] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [RFC PATCH 16/27] x86/virt/tdx: Add SEAMCALL wrappers for trusted IOMMU setup and clear
` [RFC PATCH 17/27] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [RFC PATCH 18/27] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [RFC PATCH 19/27] coco/tdx-host: Add a helper to exchange SPDM messages through DOE
` [RFC PATCH 20/27] coco/tdx-host: Add connect()/disconnect() handlers prototype
` [RFC PATCH 21/27] x86/virt/tdx: Add SEAMCALL wrappers for SPDM management
` [RFC PATCH 22/27] coco/tdx-host: Implement SPDM session setup
` [RFC PATCH 23/27] PCI: iov: Export pci_iov_virtfn_bus()
` [RFC PATCH 24/27] PCI/IDE: Add helpers for RID/Addr Association Registers setup
` [RFC PATCH 25/27] PCI/IDE: Export pci_ide_domain()
` [RFC PATCH 26/27] x86/virt/tdx: Add SEAMCALL wrappers for IDE stream management
` [RFC PATCH 27/27] coco/tdx-host: Implement IDE stream setup/teardown

[PATCH v3] PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertion
 2025-09-19 14:21 UTC  (3+ messages)

[PATCH v2] PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertion
 2025-09-19 13:30 UTC  (4+ messages)

[PATCH] PCI: tegra194: Reset BARs when running in PCIe endpoint mode
 2025-09-19 13:16 UTC 

[PATCH v4 1/5] PCI/P2PDMA: Don't enforce ACS check for device functions of Intel GPUs
 2025-09-19 12:29 UTC  (6+ messages)

[PATCH v4 0/6] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-09-19  9:37 UTC  (13+ messages)
` [PATCH v4 2/6] PCI: rzg3s-host: Add Renesas RZ/G3S SoC host driver
  ` [PATCH] "
` [PATCH v4 4/6] arm64: dts: renesas: rzg3s-smarc-som: Update dma-ranges for PCIe

[PATCH v3 4/4] PCI: qcom: Allow pwrctrl core to control PERST# if 'reset-gpios' property is available
 2025-09-19  8:15 UTC  (3+ messages)

[PROBLEM] c5.metal on AWS fails to kexec after "PCI: Explicitly put devices into D0 when initializing"
 2025-09-19  5:02 UTC  (2+ messages)

[PATCH v2 0/2] Add driver support for Eswin EIC7700 SoC PCIe controller
 2025-09-19  4:41 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: eic7700: Add Eswin eic7700 PCIe host controller
    `  "

[PATCH] PCI/TPH: Skip Root Port completer check for RC_END devices
 2025-09-19  4:35 UTC  (3+ messages)

[PATCH v5 0/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-09-19  1:41 UTC  (6+ messages)
` [PATCH v5 3/3] "

[PATCH v9 0/2] add PCI hotplug and PCIe link tracepoint
 2025-09-19  1:40 UTC  (3+ messages)

[PATCH v7] PCI/PM: Skip resuming to D0 if device is disconnected
 2025-09-19  1:29 UTC  (4+ messages)

[PATCH v11 resend 1/1] PCI: microchip: fix outbound address translation tables
 2025-09-18 23:00 UTC  (2+ messages)

[PATCH] Documentation: pci: Use term requester ID as per standard
 2025-09-18 22:26 UTC  (2+ messages)

[PATCH] PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertion
 2025-09-18 21:41 UTC  (5+ messages)

[pci:next] BUILD SUCCESS dc72930fe22e0f752006ae9de919dc3e2f19e77f
 2025-09-18 21:34 UTC 

[PATCH 0/2] drm/xe: Fix some rebar issues
 2025-09-18 20:58 UTC  (3+ messages)
` [PATCH 1/2] PCI: Release BAR0 of an integrated bridge to allow GPU BAR resize
` [PATCH 2/2] drm/xe: Move rebar to be done earlier

[PATCH v13 0/5] pci: qcom: Add QCS8300 PCIe support
 2025-09-18 20:14 UTC  (3+ messages)

[pci:pm] BUILD SUCCESS ac180f42e5a831325e77d54fe5d4bf06e0c26430
 2025-09-18 19:50 UTC 

[pci:misc] BUILD SUCCESS cf6ee09b0913308729f9c38cfbcb8320c10fe5d5
 2025-09-18 18:07 UTC 

[PATCH v2 1/2] dt-bindings: PCI: eic7700: Add Eswin eic7700 PCIe host controller
 2025-09-18 17:13 UTC  (3+ messages)
`  "

[RFC v1 0/2] PCI: tegra: A couple of cleanups
 2025-09-18 16:46 UTC  (11+ messages)
` [RFC v1 1/2] PCI: tegra: Simplify clock handling by using clk_bulk*() functions
` [RFC v1 2/2] PCI: tegra: Use readl_poll_timeout() for link status polling

[PATCH v2 0/3] Add PCIe Gen2x1 controller support for RK3528
 2025-09-18 16:06 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: dwc: rockchip: Add RK3528 variant
` [PATCH v2 2/3] arm64: dts: rockchip: Add PCIe Gen2x1 controller for RK3528
` [PATCH v2 3/3] arm64: dts: rockchip: Enable PCIe controller on Radxa E20C

[PATCH 0/2] PCI: Fix ACS enablement for Root Ports in DT platforms
 2025-09-18 14:11 UTC  (2+ messages)

[PATCH 02/33] PCI: Protect against concurrent change of housekeeping cpumask
 2025-09-18 14:00 UTC  (2+ messages)

[PATCH v2 4/5] PCI: andes: Add Andes QiLai SoC PCIe host driver support
 2025-09-18 12:54 UTC  (5+ messages)

[PATCH v4 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2025-09-18 12:53 UTC  (3+ messages)
` [PATCH v4 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH v4 2/2] dmaengine: dw-edma: Add non-LL mode

[pci:controller/qcom] BUILD SUCCESS af8df709bf365f5583d31091280354e1ef0b201f
 2025-09-18 11:37 UTC 

[PATCH 1/4] dt-bindings: pcie: Add the NXP PCIe controller
 2025-09-18 11:27 UTC  (6+ messages)

PCIe tegra194 endpoint mode regulator question
 2025-09-18 10:47 UTC  (2+ messages)

[PATCH 0/4] pcie: s32g: Add support for PCIe controller
 2025-09-18  5:55 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: pcie: Add the NXP "

[PATCH v7 0/3] PCI: imx6: Add external reference clock mode support
 2025-09-18  3:25 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: PCI: dwc: Add external reference clock input
` [PATCH v7 2/3] dt-bindings: PCI: pci-imx6: "
` [PATCH v7 3/3] PCI: imx6: Add external reference clock input mode support

[PATCH] PCI: rcar-gen4: Fix inverted break condition in PHY initialization
 2025-09-18  3:16 UTC  (7+ messages)

[PATCH v2 2/2] PCI: imx6: Add a method to handle CLKREQ# override active low
 2025-09-18  3:04 UTC  (3+ messages)

[PATCH v6 2/3] dt-bindings: pci-imx6: Add one more external reference clock
 2025-09-17 22:17 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: PCI: dwc: Add one more reference clock
 2025-09-17 22:13 UTC  (2+ messages)

[PATCH v5 2/3] PCI/DPC: Run recovery on device that detected the error
 2025-09-17 22:01 UTC  (2+ messages)

[PATCH v2 0/5] Add support for Andes Qilai SoC PCIe controller
 2025-09-17 21:59 UTC  (4+ messages)
` [PATCH v2 2/5] dt-bindings: Add Andes QiLai PCIe support

[PATCH 0/7] PCI/TSM: TEE I/O infrastructure
 2025-09-17 21:30 UTC  (3+ messages)
` [PATCH 4/7] x86/ioremap, resource: Introduce IORES_DESC_ENCRYPTED for encrypted PCI MMIO

[PATCH v2 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
 2025-09-17 20:08 UTC  (2+ messages)

[PATCH v2 00/11] PCI: Resizable BAR improvements
 2025-09-17 19:11 UTC  (6+ messages)

[RFC PATCH] PCI: Add quirk to always map ivshmem as write-back
 2025-09-17 18:38 UTC  (4+ messages)

[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-17 17:50 UTC  (9+ messages)
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation

[PATCH 00/16] CXL.mem error isolation support
 2025-09-17 17:27 UTC  (19+ messages)
` [PATCH 01/16] cxl/regs: Add cxl_unmap_component_regs()
` [PATCH 03/16] PCI: PCIe portdrv: Add CXL Isolation service driver
` [PATCH 06/16] cxl/core: Enable CXL.mem isolation
` [PATCH 07/16] cxl/core: Set up isolation interrupts
` [PATCH 12/16] PCI: PCIe portdrv: Add cxl_isolation sysfs attributes
` [PATCH 13/16] cxl/core, PCI: PCIe portdrv: Add CXL timeout range programming

[pci:aer] BUILD SUCCESS 40103d2a42fe68f3aad77609b42451ee5c713f6e
 2025-09-17 17:10 UTC 

[pci:resource] BUILD SUCCESS 43b4f7cd064b2ae11742f33e2af195adae00c617
 2025-09-17 17:10 UTC 

[PATCH] PCI: endpoint: pci-epf-test: Fix sleeping function being called from atomic context
 2025-09-17 16:18 UTC 

[PATCH v8 1/1] PCI/sysfs: Expose PCI device serial number
 2025-09-17 15:54 UTC  (2+ messages)

[PATCH] genirq/manage: Reduce priority of forced secondary IRQ handler
 2025-09-17 14:56 UTC  (2+ messages)

[PATCH] PCI: rcar-gen4: Fix inverted break condition in PHY initialization
 2025-09-17 13:44 UTC  (4+ messages)

[PATCH RFC 00/13] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2025-09-17 13:34 UTC  (5+ messages)
` [PATCH RFC 08/13] dmaengine: sdxi: Context creation/removal, descriptor submission

[PATCH] PCI: tegra194: Handle errors in BPMP response
 2025-09-17 13:15 UTC  (2+ messages)

[PATCH] rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
 2025-09-17 13:09 UTC  (2+ messages)

[PATCH] rust: pci: fix incorrect platform reference in PCI driver probe doc comment
 2025-09-17 13:08 UTC  (2+ messages)

[PATCH 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2025-09-17 13:03 UTC  (3+ messages)

[RESEND PATCH v7 1/1] PCI/sysfs: Expose PCIe device serial number
 2025-09-17 12:17 UTC  (8+ messages)


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