messages from 2026-09-07 02:43:55 to 2026-09-13 21:13:45 UTC [more...]
[PATCH 0/2] rust: honor the maximum DMA segment size
2026-09-13 21:08 UTC (7+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[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 0/3] radix3 and ELF cleanup, pre-r000
2026-09-13 20:56 UTC (6+ 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 v4 0/3] gpu: nova-core: retain the GSP-RM log buffers
2026-09-13 18:37 UTC (4+ 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 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 (18+ messages)
` [PATCH v4 01/17] rust: pci: declare IrqType and IrqTypes with impl_flags
` [PATCH v4 02/17] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v4 03/17] gpu: nova-core: add the GIN vector, leaf and subtree types
` [PATCH v4 04/17] gpu: nova-core: add the GIN CPU interrupt tree and MSI EOI registers
` [PATCH v4 05/17] gpu: nova-core: add the per-architecture GIN CPU interrupt HAL
` [PATCH v4 06/17] gpu: nova-core: add the GIN interrupt tree and allocate its vectors
` [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
[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
2026-09-11 20:39 UTC (8+ 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 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU VFIO variant driver
[PATCH 00/16] gpu: nova-core: GPU page table, vmm, and bar1 mapping
2026-09-11 15:02 UTC (24+ messages)
` [PATCH 01/16] gpu: nova-core: mm: Add common types for virtual memory management
` [PATCH 02/16] gpu: nova-core: mm: Add buddy allocator and TLB to GpuMm
` [PATCH 03/16] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH 04/16] gpu: nova-core: mm: pagetable: Add PteOps trait
` [PATCH 05/16] gpu: nova-core: mm: pagetable: Add PdeOps trait
` [PATCH 06/16] gpu: nova-core: mm: pagetable: Add DualPdeOps trait
` [PATCH 07/16] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH 08/16] gpu: nova-core: mm: Add MMU v3 "
` [PATCH 09/16] gpu: nova-core: mm: pagetable: Add MmuConfig trait
` [PATCH 10/16] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH 11/16] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH 12/16] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH 13/16] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH 14/16] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH 15/16] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH 16/16] gpu: nova-core: mm: Add BAR1 memory management self-tests
[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
2026-09-11 14:14 UTC (4+ messages)
[PATCH] rust: pci: add resource_flags accessor
2026-09-11 14:13 UTC (4+ messages)
[PATCH v2 0/8] gpu: nova-core: add NVKV codec
2026-09-11 11:18 UTC (13+ 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 00/31] gpu: nova-core: boot on the r000 GSP firmware
2026-09-09 21:52 UTC (14+ 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 v2 13/31] gpu: nova-core: gsp: add msgq v2 internals
[PATCH v6 00/13] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-09 6:45 UTC (14+ messages)
` [PATCH v6 01/13] rust: auxiliary: let registration_data_with() closures return covariant sub-fields
` [PATCH v6 02/13] gpu: nova-core: Add public driver API to nova-core
` [PATCH v6 03/13] drm: nova: Add DRM registration data
` [PATCH v6 04/13] drm: nova: Add GPU architecture enum to nova-drm UAPI
` [PATCH v6 05/13] drm: nova: Add chipid "
` [PATCH v6 06/13] rust: uaccess: add UserSliceWriter::write_truncated()
` [PATCH v6 07/13] drm: nova: Add an info ioctl
` [PATCH v6 08/13] drm: nova: Add usable VRAM size to GPU info
` [PATCH v6 09/13] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
` [PATCH v6 10/13] drm: nova: Expose a render node
` [PATCH v6 11/13] drm: nova: Report GPU name in GPU info
` [PATCH v6 12/13] drm: nova: Report GPU short "
` [PATCH v6 13/13] drm: nova: Report GPU GID "
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-08 21:20 UTC (18+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl
[PATCH] rust: maple_tree: implement Send and Sync for MapleTree
2026-09-08 9:53 UTC (3+ messages)
[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
2026-09-07 21:06 UTC (3+ messages)
[PATCH v3 00/14] nova-core: GPU interrupt support and GSP event delivery
2026-09-07 18:17 UTC (6+ messages)
` [PATCH v3 07/14] gpu: nova-core: add an interrupt delivery self-test
` [PATCH v3 12/14] gpu: nova-core: drive GSP events with the SWGEN0 interrupt
[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
2026-09-07 3:21 UTC (2+ messages)
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