messages from 2026-09-12 04:44:32 to 2026-09-15 23:44:48 UTC [more...]
[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
2026-09-15 23:44 UTC (9+ messages)
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU "
[PATCH 0/2] Nova vGPU lifecycle FFI and the NVIDIA VFIO driver
2026-09-15 21:18 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: vgpu: export lifecycle operations to VFIO
` [PATCH 2/2] vfio/nvidia-vgpu: add the NVIDIA vGPU VFIO variant driver
[PATCH 00/14] Add Rust PCI SR-IOV support
2026-09-15 20:56 UTC (15+ messages)
` [PATCH 01/14] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH 02/14] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH 03/14] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH 04/14] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH 05/14] rust: pci: add is_virtfn(), to check for VFs
` [PATCH 06/14] rust: pci: add is_physfn(), to check for PFs
` [PATCH 07/14] rust: pci: add num_vf(), to return number of VFs
` [PATCH 08/14] rust: pci: add typed SR-IOV PF registration data
` [PATCH 09/14] samples: rust: add Rust SR-IOV VF driver sample
` [PATCH 10/14] rust: add C-to-Rust FFI descriptors and trampolines
` [PATCH 11/14] rust: pci: add C FFI support to typed SR-IOV PF registration data
` [PATCH 12/14] samples: rust: add C SR-IOV VF driver that calls into a Rust PF driver
` [PATCH 13/14] gpu: nova-core: publish typed SR-IOV PF data for VF drivers
` [PATCH 14/14] Documentation: rust: explain SR-IOV PF data sharing with VFs
[PATCH v3 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-09-15 7:40 UTC (5+ messages)
` [PATCH v3 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v3 2/3] rust: prelude: add `num::cv`
[PATCH 0/2] rust: honor the maximum DMA segment size
2026-09-15 4:52 UTC (15+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[PATCH v2 0/8] gpu: nova-core: add NVKV codec
2026-09-14 12:12 UTC (27+ messages)
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
` [PATCH v2 6/8] gpu: nova-core: add NVKV typed encoding
` [PATCH v2 7/8] gpu: nova-core: add NVKV typed decoding
` [PATCH v2 8/8] gpu: nova-core: add NVKV GSP_INIT schemas
[PATCH v4 0/3] gpu: nova-core: retain the GSP-RM log buffers
2026-09-14 10:15 UTC (5+ messages)
` [PATCH v4 1/3] gpu: nova-core: move the debugfs root into the module data
` [PATCH v4 2/3] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
` [PATCH v4 3/3] Documentation: nova: remove completed GSP log buffer task
[PATCH v2 00/32] Introduce NVIDIA vGPU manager
2026-09-14 7:49 UTC (33+ messages)
` [PATCH v2 01/32] gpu: nova-core: gsp: pass boot context through setup helpers
` [PATCH v2 02/32] gpu: nova-core: gsp: decouple boot context from VgpuManager
` [PATCH v2 03/32] gpu: nova-core: vgpu: detect boot state independently
` [PATCH v2 04/32] gpu: nova-core: gpu: add a channel ID pool for vGPU
` [PATCH v2 05/32] gpu: nova-core: gsp: expose the VMMU segment size
` [PATCH v2 06/32] gpu: nova-core: gsp: decode the FIFO engine table
` [PATCH v2 07/32] gpu: nova-core: vgpu: initialize runtime parameters after GSP boot
` [PATCH v2 08/32] gpu: nova-core: vgpu: reserve the 48-VM WPR2 heap
` [PATCH v2 09/32] gpu: nova-core: mm: borrow BarUser for temporary BAR1 access
` [PATCH v2 10/32] gpu: nova-core: mm: add VramBlock
` [PATCH v2 11/32] gpu: nova-core: mm: add VramRegion
` [PATCH v2 12/32] gpu: nova-core: mm: add BarMapping
` [PATCH v2 13/32] gpu: nova-core: gsp: dispatch RM RPC messages during GMC receive
` [PATCH v2 14/32] gpu: nova-core: gsp: add synchronous GMC transactions
` [PATCH v2 15/32] gpu: nova-core: gsp: add status-only "
` [PATCH v2 16/32] gpu: nova-core: gsp: wait for GMC completion events
` [PATCH v2 17/32] gpu: nova-core: vgpu: add r000 plugin bindings
` [PATCH v2 18/32] gpu: nova-core: vgpu: add VRAM slot allocator
` [PATCH v2 19/32] gpu: nova-core: gsp: factor out NVKV payload conversion
` [PATCH v2 20/32] gpu: nova-core: vgpu: query VF assignments and properties
` [PATCH v2 21/32] gpu: nova-core: vgpu: add instance create/destroy
` [PATCH v2 22/32] gpu: nova-core: vgpu: encode vGPU boot requests
` [PATCH v2 23/32] gpu: nova-core: vgpu: add GSP plugin communication buffers
` [PATCH v2 24/32] gpu: nova-core: vgpu: add instance boot and shutdown
` [PATCH v2 25/32] gpu: nova-core: vgpu: initialize GSP plugin RPC buffers
` [PATCH v2 26/32] gpu: nova-core: vgpu: add GSP plugin RPC transactions
` [PATCH v2 27/32] gpu: nova-core: vgpu: negotiate the GSP plugin RPC version
` [PATCH v2 28/32] gpu: nova-core: vgpu: send GSP plugin configuration parameters
` [PATCH v2 29/32] gpu: nova-core: vgpu: update the GSP plugin BME state
` [PATCH v2 30/32] gpu: nova-core: vgpu: scrub guest VRAM with CeUtils
` [PATCH v2 31/32] gpu: nova-core: add build ID headers to debugfs log buffer dumps
` [PATCH v2 32/32] gpu: nova-core: vgpu: export plugin log buffers via debugfs
[PATCH 0/3] radix3 and ELF cleanup, pre-r000
2026-09-14 0:44 UTC (7+ messages)
` [PATCH 1/3] gpu: nova-core: extract radix3 page table into its own module
` [PATCH 2/3] gpu: nova-core: zero-pad radix3 page table levels to page boundary
` [PATCH 3/3] gpu: nova-core: rename the FbRanges elf field to fw_image
[PATCH v2 0/2] rust: honor the maximum DMA segment size
2026-09-13 21:08 UTC (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH v2 2/2] rust: scatterlist: honor the device's maximum "
[PATCH v3 0/3] gpu: nova-core: retain the GSP-RM log buffers
2026-09-12 17:55 UTC (5+ messages)
` [PATCH v3 1/3] gpu: nova-core: build the debugfs guard before registering the driver
` [PATCH v3 2/3] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
` [PATCH v3 3/3] Documentation: nova: remove completed GSP log buffer task
[PATCH v4 00/17] nova-core: GPU interrupt support and GSP event delivery
2026-09-12 4:44 UTC (12+ messages)
` [PATCH v4 07/17] gpu: nova-core: wait for GFW boot in probe, not in the Gpu constructor
` [PATCH v4 08/17] gpu: nova-core: add an interrupt delivery self-test
` [PATCH v4 09/17] gpu: nova-core: log GSP events instead of discarding them
` [PATCH v4 10/17] gpu: nova-core: stop re-parsing a bad GSP message
` [PATCH v4 11/17] gpu: nova-core: return ENOMSG for an unmatched "
` [PATCH v4 12/17] gpu: nova-core: bound a GSP wait by a single deadline
` [PATCH v4 13/17] gpu: nova-core: add a GSP message queue drain
` [PATCH v4 14/17] gpu: nova-core: add the falcon interrupt registers and their HAL
` [PATCH v4 15/17] gpu: nova-core: service GSP events from the SWGEN0 interrupt
` [PATCH v4 16/17] gpu: nova-core: add KUnit tests for the interrupt tree and HALs
` [PATCH v4 17/17] gpu: nova-core: document the GIN interrupt controller and GSP events
page: | 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;
as well as URLs for NNTP newsgroup(s).