messages from 2026-04-24 02:46:27 to 2026-04-27 22:14:33 UTC [more...]
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-04-27 22:11 UTC (24+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 02/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 04/24] rust: device: generalize drvdata methods over ForLt
` [PATCH 05/24] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH 07/24] rust: platform: "
` [PATCH 08/24] rust: auxiliary: "
` [PATCH 09/24] rust: usb: "
` [PATCH 10/24] rust: device: "
` [PATCH 11/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH 12/24] rust: platform: "
` [PATCH 13/24] rust: auxiliary: "
` [PATCH 14/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH 15/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH 16/24] rust: usb: make Driver trait lifetime-parameterized
` [PATCH 17/24] rust: i2c: "
` [PATCH 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH REF 21/24] gpu: nova-core: "
` [PATCH REF 22/24] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF 23/24] gpu: nova-core: replace ARef<Device> with &'a Device in SysmemFlush
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-27 21:31 UTC (17+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
` [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
[PATCH] PCI: Init driver override spinlock in new_id_store()
2026-04-27 21:11 UTC (4+ messages)
[PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
2026-04-27 21:08 UTC (2+ messages)
[PATCH v4 03/11] PCI: liveupdate: Track incoming preserved PCI devices
2026-04-27 21:06 UTC (2+ messages)
[PATCH v2 0/6] Improvements to PCI hibernate path
2026-04-27 20:50 UTC (7+ messages)
` [PATCH v2 1/6] PCI: Stop setting cached power state to "unknown" on unbind
` [PATCH v2 2/6] PCI/PM: Disable device wakeups when halting or powering off system
` [PATCH v2 3/6] PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v2 4/6] PCI/PM: Run bridge power up actions as part of restore phase
` [PATCH v2 5/6] PCI/PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH v2 6/6] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
[PATCH 0/5] Improvements to PCI hibernate path
2026-04-27 20:36 UTC (13+ messages)
` [PATCH 1/5] PCI/PM: Disable device wakeups when halting or powering off system
` [PATCH 2/5] PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH 3/5] PCI/PM: Run bridge power up actions as part of restore phase
` [PATCH 4/5] PCI/PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH 5/5] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
[PATCH v1 0/2] Retrieve TPH from dma-buf for PCIe P2P memory access
2026-04-27 18:35 UTC (12+ messages)
` [PATCH v1 1/2] vfio: add callback to get tph info for dma-buf
[PATCH v14 0/3] rust: leds: add led classdev abstractions
2026-04-27 17:59 UTC (4+ messages)
` [PATCH v14 1/3] rust: leds: add basic "
` [PATCH v14 2/3] rust: leds: add Mode trait
` [PATCH v14 3/3] rust: leds: add multicolor classdev abstractions
[PATCH] PCI: altera: Fix resource leaks on probe failure
2026-04-27 17:53 UTC
[PATCH] PCI/pwrctrl: Do not try to power on/off devices that don't need pwrctrl
2026-04-27 17:37 UTC (3+ messages)
[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-04-27 16:37 UTC (7+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v4 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v4 3/3] iommu/arm-smmu-v3: Allow ATS to be always on
[PATCH V1 10/13] PCI: hv: Build device id for a VMBus device, export PCI devid function
2026-04-27 16:35 UTC (2+ messages)
[PATCH V1 08/13] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg
2026-04-27 16:31 UTC (2+ messages)
[PATCH v1 0/3] Add root port reset to support link recovery
2026-04-27 16:04 UTC (10+ messages)
` [PATCH v1 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts
` [PATCH v1 2/3] arm64: dts: imx95: Add dma, intr, aer and pme interrupters for pcie{0,1}
` [PATCH v1 3/3] PCI: imx6: Add root port reset to support link recovery
[PATCH v2 00/11] rust: I/O type generalization and projection
2026-04-27 15:27 UTC (8+ messages)
` [PATCH v2 01/11] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v2 02/11] rust: io: generalize `Mmio` "
` [PATCH v2 03/11] rust: io: use pointer types instead of address
[PATCH v3 0/5] PCI: tegra: A couple of cleanups
2026-04-27 14:33 UTC (5+ messages)
` [PATCH v3 1/5] dt-bindings: PCI: Convert nvidia,tegra-pcie to DT schema
[PATCH v6 00/24] PCI: Convert all dynamic sysfs attributes to static
2026-04-27 14:09 UTC (3+ messages)
[PATCH 0/3] PCI: altera: Add Agilex 5 PCIe Root Port support
2026-04-27 12:49 UTC (10+ messages)
` [PATCH 1/3] dt-bindings: PCI: altera: add binding for Agilex 5
` [PATCH 2/3] PCI: altera: fix resource leaks on probe failure
` [PATCH 3/3] PCI: altera: add Agilex 5 support
[PATCH RESEND] PCI: amd-mdb: Assert PERST# on shutdown
2026-04-27 12:12 UTC
[PATCH] PCI: imx6: Keep Root Port MSI capability also for i.MX6Q
2026-04-27 11:58 UTC
[PATCH v5 0/6] vfio/pci: Add PCIe TPH support
2026-04-27 8:58 UTC (7+ messages)
` [PATCH v5 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v5 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v5 3/6] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v5 4/6] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v5 5/6] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v5 6/6] vfio/pci: Add PCIe TPH SET_ST interface
[PATCH v3 0/4] PCI: Add DOE support for endpoint
2026-04-27 5:17 UTC (5+ messages)
` [PATCH v3 1/4] PCI/DOE: Move common definitions to the header file
` [PATCH v3 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
` [PATCH v3 3/4] PCI: endpoint: Add API for DOE initialization and setup in EPC core
` [PATCH v3 4/4] Documentation: PCI: Add documentation for DOE endpoint support
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-04-27 3:54 UTC (37+ messages)
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 19/31] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
` [PATCH v2 22/31] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [PATCH v2 23/31] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [PATCH v2 24/31] coco/tdx-host: Add a helper to exchange SPDM messages through DOE
` [PATCH v2 30/31] coco/tdx-host: Implement IDE stream setup/teardown
[PATCH v8] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
2026-04-27 2:17 UTC (2+ messages)
` Ping: "
[PATCH 0/4] PCI: Fix procfs PCI config access issues
2026-04-27 2:22 UTC (2+ messages)
` [PING] "
[PATCH v4 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
2026-04-27 1:32 UTC (4+ messages)
` [PATCH v4 1/3] riscv: add UltraRISC SoC family Kconfig support
` [PATCH v4 2/3] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller
` [PATCH v4 3/3] PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driver
[PATCH] PCI/P2PDMA: Avoid returning a provider for non_mappable_bars
2026-04-26 11:22 UTC (6+ messages)
[PATCH 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-04-26 4:12 UTC (5+ messages)
` [PATCH v3 1/1] rust: pci: add extended capability "
[PATCH] PCI: rcar-gen4: Limit Max_Read_Request_Size and Max_Payload_Size to 256 Bytes
2026-04-25 23:38 UTC
Debian maintainer does not forward bug reports
2026-04-25 22:37 UTC (4+ messages)
[PATCH v4 0/5] vfio/pci: Add PCIe TPH support
2026-04-25 8:46 UTC (6+ messages)
` [PATCH v4 1/5] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v4 2/5] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v4 3/5] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v4 4/5] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v4 5/5] vfio/pci: Add PCIe TPH SET_ST interface
[PATCH v2 0/5] gpu: nova-core: run unload sequence upon unbinding
2026-04-25 3:04 UTC (12+ messages)
` [PATCH v2 1/5] rust: add warn_on_err macro
` [PATCH v2 4/5] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
[PATCH v3 00/11] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
2026-04-25 0:51 UTC (12+ messages)
` [PATCH v3 02/11] iommu: Pass in reset result to pci_dev_reset_iommu_done()
` [PATCH v3 05/11] iommu: Change group->devices to RCU-protected list
[PATCH v3 0/5] vfio/pci: Add PCIe TPH support
2026-04-24 22:30 UTC (4+ messages)
[PATCH] pci: don't fallback to bus reset after failed slot reset
2026-04-24 22:09 UTC (3+ messages)
[PATCH] PCI: Fix resizable bar fails due to bridge memory region
2026-04-24 18:40 UTC (6+ messages)
[PATCH v2 0/2] PCI: Guard Resizable BAR restore against unreachable devices
2026-04-24 17:00 UTC (2+ messages)
[PATCH] PCI: Stop setting cached power state to "unknown" on unbind
2026-04-24 16:09 UTC (2+ messages)
[PATCH v2] PCI/P2PDMA: Avoid returning a provider for non_mappable_bars
2026-04-24 16:08 UTC (2+ messages)
[PATCH V1 00/13] PCI passthru on Hyper-V (Part I)
2026-04-24 14:58 UTC (5+ messages)
` [PATCH V1 01/13] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V1 03/13] x86/hyperv: add insufficient memory support in irqdomain.c
[PATCH v4 0/7] Add Devres managed IRQ vectors allocation
2026-04-24 11:48 UTC (9+ messages)
` [PATCH v4 1/7] PCI/MSI: Split __pci_enable_msi_range() for reuse
` [PATCH v4 2/7] PCI/MSI: Split __pci_enable_msix_range() "
` [PATCH v4 3/7] PCI/MSI: Introduce __pcim_enable_msi_range()
` [PATCH v4 4/7] PCI/MSI: Introduce __pcim_enable_msix_range()
` [PATCH v4 5/7] PCI/MSI: Add Devres managed IRQ vectors allocation
` [PATCH v4 6/7] PCI: switchtec: Replace pci_alloc_irq_vectors() with pcim_alloc_irq_vectors()
` [PATCH v4 7/7] PCI: vmd: "
Regression fyi: pci usb3 card in 32bit P4 s478 stopped working
2026-04-24 10:51 UTC
[PATCH v2 00/19] PCI/TSM: TEE I/O infrastructure
2026-04-24 10:15 UTC (5+ messages)
` [PATCH v2 08/19] PCI/TSM: Add "evidence" support
[PATCH v11 0/2] PCI: Fix crash when access broken ROM
2026-04-24 8:38 UTC (3+ messages)
[PATCH v3 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
2026-04-24 8:08 UTC (6+ messages)
` [PATCH v3 3/3] PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driver
[RESEND PATCH v3 0/3] Add Devres managed IRQ vectors allocation
2026-04-24 7:23 UTC (6+ messages)
` [RESEND PATCH v3 1/3] PCI/MSI: "
[PATCH 00/12] Fixes/improvements for the PCI M.2 power sequencing driver
2026-04-24 6:25 UTC (2+ messages)
[PATCH v14 0/3] of: parsing of multi #{iommu,msi}-cells in maps
2026-04-24 5:56 UTC (4+ messages)
` [PATCH v14 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v14 2/3] of: Factor arguments passed to of_map_id() into a struct
` [PATCH v14 3/3] of: Respect #{iommu,msi}-cells in maps
[PATCH v2 6/8] ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
2026-04-24 3:44 UTC (2+ messages)
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