messages from 2026-08-31 07:26:38 to 2026-09-01 01:06:29 UTC [more...]
[PATCH v3 00/21] lib: Rust implementation of SPDM
2026-09-01 1:03 UTC (18+ messages)
` [PATCH v3 01/21] rust: transmute: add `cast_slice[_mut]` functions
` [PATCH v3 02/21] rust: create basic untrusted data API
` [PATCH v3 03/21] rust: validate: add `Validate` trait
` [PATCH v3 04/21] X.509: Make certificate parser public
` [PATCH v3 05/21] X.509: Parse Subject Alternative Name in certificates
` [PATCH v3 06/21] X.509: Move certificate length retrieval into new helper
` [PATCH v3 07/21] rust: add bindings for hash.h
` [PATCH v3 08/21] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [PATCH v3 09/21] lib: rspdm: Initial commit of Rust SPDM
` [PATCH v3 10/21] PCI/TSM: Rename pf0 to host
` [PATCH v3 11/21] PCI/TSM: Support connecting to PCIe CMA devices
` [PATCH v3 12/21] PCI/CMA: Add a PCI TSM CMA driver using SPDM
` [PATCH v3 13/21] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH v3 14/21] lib: rspdm: Support SPDM get_version
` [PATCH v3 15/21] lib: rspdm: Support SPDM get_capabilities
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH v3 17/21] lib: rspdm: Support SPDM get_digests
[REGRESSION] PCI: Dynamic OF node creation hangs on invalid bridge configuration
2026-09-01 0:59 UTC (2+ messages)
[PATCH v3 00/13] iommu/arm-smmu-v3: Add PRI support
2026-09-01 0:55 UTC (27+ messages)
` [PATCH v3 01/13] iommu/arm-smmu-v3: Add arm_smmu_attach_release()
` [PATCH v3 02/13] iommu/arm-smmu-v3: Add Q_POS() macro
` [PATCH v3 03/13] iommu/arm-smmu-v3: Drain in-flight fault events on domain detach
` [PATCH v3 04/13] iommu/arm-smmu-v3: Flush in-flight fault work "
` [PATCH v3 05/13] iommu/arm-smmu-v3: Allocate IOPF queue without FEAT_SVA
` [PATCH v3 06/13] iommu/arm-smmu-v3: Submit CMDQ_OP_PRI_RESP for IOPF event
` [PATCH v3 07/13] iommu/arm-smmu-v3: Disable the queue IRQs before disabling the SMMU
` [PATCH v3 08/13] iommu/arm-smmu-v3: Disable PRI when no IRQ handler is registered
` [PATCH v3 09/13] iommu/arm-smmu-v3: Support PRI Page Request in arm_smmu_handle_ppr()
` [PATCH v3 10/13] iommu/arm-smmu-v3: Allocate IOPF queue for ARM_SMMU_FEAT_PRI
` [PATCH v3 11/13] PCI/ATS: Add PRI stubs
` [PATCH v3 12/13] PCI/ATS: Export pci_enable_pri() and pci_reset_pri()
` [PATCH v3 13/13] iommu/arm-smmu-v3: Enable PRI for PCI device in arm_smmu_probe_device()
[PATCH v3 0/3] Unfiy PCI suspend and hibernate paths
2026-09-01 0:07 UTC (9+ messages)
` [PATCH v3 1/3] PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v3 2/3] PCI/PM: Run bridge power up actions as part of restore phase
` [PATCH v3 3/3] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
[PATCH v5 00/12] dmaengine: miscellaneous fixes for ioat, switchtec_dma and plx_dma
2026-08-31 23:30 UTC (26+ messages)
` [PATCH v5 01/12] dmaengine: switchtec-dma: fix double-free in switchtec_dma_free_desc()
` [PATCH v5 02/12] dmaengine: switchtec-dma: fix resource leak in alloc_chan_resources
` [PATCH v5 03/12] dmaengine: switchtec-dma: always clear DMA base registers on chan_stop()
` [PATCH v5 04/12] dmaengine: switchtec-dma: halt channel on alloc_chan_resources error
` [PATCH v5 05/12] dmaengine: switchtec-dma: fix channel leak on registration failure
` [PATCH v5 06/12] dmaengine: switchtec-dma: make switchtec_dma_chans_release() void
` [PATCH v5 07/12] dmaengine: switchtec-dma: fix chan_status_irq cleanup on create() error
` [PATCH v5 08/12] dmaengine: switchtec-dma: disable channels before freeing on registration failure
` [PATCH v5 09/12] dmaengine: switchtec-dma: fix use-after-free of swdma_dev in remove()
` [PATCH v5 10/12] dmaengine: ioat: disable relaxed ordering before registering the device
` [PATCH v5 11/12] dmaengine: ioat: use sysfs_emit() in per-channel sysfs show()
` [PATCH v5 12/12] dmaengine: plx_dma: fix NULL pointer deref in plx_dma_isr()
[PATCH] PCI: Add pcie_get_link_endpoints() helper
2026-08-31 21:46 UTC (2+ messages)
[PATCH v1 0/7] ACPI: scan: Address power management initialization and PCI devices handling
2026-08-31 21:23 UTC (15+ messages)
` [PATCH v1 1/7] ACPI: scan: Stop calling acpi_bus_init_power() early
` [PATCH v1 2/7] ACPI: PM: Introduce acpi_device_init_power()
` [PATCH v1 3/7] ACPI: bus: Drop initialized flag from struct acpi_device_flags
` [PATCH v1 4/7] ACPI: scan: Combine two conditionals in acpi_bus_attach()
` [PATCH v1 5/7] ACPI: scan: Add ACPI device "enumerated" marker
` [PATCH v1 6/7] ACPI: scan: Adjust and rename acpi_bus_attach()
` [PATCH v1 7/7] ACPI: scan: Take PCI device enumeration into account directly
[PATCH v3 0/7] PCI: endpoint: Remote DMA support via vNTB
2026-08-31 21:21 UTC (15+ messages)
` [PATCH v3 1/7] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v3 2/7] PCI: dwc: Expose endpoint DMA resources
` [PATCH v3 3/7] PCI: endpoint: pci-epf-vntb: Move epf_ntb_is_bar_used() up
` [PATCH v3 4/7] PCI: endpoint: pci-epf-vntb: Export endpoint DMA channels
` [PATCH v3 5/7] PCI: endpoint: pci-epf-vntb: Allow DMA and MW to share a BAR
` [PATCH v3 6/7] NTB: ntb_hw_epf: Discover vNTB-embedded DMA
` [PATCH v3 7/7] Documentation: PCI: endpoint: Document vNTB DMA export
[PATCH v2 0/2] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
2026-08-31 20:21 UTC (2+ messages)
[PATCH v7 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
2026-08-31 20:21 UTC (2+ messages)
` (subset) "
[PATCH v2 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
2026-08-31 20:01 UTC (4+ messages)
[PATCH v4] rust: pci: reject IRQ vector indices that do not fit in u32
2026-08-31 19:46 UTC (2+ messages)
[PATCH] PCI: Reserve prefetchable window headroom for Resizable BARs
2026-08-31 18:47 UTC (12+ messages)
[PATCH AUTOSEL 6.18-6.12] PCI: plda: Protect root bus removal with rescan lock
2026-08-31 17:43 UTC (35+ messages)
` [PATCH AUTOSEL 6.18-6.12] PCI: Avoid FLR for MediaTek MT7925 WiFi
` [PATCH AUTOSEL 6.18-5.10] PCI: altera: Protect root bus removal with rescan lock
` [PATCH AUTOSEL 6.18-6.1] PCI: intel-gw: Enable clock before PHY init
` [PATCH AUTOSEL 6.18-6.1] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
` [PATCH AUTOSEL 6.18-5.10] PCI: rockchip: Protect root bus removal with rescan lock
` [PATCH AUTOSEL 6.18-5.10] PCI: Avoid SBR for Qualcomm WCN6855/WCN7850 WiFi, SDX62/SDX65 modems
` [PATCH AUTOSEL 6.18] misc: pci_endpoint_test: Validate BAR index in doorbell test
` [PATCH AUTOSEL 6.18-6.1] PCI: Wait for device readiness after D3hot -> D0uninitialized transition
` [PATCH AUTOSEL 6.18-6.1] PCI: switchtec: Add Gen6 Device IDs
` [PATCH AUTOSEL 6.18-5.10] PCI: mediatek: Protect root bus removal with rescan lock
` [PATCH AUTOSEL 6.18] PCI: cadence: "
` [PATCH AUTOSEL 6.18-5.15] ACPI: PCI: Clear _DEP dependencies after PCI root bridge attach
` [PATCH AUTOSEL 6.18-6.12] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH AUTOSEL 6.18-5.10] PCI/sysfs: Use kstrtobool() to parse the ROM attribute input
` [PATCH AUTOSEL 6.18] PCI: dwc: Protect root bus removal with rescan lock
` [PATCH AUTOSEL 6.18-5.10] PCI: Stop setting cached power state to 'unknown' on unbind
` [PATCH AUTOSEL 6.18-5.10] PCI: iproc: Protect root bus removal with rescan lock
[PATCH 0/2] Rely on regmap APIs in tc9563 PCI/pwrctrl driver
2026-08-31 17:31 UTC (2+ messages)
[PATCH wireless v2 0/3] wifi: iwlwifi: recover a device that lost power in D3cold
2026-08-31 17:08 UTC (8+ messages)
` [PATCH wireless v2 1/3] wifi: iwlwifi: pcie: don't infer CSME presence from a failed read
` [PATCH wireless v2 2/3] wifi: iwlwifi: pcie: deselect the product reset mode at probe
` [PATCH wireless v2 3/3] wifi: iwlwifi: pcie: recover a device that lost power in D3cold
[PATCH v7] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
2026-08-31 15:36 UTC (2+ messages)
[RFC PATCH] PCI: Work around Pericom PI7C9X3G606GPC Port 4 BAR erratum
2026-08-31 15:29 UTC (2+ messages)
[PATCH] PCI: qcom: Skip system suspend/resume for firmware-managed PCIe
2026-08-31 14:25 UTC (2+ messages)
[PATCH v10 0/2] Add support for PCIe RP PERST#
2026-08-31 13:43 UTC (2+ messages)
[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-31 13:21 UTC (3+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "
[PATCH] PCI: aspeed: fix clk and phy leak in aspeed_pcie_port_init error paths
2026-08-31 13:18 UTC (2+ messages)
[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-08-31 13:02 UTC (11+ messages)
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
[PATCH v3] rust: pci: reject out-of-bounds IRQ vector indices
2026-08-31 12:45 UTC (3+ messages)
[PATCH v4 00/18] PCI/P2PDMA: Fix ACS egress control handling
2026-08-31 12:02 UTC (8+ messages)
` [PATCH v4 10/18] PCI: Account for ACS egress control in isolation checks
[PATCH v2] PCI: imx6: Move clock enable after core reset assertion
2026-08-31 9:30 UTC (2+ messages)
[PATCH 0/2] Document the DMA-buf mapping lifetime negotiation
2026-08-31 9:22 UTC (10+ messages)
` [PATCH 2/2] dma-buf: Document how exporters and importers agree on mapping lifetime
` [Linaro-mm-sig] "
[PATCH v2 0/4] Add PCIe support for Qualcomm Nord platform
2026-08-31 8:44 UTC (6+ messages)
` [PATCH v2 1/4] dt-bindings: phy: qcom: add Nord QMP PCIe PHY binding
` [PATCH v2 2/4] dt-bindings: pci: qcom: add Nord PCIe controller compatible
[PATCH v2 0/5] PCI: qcom: Add PCIe support for Shikra SoC
2026-08-31 7:41 UTC (11+ messages)
` [PATCH v2 1/5] dt-bindings: phy: sc8280xp-qmp-pcie: Document Shikra PCIe phy
` [PATCH v2 2/5] dt-bindings: PCI: qcom,shikra-pcie: Document the Shikra PCIe Controller
` [PATCH v2 3/5] PCI: qcom: Add support for Shikra
` [PATCH v2 4/5] phy: qcom: qmp-pcie: Add QMP PCIe PHY "
` [PATCH v2 5/5] arm64: dts: qcom: shikra: Add PCIe PHY and controller nodes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox