NVIDIA GPU driver infrastructure
 help / color / mirror / Atom feed
 messages from 2026-08-19 18:41:26 to 2026-08-27 11:30:08 UTC [more...]

[PATCH v3 00/16] rust: io: support register projections and remove relative registers
 2026-08-27 11:29 UTC  (19+ messages)
` [PATCH v3 01/16] rust: io: register: reimplement as proc macro
` [PATCH v3 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v3 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v3 05/16] rust: io: support register projections
` [PATCH v3 06/16] rust: io: register: allow explicit base type specification
` [PATCH v3 07/16] gpu: nova-core: specify base type for registers
` [PATCH v3 09/16] samples: rust: pci: "

[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
 2026-08-27 11:12 UTC  (16+ messages)
` [PATCH v8 01/12] rust: bitmap: use function-level cfg on kunit test
` [PATCH v8 02/12] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v8 03/12] rust: num: add cv! macro to create values from constant expressions
` [PATCH v8 04/12] rust: prelude: add `num::cv`
` [PATCH v8 05/12] rust: use cv! to build Bounded values from constants
` [PATCH v8 06/12] rust: sizes: add sub-1K size constants
` [PATCH v8 07/12] rust: sizes: implement SizeConstants for Alignment
` [PATCH v8 08/12] rust: use Alignment size constants
` [PATCH v8 09/12] rust: bitmap: add contiguous area operations
` [PATCH v8 10/12] rust: id_pool: add contiguous ID reservation
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v8 12/12] gpu: nova-core: add ChannelIdPool

[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
 2026-08-27  8:51 UTC  (11+ messages)
` [PATCH v3 01/10] gpu: nova-core: mm: Add VramAddress type
` [PATCH v3 02/10] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH v3 03/10] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH v3 04/10] gpu: nova-core: mm: Add the memory management HAL
` [PATCH v3 05/10] rust: io: add static `cast()` method for views
` [PATCH v3 06/10] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v3 07/10] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v3 08/10] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v3 09/10] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH v3 10/10] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v2 0/1] gpu: nova-core: correct FSP documentation
 2026-08-27  7:46 UTC  (2+ messages)
` [PATCH v2 1/1] gpu: nova-core: correct FSP secure boot documentation

[PATCH 0/2] rust: num: casts: replace const type narrowing methods with a macro
 2026-08-27  1:36 UTC  (19+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module

[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
 2026-08-27  0:37 UTC  (5+ messages)

[PATCH 0/1] gpu: nova-core: correct FSP documentation
 2026-08-26 14:37 UTC  (2+ messages)
` [PATCH 1/1] gpu: nova-core: correct FSP secure boot documentation

[PATCH 0/6] gpu: nova-core: add NVKV codec
 2026-08-26 14:15 UTC  (12+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
` [PATCH 5/6] gpu: nova-core: add NVKV typed decoding

[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-08-26  1:49 UTC  (24+ messages)
` [PATCH v4 3/7] drm: nova: Add chipid enum to nova-drm UAPI
` [PATCH v4 4/7] drm: nova: Add a GPU info ioctl
` [PATCH v4 6/7] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter

[PATCH 0/4] gpu: nova-core: Extract falcon registers
 2026-08-25 23:44 UTC  (5+ messages)
` [PATCH 1/4] gpu: nova-core: Extract PFSP register definitions
` [PATCH 2/4] gpu: nova-core: falcon: Extract PRISCV register
` [PATCH 3/4] gpu: nova-core: falcon: Extract PFALCON2 register
` [PATCH 4/4] gpu: nova-core: Extract PFALCON register

[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
 2026-08-25 23:43 UTC  (27+ messages)
` [PATCH v7 02/10] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v7 03/10] rust: num: add nz! macro for compile time NonZero values
` [PATCH v7 04/10] rust: sizes: implement SizeConstants for Alignment
` [PATCH v7 05/10] rust: bitmap: add contiguous area operations
` [PATCH v7 06/10] rust: id_pool: take a NonZero capacity in with_capacity
` [PATCH v7 07/10] rust: id_pool: add contiguous ID reservation
` [PATCH v7 10/10] rust: use Alignment size constants

[PATCH v3 0/5] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
 2026-08-25 12:32 UTC  (3+ messages)
` [PATCH v3 3/5] rust: pci: make Vendor::from_raw() public

[PATCH] gpu: nova-core: write initial RPCs before booting GSP-RM
 2026-08-25  3:23 UTC  (3+ messages)

[PATCH v3 0/2] gpu: nova: fix incorrect GSP barrier usage
 2026-08-25  0:38 UTC  (9+ messages)
` [PATCH v3 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
` [PATCH v3 2/2] gpu: nova-core: fix barrier usage in GSP->CPU "

[PATCH] gpu: nova-core: Extract FUSE registers definitions
 2026-08-24 15:26 UTC  (4+ messages)

[PATCH v2 0/1] gpu: nova-core: populate GSP_VF_INFO for vGPU
 2026-08-24  8:28 UTC  (3+ messages)
` [PATCH v2 1/1] gpu: nova-core: populate GSP_VF_INFO when vGPU is enabled

[PATCH v2] gpu: nova-core: Extract PMC registers definitions
 2026-08-24  2:40 UTC  (2+ messages)

[PATCH v2 00/31] gpu: nova-core: boot on the r000 GSP firmware
 2026-08-23 19:51 UTC  (37+ messages)
` [PATCH v2 01/31] rust: pci: add domain_nr() accessor
` [PATCH v2 02/31] gpu: nova-core: firmware: add r000 bindings
` [PATCH v2 03/31] gpu: nova-core: extract radix3 page table into its own module
` [PATCH v2 04/31] gpu: nova-core: set MCTP transport header version to 1
` [PATCH v2 05/31] gpu: nova-core: add Falcon helpers for r000 LOAD_EXEC events
` [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 08/31] gpu: nova-core: add optional ucodes firmware loading
` [PATCH v2 09/31] gpu: nova-core: add LIBOS3 log buffers and state monitor buffer
` [PATCH v2 10/31] gpu: nova-core: add build ID headers to debugfs log buffer dumps
` [PATCH v2 11/31] gpu: nova-core: rename the FbRanges elf field to fw_image
` [PATCH v2 12/31] gpu: nova-core: regs: add msgq v2 BAR0 register declarations
` [PATCH v2 13/31] gpu: nova-core: gsp: add msgq v2 internals
` [PATCH v2 14/31] gpu: nova-core: generalize allocate_command() for variable headers
` [PATCH v2 15/31] gpu: nova-core: add GMC API message types
` [PATCH v2 16/31] gpu: nova-core: add GMC send path
` [PATCH v2 17/31] gpu: nova-core: add GMC transport receive path
` [PATCH v2 18/31] gpu: nova-core: gsp: add GMC dispatch on receive
` [PATCH v2 19/31] gpu: nova-core: separate the generic falcon bootloader from FWSEC
` [PATCH v2 20/31] gpu: nova-core: handle the r000 load-and-execute HS binary event
` [PATCH v2 21/31] gpu: nova-core: handle the r000 load-and-execute bootloader event
` [PATCH v2 22/31] gpu: nova-core: gsp: add the GMC boot event dispatcher
` [PATCH v2 23/31] gpu: nova-core: gsp: add the GSP_INIT request builder
` [PATCH v2 24/31] gpu: nova-core: gsp: send GSP_INIT and decode its reply
` [PATCH v2 25/31] gpu: nova-core: gsp: pass the remaining log buffers to GSP-RM
` [PATCH v2 26/31] gpu: nova-core: switch to the r000 GSP firmware
` [PATCH v2 27/31] gpu: nova-core: gsp: validate RPC element framing on receive
` [PATCH v2 28/31] gpu: nova-core: gsp: remove the RPCs that GSP_INIT replaced
` [PATCH v2 29/31] gpu: nova-core: firmware: delete the r570 bindings
` [PATCH v2 30/31] gpu: nova-core: print GMC command names in debug logs
` [PATCH v2 31/31] gpu: nova-core: distinguish GMC event and response "

[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-21 14:01 UTC  (7+ messages)
` [PATCH v2 01/12] rust: num: use const_assert! in Bounded
` [PATCH v2 08/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH 00/27] gpu: nova-core: boot on the r000 GSP firmware
 2026-08-21  5:01 UTC  (64+ messages)
` [PATCH 02/27] gpu: nova-core: extract radix3 page table into its own module
` [PATCH 03/27] gpu: nova-core: set MCTP transport header version to 1
` [PATCH 04/27] gpu: nova-core: add Falcon helpers for r000 LOAD_EXEC events
` [PATCH 05/27] gpu: nova-core: zero-pad radix3 page table levels to page boundary
` [PATCH 06/27] gpu: nova-core: distinguish async GSP RPC traffic in debug logs
` [PATCH 07/27] gpu: nova-core: add optional ucodes firmware loading
` [PATCH 08/27] gpu: nova-core: add LIBOS3 log buffers and state monitor buffer
` [PATCH 09/27] gpu: nova-core: add build ID headers to debugfs log buffer dumps
` [PATCH 10/27] gpu: nova-core: rename the FbRanges elf field to fw_image
` [PATCH 11/27] gpu: nova-core: regs: add msgq v2 BAR0 register declarations
` [PATCH 13/27] gpu: nova-core: generalize allocate_command() for variable headers
` [PATCH 14/27] gpu: nova-core: add GMC API message types
` [PATCH 15/27] gpu: nova-core: add GMC send path
` [PATCH 16/27] gpu: nova-core: add GMC transport receive path
` [PATCH 17/27] gpu: nova-core: gsp: add GMC dispatch on receive
` [PATCH 18/27] gpu: nova-core: separate the generic falcon bootloader from FWSEC
` [PATCH 20/27] gpu: nova-core: handle the r000 load-and-execute bootloader event
` [PATCH 21/27] gpu: nova-core: gsp: add the GMC boot event dispatcher
` [PATCH 22/27] gpu: nova-core: gsp: add the GSP_INIT request builder
` [PATCH 23/27] gpu: nova-core: gsp: send GSP_INIT and decode its reply
` [PATCH 24/27] gpu: nova-core: gsp: pass the remaining log buffers to GSP-RM
` [PATCH 25/27] gpu: nova-core: switch to the r000 GSP firmware
` [PATCH 26/27] gpu: nova-core: gsp: remove the retired system-info and static-info RPCs
` [PATCH 27/27] gpu: nova-core: firmware: delete the r570 bindings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox