linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-29 13:44:02 to 2025-06-03 10:56:49 UTC [more...]

[PATCH v3 00/13] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-06-03 10:50 UTC  (54+ messages)
` [PATCH v3 01/13] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v3 12/13] PCI/TSM: support TDI related operations for host TSM driver
                      ` [RFC PATCH 1/3] coco: tsm: Add tsm_bind/unbind helpers
                        ` [RFC PATCH 2/3] iommufd/viommu: Add support to associate viommu with kvm instance
                        ` [RFC PATCH 3/3] iommufd/tsm: Add tsm_bind/unbind iommufd ioctls

[PATCH 00/25] PCI: Resource fitting/assignment fixes and cleanups
 2025-06-03 10:48 UTC  (17+ messages)
` [PATCH 24/25] PCI: Perform reset_resource() and build fail list in sync

[PATCH v12 0/6] Refactor capability search into common macros
 2025-06-03  9:49 UTC  (12+ messages)
` [PATCH v12 1/6] PCI: Introduce generic bus config read helper function
` [PATCH v12 2/6] PCI: Clean up __pci_find_next_cap_ttl() readability
` [PATCH v12 3/6] PCI: Refactor capability search into common macros
` [PATCH v12 4/6] PCI: dwc: Use common PCI host bridge APIs for finding the capabilities
` [PATCH v12 6/6] PCI: cadence: Use cdns_pcie_find_*capability to avoid hardcode

[PATCH] PCI/ASPM: Use boolean type for aspm_disabled and aspm_force
 2025-06-03  9:11 UTC  (2+ messages)

[PATCH 0/3] PCIe: Refactor link speed configuration with unified macro
 2025-06-03  9:08 UTC  (3+ messages)
` [PATCH 1/3] PCI: Add PCIE_SPEED2LNKCTL2_TLS_ENC conversion macro

[PATCH v3 0/3] PCI: qcom: Move PERST# GPIO & phy retrieval from controller to PCIe bridge node
 2025-06-03  8:07 UTC  (15+ messages)
` [PATCH v3 1/3] dt-bindings: PCI: qcom: Move phy, wake & reset gpio's to root port
` [PATCH v3 2/3] PCI: qcom: Add support for multi-root port
` [PATCH v3 3/3] arm64: qcom: sc7280: Move phy, perst to root port node

[PATCH v2 0/2] PCI: Add support for PCIe wake interrupt
 2025-06-03  7:42 UTC  (7+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: sc7280: Add wake GPIO
` [PATCH v2 2/2] PCI: Add support for PCIe wake interrupt

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-03  6:20 UTC  (19+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
` [RFC PATCH 17/30] iommufd/device: Add TSM Bind/Unbind for TIO support
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support
` [RFC PATCH 20/30] vfio/pci: Do TSM Unbind before zapping bars
` [RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements

[PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA
 2025-06-03  4:17 UTC  (7+ messages)

[PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
 2025-06-02 21:19 UTC  (7+ messages)

[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
 2025-06-02 18:06 UTC  (7+ messages)
` [PATCH 3/4 v2] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v2] ACPI: extlog: Trace CPER CXL Protocol Errors

[syzbot] [pci?] WARNING in pci_scan_single_device
 2025-06-02 17:12 UTC 

[PATCH v2 0/8] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-06-02 16:18 UTC  (11+ messages)
` [PATCH v2 1/8] soc: renesas: rz-sysc: Add syscon/regmap support
` [PATCH v2 2/8] clk: renesas: r9a08g045: Add clocks, resets and power domain support for the PCIe
` [PATCH v2 3/8] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Add documentation for the PCIe IP on Renesas RZ/G3S
` [PATCH v2 4/8] PCI: rzg3s-host: Add Initial PCIe Host Driver for Renesas RZ/G3S SoC
` [PATCH v2 5/8] arm64: dts: renesas: r9a08g045s33: Add PCIe node
` [PATCH v2 6/8] arm64: dts: renesas: rzg3s-smarc-som: Update dma-ranges for PCIe
` [PATCH v2 7/8] arm64: dts: renesas: rzg3s-smarc: Enable PCIe
` [PATCH v2 8/8] arm64: defconfig: Enable PCIe for the Renesas RZ/G3S SoC

[PATCH v12 0/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-06-02 15:57 UTC  (33+ messages)
` [PATCH v12 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v12 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v12 03/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v12 04/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v12 05/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v12 06/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v12 07/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v12 08/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v12 09/13] arm64: dts: broadcom: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v12 10/13] arm64: dts: broadcom: Add overlay for RP1 device
` [PATCH v12 11/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v12 12/13] arm64: defconfig: Enable OF_OVERLAY option
` [PATCH v12 13/13] MAINTAINERS: add Raspberry Pi RP1 section

[PATCH 0/2] PCI: brcmstb: Use "num-lanes" DT property if present
 2025-06-02 15:36 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: PCI: brcm,stb-pcie: Add num-lanes property
` [PATCH 2/2] PCI: brcmstb: Use "num-lanes" DT property if present

[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-06-02 13:54 UTC  (12+ messages)
` [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v11 2/5] rust: support formatting of foreign types
` [PATCH v11 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v11 5/5] rust: remove core::ffi::CStr reexport

[PATCH v2 1/3] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots
 2025-06-02 10:17 UTC  (4+ messages)
` [PATCH v2 2/3] arm64: dts: renesas: r8a779g0: Describe root port on R-Car V4H
` [PATCH v2 3/3] arm64: dts: renesas: r8a779g3: Describe split PCIe clock on V4H Sparrow Hawk

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-06-02  6:30 UTC  (11+ messages)

[PATCH v2 1/1] PCI: Add Extended Tag + MRRS quirk for Xeon 6
 2025-06-02  6:29 UTC  (4+ messages)

[PATCH v4 0/5] Enhance the PCIe controller driver
 2025-06-02  1:24 UTC  (6+ messages)
` [PATCH v4 5/5] PCI: cadence: Add callback functions for RP and EP controller

[bugzilla-daemon@kernel.org: [Bug 220175] New: NVMe SSD doesn't work via Thunderbolt enclosure on Framework 13 (Ryzen AI 300)]
 2025-06-02  1:09 UTC  (2+ messages)

[PATCH v1 0/4] Add quirks to proceed PME handshake in DWC PM
 2025-05-31 17:50 UTC  (3+ messages)
` [PATCH v1 2/4] PCI: dwc: Add quirk to fix hang issue when send out PME_Turn_Off Msg TLP

[PATCH v1 1/4] PCI: dwc: Add quirk to fix hang issue in L2 poll of suspend
 2025-05-31 17:47 UTC  (4+ messages)

[PATCH] PCI: xilinx-xdma: Use devm_platform_ioremap_resource_byname
 2025-05-31 17:05 UTC  (2+ messages)

[PATCH v2] PCI: Reduce delay after FLR of Microsoft MANA devices
 2025-05-31 14:09 UTC  (4+ messages)

[pci:controller/dw-rockchip] BUILD SUCCESS ec49e253322bf29e721c6153d9e7be95eef33b33
 2025-05-31 12:21 UTC 

[pci:next] BUILD SUCCESS db2e86db6ec76de51aff24fb0ae43987d4c02355
 2025-05-31  9:36 UTC 

[pci:aer] BUILD SUCCESS b06d125e6280603a34d9064cd9c12748ca2edb04
 2025-05-31  6:55 UTC 

[PATCH v2 1/4] PCI: dw-rockchip: Do not enumerate bus before endpoint devices are ready
 2025-05-31  6:47 UTC  (9+ messages)

[PATCH v2 0/3] Fix interrupt log message
 2025-05-31  6:12 UTC  (2+ messages)

[BUG?] vfio/pci: VA alignment sensitivity of VFIO_IOMMU_MAP_DMA which target MMIO
 2025-05-30 23:05 UTC  (4+ messages)

[pci:controller/dw-rockchip 2/3] drivers/pci/controller/dwc/pcie-dw-rockchip.c:227:9: error: 'PCIE_T_PVPERL_MS' undeclared; did you mean 'PCIE_ATU_TYPE_MSG'?
 2025-05-30 22:04 UTC  (2+ messages)

[PATCH v4] PCI: Prevent power state transition of erroneous device
 2025-05-30 17:49 UTC  (12+ messages)

arm64: juno-r2: SSD detect failed on mainline and next
 2025-05-30  9:48 UTC  (3+ messages)

[PATCH] PCI/pwrctrl: Skip creating platform device unless CONFIG_PCI_PWRCTL enabled
 2025-05-30  3:16 UTC  (5+ messages)

[PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-05-29 22:28 UTC  (15+ messages)
` [PATCH v10 2/5] rust: support formatting of foreign types
` [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings

[PATCH v4 00/11] VRAM Self Refresh
 2025-05-29 21:57 UTC  (7+ messages)
` [PATCH v4 01/11] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
` [PATCH v4 02/11] PCI/ACPI: Per root port allow one Aux power limit request
` [PATCH v4 03/11] PCI/ACPI: Add PERST# Assertion Delay _DSM method

[pci:endpoint] BUILD SUCCESS de0321bcc5fdd83631f0c2a6fdebfe0ad4e23449
 2025-05-29 19:57 UTC 

[PATCH v2 1/1] Revert "ARM: dts: Update pcie ranges for dra7"
 2025-05-29 17:11 UTC  (2+ messages)

[pci:controller/cadence] BUILD SUCCESS 2ed3fad9bca7cef97e961bae18abe87090ae8f6e
 2025-05-29 15:28 UTC 

[PATCH] PCI: Add missing bridge lock in pci_slot_lock()
 2025-05-29 14:59 UTC 

[PATCH 00/10] Add PCIe support for Tesla FSD SoC
 2025-05-29 10:24 UTC  (6+ messages)
  ` [PATCH 09/10] PCI: exynos: Add "


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 NNTP newsgroup(s).