Linux-PCI Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 14:00:06 to 2025-10-30 20:59:39 UTC [more...]

[PATCH v3] PCI/PTM: Do not enable PTM solely based on the capability existense
 2025-10-30 20:59 UTC  (2+ messages)

[PATCH v7 0/9] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-10-30 20:48 UTC  (32+ messages)
` [PATCH v7 1/9] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v7 2/9] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v7 3/9] PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
` [PATCH v7 4/9] PCI/TSM: Establish Secure Sessions and Link Encryption
` [PATCH v7 6/9] PCI: Establish document for PCI host bridge sysfs attributes
` [PATCH v7 7/9] PCI/IDE: Add IDE establishment helpers
` [PATCH v7 8/9] PCI/IDE: Report available IDE streams
` [PATCH v7 9/9] PCI/TSM: Report active "

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-30 20:38 UTC  (7+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-10-30 20:34 UTC  (10+ messages)
` [PATCH 10/15] arm64: dts: mediatek: mt7981b: Add Ethernet and WiFi offload support
` [PATCH 12/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet

[PATCH v3 0/7] syscore: Pass context data to callbacks
 2025-10-30 20:10 UTC  (14+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
` [PATCH v3 3/7] bus: mvebu-mbus: "
` [PATCH v3 4/7] clk: ingenic: tcu: "
` [PATCH v3 5/7] clk: mvebu: "
` [PATCH v3 6/7] irqchip/irq-imx-gpcv2: "
` [PATCH v3 7/7] soc/tegra: pmc: "

[PATCH RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
 2025-10-30 18:12 UTC  (28+ messages)
` [PATCH RESEND v2 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
` [PATCH RESEND v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH RESEND v2 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH RESEND v2 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [PATCH RESEND v2 05/12] coco: host: arm64: Build and register RMM pdev descriptors
` [PATCH RESEND v2 06/12] coco: host: arm64: Add RMM device communication helpers
` [PATCH RESEND v2 07/12] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [PATCH RESEND v2 08/12] coco: host: arm64: Instantiate RMM pdev during device connect
` [PATCH RESEND v2 12/12] coco: host: arm64: Register device public key with RMM

[PATCH 0/9] dt-bindings: PCI: qcom: Add missing required power-domains
 2025-10-30 18:08 UTC  (14+ messages)
` [PATCH 1/9] dt-bindings: PCI: qcom,pcie-sa8775p: "
` [PATCH 2/9] dt-bindings: PCI: qcom,pcie-sc7280: "
` [PATCH 3/9] dt-bindings: PCI: qcom,pcie-sc8280xp: "
` [PATCH 4/9] dt-bindings: PCI: qcom,pcie-sm8150: "
` [PATCH 5/9] dt-bindings: PCI: qcom,pcie-sm8250: "
` [PATCH 6/9] dt-bindings: PCI: qcom,pcie-sm8350: "
` [PATCH 7/9] dt-bindings: PCI: qcom,pcie-sm8450: "
` [PATCH 8/9] dt-bindings: PCI: qcom,pcie-sm8550: "
` [PATCH 9/9] dt-bindings: PCI: qcom,pcie-x1e80100: "

[PATCH v7 0/2] rust: leds: add led classdev abstractions
 2025-10-30 18:07 UTC  (3+ messages)

[PATCH v6 0/6] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-10-30 17:59 UTC  (3+ messages)
` [PATCH v6 1/6] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Add Renesas RZ/G3S

[PATCH v2 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-10-30 17:49 UTC  (19+ messages)
` [PATCH v2 3/7] dt-bindings: pci: spacemit: introduce PCIe "
` [PATCH v2 5/7] PCI: spacemit: introduce SpacemiT PCIe host driver

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-10-30 17:45 UTC  (10+ messages)
` [PATCH v4 05/29] dt-bindings: bus: Add simple-platform-bus
` [PATCH v4 17/29] i2c: mux: Set adapter physical device
` [PATCH v4 18/29] i2c: mux: Create missing devlink between mux and "
` [PATCH v4 19/29] of: property: Allow fw_devlink device-tree on x86

[PATCH] PCI: dwc: Warn if the MSI ctrl doesn't have an associated platform IRQ in DT
 2025-10-30 17:40 UTC  (2+ messages)

[PATCH v12 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-10-30 17:16 UTC  (5+ messages)
` [PATCH v12 10/25] CXL/AER: Update PCI class code check to use FIELD_GET()

[PATCH v3 0/5] rust: pci: add config space read/write support
 2025-10-30 16:51 UTC  (7+ messages)
` [PATCH v3 1/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v3 2/5] rust: io: factor out MMIO read/write macros
` [PATCH v3 3/5] rust: pci: add a helper to query configuration space size
` [PATCH v3 4/5] rust: pci: add config space read/write support
` [PATCH v3 5/5] sample: rust: pci: add tests for config space routines

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-30 16:50 UTC  (8+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`

[PATCH v2 0/4] Add PCIe3 and PCIe5 support for HAMOA-IOT-EVK board
 2025-10-30 16:25 UTC  (6+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: Add PCIe 5 support for HAMOA-IOT-SOM platform
` [PATCH v2 2/4] arm64: dts: qcom: Add PCIe 5 wwan regulator for HAMOA-IOT-EVK board
` [PATCH v2 3/4] arm64: dts: qcom: Add PCIe 3 support for HAMOA-IOT-SOM platform
` [PATCH v2 4/4] arm64: dts: qcom: Add PCIe 3 regulators for HAMOA-IOT-EVK board

[PATCH v7 0/8] PCI: Enable Power and configure the TC9563 PCIe switch
 2025-10-30 15:39 UTC  (16+ messages)
` [PATCH v7 1/8] dt-bindings: PCI: Add binding for Toshiba "
` [PATCH v7 7/8] arm64: defconfig: Enable TC9563 PWRCTL driver
` [PATCH v7 8/8] PCI: pwrctrl: Add power control driver for tc9563

[PATCH 0/9] PCI: BAR resizing fix/rework
 2025-10-30 14:37 UTC  (4+ messages)
` [PATCH 6/9] drm/xe: Remove driver side BAR release before resize

[PATCH v2 0/9] dt-bindings: PCI: qcom: Add missing required power-domains and resets
 2025-10-30 13:32 UTC  (11+ messages)
` [PATCH v2 1/9] dt-bindings: PCI: qcom,pcie-sa8775p: "
` [PATCH v2 2/9] dt-bindings: PCI: qcom,pcie-sc7280: "
` [PATCH v2 3/9] dt-bindings: PCI: qcom,pcie-sc8280xp: "
` [PATCH v2 4/9] dt-bindings: PCI: qcom,pcie-sm8150: "
` [PATCH v2 5/9] dt-bindings: PCI: qcom,pcie-sm8250: "
` [PATCH v2 6/9] dt-bindings: PCI: qcom,pcie-sm8350: "
` [PATCH v2 7/9] dt-bindings: PCI: qcom,pcie-sm8450: "
` [PATCH v2 8/9] dt-bindings: PCI: qcom,pcie-sm8550: "
` [PATCH v2 9/9] dt-bindings: PCI: qcom,pcie-x1e80100: "

[RFC PATCH 00/27] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-10-30 11:43 UTC  (27+ messages)
` [RFC PATCH 01/27] coco/tdx-host: Introduce a "tdx_host" device
` [RFC PATCH 03/27] coco/tdx-host: Support Link TSM for TDX host
` [RFC PATCH 05/27] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [RFC PATCH 08/27] x86/virt/tdx: Add tdx_enable_ext() to enable of TDX Module Extensions
` [RFC PATCH 11/27] acpi: Add KEYP Key Configuration Unit parsing
` [RFC PATCH 15/27] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [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 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 v6 0/11] PCI: imx6: Add a method to handle CLKREQ# override
 2025-10-30 10:54 UTC  (3+ messages)
` [PATCH v6 10/11] PCI: imx6: Add CLKREQ# override to enable REFCLK for i.MX95 PCIe

[PATCH 0/2] PCI/IOV: Fix deadlock when removing PF with enabled SR-IOV
 2025-10-30 10:26 UTC  (3+ messages)
` [PATCH 1/2] Revert "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV"
` [PATCH 2/2] PCI/IOV: Fix race between SR-IOV enable/disable and hotplug

[PATCH v2] PCI: Introduce Cray ClusterStor E1000 NVMe slot LED driver
 2025-10-30  9:30 UTC  (3+ messages)

[PATCH v6] Introduce Cray ClusterStor E1000 NVMe slot LED driver
 2025-10-30  9:13 UTC  (2+ messages)

[PATCH v10 00/10] Enhance the PCIe controller driver for next generation controllers
 2025-10-30  8:45 UTC  (2+ messages)

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

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

[PATCH v4 8/9] PCI: aspeed: Add ASPEED PCIe RC driver
 2025-10-30  5:53 UTC  (3+ messages)
  ` 回覆: "

[PATCH v4 0/9] PCI: dw-rockchip: add system suspend support
 2025-10-30  5:37 UTC  (15+ messages)
` [PATCH v4 1/9] PCI: dw-rockchip: Rename rockchip_pcie_get_ltssm function
` [PATCH v4 2/9] PCI: dw-rockchip: Support get_ltssm operation
` [PATCH v4 3/9] PCI: dw-rockchip: Move devm_phy_get out of phy_init
` [PATCH v4 4/9] PCI: dw-rockchip: Add helper function for enhanced LTSSM control mode
` [PATCH v4 5/9] PCI: dw-rockchip: Add helper function for controller mode
` [PATCH v4 6/9] PCI: dw-rockchip: Add helper function for DDL indicator
` [PATCH v4 7/9] PCI: dw-rockchip: Add pme_turn_off support
` [PATCH v4 8/9] PCI: dw-rockchip: Add system PM support
` [PATCH v4 9/9] PCI: dwc: support missing PCIe device on resume

[PATCH v3 0/2] PCI: j721e: A couple of cleanups
 2025-10-30  5:13 UTC  (3+ messages)
` [PATCH v? "

[PATCH v2 0/6] PCI: endpoint/NTB: Harden vNTB resource management
 2025-10-30  2:20 UTC  (6+ messages)
` [PATCH v2 4/6] PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown
` [PATCH v2 6/6] PCI: endpoint: pci-epf-vntb: manage ntb_dev lifetime and fix vpci bus teardown

[PATCH v3 0/2] PCI: brcmstb: Add panic/die handler to driver
 2025-10-29 23:04 UTC  (3+ messages)

[PATCH v5 5/5] PCI: qcom: Use frequency and level based OPP lookup
 2025-10-29 20:39 UTC  (2+ messages)

[PATCH v4 0/2] PCI: brcmstb: Add panic/die handler to driver
 2025-10-29 20:12 UTC  (5+ messages)
` [PATCH v4 1/2] PCI: brcmstb: Add a way to indicate if PCIe bridge is active
` [PATCH v4 2/2] PCI: brcmstb: Add panic/die handler to driver

[PATCH] PCI/VGA: Don't assume the only VGA device on a system is `boot_vga`
 2025-10-29 19:38 UTC  (3+ messages)

[pci:controller/brcmstb] BUILD SUCCESS 9583f9d22991d2cfb5cc59a2552040c4ae98d998
 2025-10-29 18:19 UTC 

[PATCH 0/8] Device::drvdata() and driver/driver interaction (auxiliary)
 2025-10-29 18:10 UTC  (10+ messages)
` [PATCH 2/8] rust: device: introduce Device::drvdata()

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-29 18:05 UTC  (3+ messages)
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()

[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
 2025-10-29 17:25 UTC  (3+ messages)

PCIe probe failure on AmLogic A311D after 6.18-rc1
 2025-10-29 17:15 UTC  (2+ messages)

[PATCH v1] Bluetooth: btintel_pcie: Support function level reset
 2025-10-29 16:26 UTC  (2+ messages)

[RFC PATCH 00/21] VFIO live update support
 2025-10-29 16:21 UTC  (6+ messages)
` [RFC PATCH 06/21] vfio/pci: Accept live update preservation request for VFIO cdev


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).