public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-08 19:46:11 to 2025-11-11 08:05:12 UTC [more...]

[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-11  8:04 UTC  (35+ messages)
` [PATCH v1 01/23] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v1 02/23] ALSA: seq: Switch to use %ptSp
` [PATCH v1 03/23] ceph: "
` [PATCH v1 04/23] libceph: "
` [PATCH v1 05/23] dma-buf: "
` [PATCH v1 06/23] drm/amdgpu: "
` [PATCH v1 07/23] drm/msm: "
` [PATCH v1 08/23] drm/vblank: "
` [PATCH v1 09/23] drm/xe: "
` [PATCH v1 10/23] e1000e: "
` [PATCH v1 11/23] igb: "
` [PATCH v1 12/23] ipmi: "
` [PATCH v1 13/23] media: av7110: "
` [PATCH v1 14/23] media: v4l2-ioctl: "
` [PATCH v1 15/23] mmc: mmc_test: "
` [PATCH v1 16/23] net: dsa: sja1105: "
` [PATCH v1 17/23] PCI: epf-test: "
` [PATCH v1 18/23] pps: "
` [PATCH v1 19/23] ptp: ocp: "
` [PATCH v1 20/23] s390/dasd: "
` [PATCH v1 21/23] scsi: fnic: Switch to use %ptS
` [PATCH v1 22/23] scsi: snic: Switch to use %ptSp
` [PATCH v1 23/23] tracing: "

[PATCH v6 0/11] PCI: imx6: Add a method to handle CLKREQ# override
 2025-11-11  8:02 UTC  (4+ messages)
` [PATCH v6 01/11] arm64: dts: imx95-15x15-evk: Add supports-clkreq property to PCIe M.2 port

[PATCH v2 0/2] PCI/ASPM: Enable ASPM and Clock PM by default on devicetree platforms
 2025-11-11  7:40 UTC  (5+ messages)

[PATCH RESEND v6 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2025-11-11  7:05 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH RESEND v6 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-11  6:38 UTC  (7+ messages)
` [PATCH kernel 1/6] PCI/TSM: Add secure SPDM DOE mailbox
` [PATCH kernel 2/6] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel 3/6] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel 4/6] iommu/amd: Report SEV-TIO support
` [PATCH kernel 5/6] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH pciutils] ls-ecaps: Add XT and TEE-Limited support reporting
 2025-11-11  6:18 UTC  (2+ messages)

[PATCH v4] PCI/PTM: Enable PTM only if it advertises a role
 2025-11-11  6:10 UTC 

[PATCH v3] PCI/PTM: Do not enable PTM solely based on the capability existense
 2025-11-11  6:01 UTC  (3+ messages)

[RFC PATCH] PCI: fix concurrent pci_bus_add_device() execution during SR-IOV VF creation
 2025-11-11  5:49 UTC 

[PPC] Boot problems after the pci-v6.18-changes
 2025-11-11  5:15 UTC  (3+ messages)

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-11  5:12 UTC  (6+ messages)
` [PATCH v5 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v5 2/5] iommu: Tiny domain for iommu_setup_dma_ops()
` [PATCH v5 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v5 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v5 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH] arm64: dts: rockchip: align bindings to PCIe spec
 2025-11-11  5:06 UTC  (9+ messages)

[PATCH v5 0/2] Add driver support for Eswin EIC7700 SoC PCIe controller
 2025-11-11  3:49 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: eic7700: Add Eswin PCIe host controller
` [PATCH v5 2/2] PCI: eic7700: Add Eswin PCIe host controller driver
    `  "

[PATCH] PCI: dw-rockchip: Skip waiting for link up
 2025-11-11  3:17 UTC  (25+ messages)
            ` [RESEND] "

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2025-11-11  1:57 UTC  (7+ messages)

[PATCH v2 0/4] PCI/ASPM: Allow quirks to avoid L0s and L1
 2025-11-11  1:33 UTC  (6+ messages)
` [PATCH v2 1/4] PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overridden
` [PATCH v2 2/4] PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link states
` [PATCH v2 3/4] PCI/ASPM: Convert quirks "
` [PATCH v2 4/4] PCI/ASPM: Avoid L0s and L1 on Freescale Root Ports

[PATCH v6 RESEND 0/7] rust: pci: add config space read/write support
 2025-11-11  0:01 UTC  (9+ messages)
` [PATCH v6 RESEND 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v6 RESEND 2/7] rust: devres: "
` [PATCH v6 RESEND 3/7] rust: io: "
` [PATCH v6 RESEND 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 RESEND 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v6 RESEND 6/7] rust: pci: add config space read/write support
` [PATCH v6 RESNED 7/7] sample: rust: pci: add tests for config space routines

[PATCH v5 0/2] PCI: Add support for PCIe WAKE# interrupt
 2025-11-10 23:57 UTC  (3+ messages)
` [PATCH v5 2/2] "

[RFC PATCH 00/27] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-11-11  0:51 UTC  (7+ messages)
` [RFC PATCH 20/27] coco/tdx-host: Add connect()/disconnect() handlers prototype

[PATCH 1/9] PCI: Prevent resource tree corruption when BAR resize fails
 2025-11-10 22:59 UTC  (2+ messages)

[PATCH 8/9] drm/amdgpu: Remove driver side BAR release before resize
 2025-11-10 22:54 UTC  (2+ messages)

[PATCH 7/9] drm/i915: Remove driver side BAR release before resize
 2025-11-10 22:53 UTC  (2+ messages)

[PATCH v8 0/9] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-11-10 23:49 UTC  (14+ messages)
` [PATCH v8 4/9] PCI/TSM: Establish Secure Sessions and Link Encryption
` [PATCH v8 5/9] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v8 7/9] PCI/IDE: Add IDE establishment helpers
` [PATCH v8 8/9] PCI/IDE: Report available IDE streams
` [PATCH v8 9/9] PCI/TSM: Report active "

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-10 20:42 UTC  (7+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH v6 0/7] rust: pci: add config space read/write support
 2025-11-10 20:29 UTC  (8+ messages)
` [PATCH v6 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v6 2/7] rust: devres: "
` [PATCH v6 3/7] rust: io: "
` [PATCH v6 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v6 6/7] rust: pci: add config space read/write support
` [PATCH v6 7/7] sample: rust: pci: add tests for config space routines

[PATCH] PCI: pcie-altera: Set MPS to MPSS on Agilex 7 Root Ports
 2025-11-10 20:06 UTC  (2+ messages)

[PATCH] pci: endpoint: Add missing NULL check for alloc_workqueue()
 2025-11-10 19:51 UTC  (2+ messages)

[PATCH 0/4 v4] PCI: s32g: Add support for PCIe controller
 2025-11-10 19:30 UTC  (7+ messages)
` [PATCH 1/4 v4] dt-bindings: PCI: s32g: Add NXP "
` [PATCH 2/4 v4] PCI: dw: Add more registers and bitfield definition
` [PATCH 3/4 v4] PCI: s32g: Add initial PCIe support (RC)
` [PATCH 4/4 v4] MAINTAINERS: Add MAINTAINER for NXP S32G PCIe driver

[PATCH v8 0/5] PCI: dwc: Add ECAM support with iATU configuration
 2025-11-10 18:21 UTC  (4+ messages)
` (subset) "

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-11-10 17:04 UTC  (4+ messages)
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra

[PATCH v2 0/3] PCI: dwc: Check for device presence in suspend and resume
 2025-11-10 16:36 UTC  (6+ messages)
` [PATCH v2 1/3] PCI: host-common: Add an API to check for any device under the Root Ports
` [PATCH v2 3/3] PCI: dwc: Check for the device presence during suspend and resume

[PATCH v1 0/3] PM: runtime: Wrapper macros for usage counter guards
 2025-11-10 16:06 UTC  (4+ messages)
` [PATCH v1 1/3] PM: runtime: Wrapper macros for ACQUIRE()/ACQUIRE_ERR()

[PATCH v5 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-11-10 15:20 UTC  (6+ messages)
` [PATCH v5 5/7] PCI: spacemit: Add SpacemiT PCIe host driver

[PATCH 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2025-11-10 14:02 UTC  (4+ messages)
` [PATCH 1/2] PCI: AtomicOps: Define valid root port capabilities
` [PATCH 2/2] PCI: AtomicOps: Fix logic in enable function

[PATCH v7 0/2] rust: leds: add led classdev abstractions
 2025-11-10 13:40 UTC  (7+ messages)

[REGRESSION 00/04] Crash during resume of pcie bridge
 2025-11-10 13:33 UTC  (13+ messages)

[PATCH] schemas: pci: Document PCIe T_POWER_ON
 2025-11-10 13:13 UTC  (2+ messages)

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-11-10 13:08 UTC  (8+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH v2] schemas: pci: Document PCIe T_POWER_ON
 2025-11-10 12:41 UTC  (3+ messages)

[PATCH 0/6] PCI/TSM: Finalize "Link" TSM infrastructure
 2025-11-10 11:52 UTC  (9+ messages)
` [PATCH 2/6] PCI/IDE: Add Address Association Register setup for downstream MMIO
` [PATCH 3/6] PCI/IDE: Initialize an ID for all IDE streams

[PATCH v4] PCI: of: Drop error message on missing of_root node
 2025-11-10 11:21 UTC 

[PATCH] PCI: meson: Remove meson_pcie_link_up() timeout, message, speed check
 2025-11-10 11:04 UTC  (2+ messages)

[PATCH v3] PCI: of: Drop error message on missing of_root node
 2025-11-10 11:01 UTC  (2+ messages)

[PATCH v4 0/2] Add driver support for Eswin EIC7700 SoC PCIe controller
 2025-11-10  9:27 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: EIC7700: Add Eswin PCIe host controller
    `  "

[PATCH 1/4 v3] dt-bindings: PCI: s32g: Add NXP PCIe controller
 2025-11-10  9:14 UTC  (3+ messages)

[PATCH 0/3] PCI: dwc: Replace Link up check with device presence in suspend path
 2025-11-10  9:12 UTC  (7+ messages)
` [PATCH 2/3] PCI: qcom: Check for the presence of a device instead of Link up during suspend
      `  "

[PATCH v4 0/9] PCI: dw-rockchip: add system suspend support
 2025-11-10  8:40 UTC  (5+ messages)

[PATCH RESEND 0/3] PCI: meson: Fix the parsing of DBI region
 2025-11-10  8:18 UTC  (10+ messages)
` [PATCH RESEND 1/3] dt-bindings: PCI: amlogic: Fix the register name of the "
` (subset) [PATCH RESEND 0/3] PCI: meson: Fix the parsing of "

[PATCH 0/5] PCI: Remove unsupported or incomplete PCIe Capabilities
 2025-11-10  6:59 UTC  (6+ messages)
` [PATCH 1/5] PCI: Add preceding capability position support and update drivers
` [PATCH 2/5] PCI: dwc: Add new APIs to remove standard and extended Capability
` [PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller
` [PATCH 4/5] PCI: qcom: Remove MSI-X Capability for Root Ports
` [PATCH 5/5] PCI: qcom: Remove DPC Extended Capability

[PATCH v11 03/10] PCI: cadence: Move PCIe RP common functions to a separate file
 2025-11-10  1:25 UTC  (4+ messages)

[RFC PATCH 2/2] PCI: rockchip-host: drop wait on PERST# toggle
 2025-11-09 23:57 UTC  (5+ messages)

[PATCH v2 0/4] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
 2025-11-09 20:13 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector

[PATCH v2 0/2] PCI: qcom: Binding fix
 2025-11-09 16:48 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Enforce check for PHY, PERST# properties

[pci:controller/dwc] BUILD SUCCESS e8fe6b3413a1b92b4bc0f0182ea4b49ee369541b
 2025-11-09 13:41 UTC 

[pci:for-linus] BUILD REGRESSION 2b8258e8694f49b247b611933149c59c79013393
 2025-11-08 22:58 UTC 

[PATCH v14 0/5] pci: qcom: Add QCS8300 PCIe support
 2025-11-08 19:46 UTC  (3+ messages)
` [PATCH v14 5/5] arm64: dts: qcom: qcs8300-ride: enable pcie1 interface


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