messages from 2026-08-31 22:18:46 to 2026-09-09 03:59:58 UTC [more...]
[PATCH 00/16] gpu: nova-core: GPU page table, vmm, and bar1 mapping
2026-09-09 3:59 UTC
[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
2026-09-09 3:00 UTC (15+ messages)
` [PATCH 01/13] gpu: nova-core: vgpu: add post-GSP-boot vGPU initialization
` [PATCH 02/13] gpu: nova-core: mm: add VramBlock and Bar1Map
` [PATCH 03/13] gpu: nova-core: vgpu: add VRAM slot allocator
` [PATCH 04/13] gpu: nova-core: vgpu: add r000 plugin bindings
` [PATCH 05/13] gpu: nova-core: vgpu: add instance create/destroy
` [PATCH 06/13] gpu: nova-core: gsp: add GMC transaction helpers
` [PATCH 07/13] gpu: nova-core: vgpu: add vGPU bootload
` [PATCH 08/13] gpu: nova-core: vgpu: implement PluginRpc channel and config params
` [PATCH 09/13] gpu: nova-core: vgpu: scrub guest framebuffer memory with CeUtils
` [PATCH 10/13] gpu: nova-core: vgpu: export plugin log buffers via debugfs
` [PATCH 11/13] gpu: nova-core: vgpu: export lifecycle operations to VFIO
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU VFIO variant driver
` [PATCH 13/13] gpu: nova-core: reserve the 48-VM WPR2 heap
[PATCH v2 0/8] gpu: nova-core: add NVKV codec
2026-09-09 1:13 UTC (6+ messages)
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-08 21:20 UTC (48+ messages)
` [PATCH v5 01/11] gpu: nova-core: Add public driver API to nova-core
` [PATCH v5 05/11] drm: nova: Add an info ioctl
` [PATCH v5 09/11] drm: nova: Report GPU name in GPU info
` [PATCH v5 10/11] drm: nova: Report GPU short "
[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
2026-09-08 18:22 UTC (2+ messages)
[PATCH v2 00/31] gpu: nova-core: boot on the r000 GSP firmware
2026-09-08 13:59 UTC (10+ messages)
` [PATCH v2 03/31] gpu: nova-core: extract radix3 page table into its own module
` [PATCH v2 06/31] gpu: nova-core: zero-pad radix3 page table levels to page boundary
` [PATCH v2 07/31] gpu: nova-core: distinguish async GSP RPC traffic in debug logs
[PATCH] rust: maple_tree: implement Send and Sync for MapleTree
2026-09-08 9:53 UTC (3+ messages)
[PATCH] rust: pci: add resource_flags accessor
2026-09-08 7:51 UTC
[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
2026-09-07 21:06 UTC (15+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime
[PATCH v3 00/14] nova-core: GPU interrupt support and GSP event delivery
2026-09-07 18:17 UTC (35+ messages)
` [PATCH v3 01/14] rust: pci: declare IrqType and IrqTypes with impl_flags
` [PATCH v3 02/14] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v3 03/14] gpu: nova-core: add the GIN vector and subtree newtypes
` [PATCH v3 04/14] gpu: nova-core: add the GIN CPU interrupt tree and MSI EOI registers
` [PATCH v3 05/14] gpu: nova-core: add the per-architecture GIN CPU interrupt HAL
` [PATCH v3 06/14] gpu: nova-core: add the GIN interrupt tree and allocate its vectors
` [PATCH v3 07/14] gpu: nova-core: add an interrupt delivery self-test
` [PATCH v3 08/14] gpu: nova-core: log GSP events instead of discarding them
` [PATCH v3 09/14] gpu: nova-core: recover the GSP receive path from corrupt framing
` [PATCH v3 10/14] gpu: nova-core: bound a GSP wait by a single deadline
` [PATCH v3 11/14] gpu: nova-core: add the falcon interrupt status and routing registers
` [PATCH v3 12/14] gpu: nova-core: drive GSP events with the SWGEN0 interrupt
` [PATCH v3 13/14] gpu: nova-core: add KUnit tests for the interrupt tree and HALs
` [PATCH v3 14/14] gpu: nova-core: document the GIN interrupt controller and GSP events
[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
2026-09-07 3:21 UTC (6+ messages)
` [PATCH v3 05/10] rust: io: add static `cast()` method for views
[PATCH 0/2] rust: honor the maximum DMA segment size
2026-09-07 2:43 UTC (5+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[PATCH v4 00/16] rust: io: support register projections and remove relative registers
2026-09-06 13:19 UTC (35+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v4 05/16] rust: io: support register projections
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 07/16] gpu: nova-core: specify base type for registers
` [PATCH v4 08/16] drm/tyr: "
` [PATCH v4 09/16] samples: rust: pci: "
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 14/16] rust: io: register: remove relative registers
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v4 16/16] rust: io: register: unify handling of register with/without bitfields
[PATCH] gpu: nova-core: gsp: fix a broken doc link on GspMessage
2026-09-05 23:12 UTC (4+ messages)
[PATCH v2 00/15] nova-core: GPU interrupt support and GSP event delivery
2026-09-03 3:06 UTC (23+ messages)
` [PATCH v2 04/15] gpu: nova-core: add the GIN vector and subtree newtypes
` [PATCH v2 05/15] gpu: nova-core: add the per-architecture GIN CPU interrupt HAL
` [PATCH v2 06/15] gpu: nova-core: add the GIN interrupt tree and allocate its vectors
` [PATCH v2 07/15] gpu: nova-core: add an interrupt delivery self-test
` [PATCH v2 09/15] gpu: nova-core: match GSP RPC replies by sequence, not just function
` [PATCH v2 12/15] gpu: nova-core: drive GSP events with the SWGEN0 interrupt
` [PATCH v2 13/15] gpu: nova-core: retrigger the GSP falcon and clear every latched cause
` [PATCH v2 15/15] gpu: nova-core: document the GIN interrupt controller and GSP events
[PATCH v3 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-09-02 13:21 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 v3 3/3] gpu: nova-core: use cv! for constant casts
[PATCH v4 0/2] gpu: nova: fix incorrect GSP barrier usage
2026-09-02 10:06 UTC (6+ messages)
` [PATCH v4 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
` [PATCH v4 2/2] gpu: nova-core: fix barrier usage in GSP->CPU "
[PATCH v2 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-09-02 8:35 UTC (10+ messages)
` [PATCH v2 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v2 2/3] rust: prelude: add `num::cv`
` [PATCH v2 3/3] gpu: nova-core: use cv! for constant casts
[PATCH v3 0/2] gpu: nova: fix incorrect GSP barrier usage
2026-09-01 14:45 UTC (11+ messages)
` [PATCH v3 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
2026-09-01 0:26 UTC (2+ messages)
[PATCH v2 0/1] gpu: nova-core: correct FSP documentation
2026-09-01 0:17 UTC (3+ messages)
` [PATCH v2 1/1] gpu: nova-core: correct FSP secure boot documentation
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