messages from 2026-05-22 08:48:58 to 2026-05-25 21:15:54 UTC [more...]
[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-25 21:15 UTC (31+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 03/24] rust: driver: move 'static bounds to constructor
` [PATCH v5 04/24] rust: driver: decouple driver private data from driver type
` [PATCH v5 05/24] rust: driver core: drop drvdata before devres release
` [PATCH v5 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH v5 07/24] rust: platform: "
` [PATCH v5 08/24] rust: auxiliary: "
` [PATCH v5 09/24] rust: usb: "
` [PATCH v5 10/24] rust: device: "
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v5 21/24] gpu: nova-core: separate driver type from driver data
` [PATCH v5 22/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v5 23/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH v5 24/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
[PATCH v4 0/5] iommu: Standardize ATS robustness and state tracking
2026-05-25 20:56 UTC (13+ messages)
` [PATCH v4 1/5] PCI/ATS: Ensure pci_ats_supported() is PF-aware for VFs
` [PATCH v4 2/5] PCI/ATS: Validate STU for VFs in pci_prepare_ats()
` [PATCH v4 3/5] iommu/arm-smmu-v3: Fix ATS state tracking
` [PATCH v4 4/5] iommu/vt-d: Fail probe on ATS configuration failure
` [PATCH v4 5/5] iommu/amd: "
[PATCH v2 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
2026-05-25 20:32 UTC (9+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH v2 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH v2 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation
[PATCH v3 0/3] iommu/arm-smmu-v3: Fix ATS robustness and state tracking
2026-05-25 18:38 UTC (12+ messages)
` [PATCH v3 3/3] iommu/arm-smmu-v3: Fix ATS state tracking via ats_prepared gate
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-25 17:10 UTC (18+ messages)
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
[PATCH v3 0/3] Enable MSI affinity support for dwc PCI
2026-05-25 16:48 UTC (5+ messages)
` [PATCH v3 3/3] PCI: dwc: Enable MSI affinity support
PEX88000 (1000:c010/c012) management endpoint incompatible with switchtec driver — die temp inaccessible
2026-05-25 16:16 UTC (2+ messages)
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-05-25 16:50 UTC (25+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v6 03/12] PCI: liveupdate: Track incoming "
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH v8 1/6] PCI: Validate ACS enable flags against device-specific ACS capabilities
2026-05-25 15:59 UTC (9+ messages)
` [PATCH v8 2/6] Documentation/kernel-parameters: Add multi-device config_acs example
` [PATCH v8 3/6] PCI: Consolidate delimiter handling into pci_dev_str_match()
` [PATCH v8 4/6] PCI: Refactor disable_acs_redir and config_acs param handling
` [PATCH v8 5/6] PCI: Enable the enhanced ACS controls introduced by PCI_ACS_ECAP
` [PATCH v8 6/6] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()
[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-25 14:48 UTC (28+ messages)
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 14/27] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v4 17/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v4 20/27] gpu: nova-core: separate driver type from driver data
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v4 22/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v4 23/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
[PATCH] rust: kernel: use strict provenance APIs
2026-05-25 13:48 UTC (2+ messages)
[PATCH v8 0/6] PCI: Add support for ACS Enhanced Capability
2026-05-23 14:01 UTC
[PATCH] ppc/pnv: Fix null pointer deref in pci hotplug
2026-05-25 12:42 UTC (2+ messages)
[PATCH 0/4] PCI: qcom: Add support for Eliza
2026-05-25 12:22 UTC (14+ messages)
` [PATCH 2/4] dt-bindings: PCI: qcom: Document the Eliza PCIe Controller
` [PATCH 3/4] PCI: qcom: Add Support for Eliza
` [PATCH 4/4] phy: qcom: qmp-pcie: Add QMP PCIe PHY support "
[PATCH V2 0/2] PCI: imx6: Improve PERST# fallback logic
2026-05-25 8:26 UTC (5+ messages)
` [PATCH V2 1/2] PCI: host-generic: Simplify return value handling in pci_host_common_parse_port(s)
` [PATCH V2 2/2] PCI: imx6: Add imx_pcie_perst_found() to inspect the parsed result
[PATCH v2 0/3] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
2026-05-25 7:21 UTC (6+ messages)
` [PATCH v2 1/3] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH v2 2/3] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v2 3/3] PCI: dwc: Expose endpoint DMA resources
[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-05-25 6:58 UTC (8+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
[PATCH v2] PCI/VPD: Disable VPD for Realtek RTL8111xP on Lenovo platforms
2026-05-25 2:53 UTC
Connecting multiple TB3 eGPUs via USB4 hub?
2026-05-24 14:56 UTC
[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
2026-05-24 10:36 UTC (15+ messages)
` [PATCH 1/3] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH 2/3] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support
[pci:next] BUILD SUCCESS 3a97877d13e1a29c50ab15ed0a0aba87b75061dd
2026-05-24 4:11 UTC
[PATCH v1] dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
2026-05-24 3:15 UTC (4+ messages)
[pci:pm] BUILD SUCCESS 748a927e081bffc9a9be17b4d96088515e1c5f01
2026-05-24 1:34 UTC
[PATCH v8 1/3] PCI: mediatek: Use actual physical address instead of virt_to_phys()
2026-05-23 14:43 UTC (3+ messages)
[PATCH v2 0/4] PCI: Introduce pci_suspend_retains_context() API
2026-05-23 13:55 UTC (4+ messages)
[PATCH v2 2/4] PCI: Indicate context lost if L1ss exit is broken during resume from system suspend
2026-05-23 9:14 UTC (3+ messages)
[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
2026-05-23 1:03 UTC (6+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
[PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path
2026-05-22 22:48 UTC (2+ messages)
[PATCH] PCI: Drop unnecessary retries when restoring BARs
2026-05-22 22:31 UTC (2+ messages)
[PATCH v2 0/2] Wait for device readiness after D3hot -> D0uninitialized transition
2026-05-22 22:30 UTC (2+ messages)
[PATCH] PCI: Prevent workqueue code nesting in pci_call_probe()
2026-05-22 20:44 UTC (2+ messages)
[PATCH v5 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
2026-05-22 18:07 UTC (3+ messages)
[PATCH v5 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
2026-05-22 18:01 UTC (2+ messages)
[PATCH v5 05/11] PCI: liveupdate: Keep bus numbers constant during Live Update
2026-05-22 17:59 UTC (2+ messages)
[PATCH v14 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
2026-05-22 16:05 UTC (3+ messages)
[PATCH v4] PCI: vmd: Add feature to scan BIOS enumerated devices
2026-05-22 15:42 UTC (2+ messages)
[PATCH v3] PCI: vmd: Add feature to scan BIOS enumerated devices
2026-05-22 15:01 UTC (3+ messages)
[PATCH v11 0/5] vfio/pci: Add PCIe TPH support
2026-05-22 14:27 UTC (13+ messages)
` [PATCH v11 3/5] PCI/TPH: Add pcie_tph_enabled_mode() helper
` [PATCH v11 4/5] vfio/pci: Add PCIe TPH configuration space virtualization
` [PATCH v11 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management
[PATCH 0/2] Enable PCIe controllers present in Qualcomm ipq5210
2026-05-22 12:24 UTC (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: ipq5210: Enable PCIe support
[PATCH] PCI/VPD: Add Realtek 8126 to VPD blacklist
2026-05-22 11:43 UTC (2+ messages)
[PATCH v2] PCI: Avoid unnecessary cpu_hotplug_disable() for non-NUMA devices
2026-05-22 10:53 UTC (4+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/9] soc/tegra: pmc: Clean up legacy code
2026-05-22 10:15 UTC (5+ messages)
` [PATCH 2/9] drm/nouveau: tegra: Explicitly specify PMC instance to use
[PATCH v15 3/3] of: Respect #{iommu,msi}-cells in maps
2026-05-22 9:47 UTC (4+ messages)
[PATCH v6 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-05-22 9:19 UTC (5+ messages)
` [PATCH v6 1/3] PCI: Add pci_ats_required() for CXL.cache capable devices
` [PATCH v6 2/3] PCI: Allow ATS to be always on for pre-CXL devices
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