messages from 2026-08-12 14:38:23 to 2026-08-19 11:10:48 UTC [more...]
[PATCH v3 00/16] rust: io: support register projections and remove relative registers
2026-08-19 11:09 UTC (17+ 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 08/16] drm/tyr: "
` [PATCH v3 09/16] samples: rust: pci: "
` [PATCH v3 10/16] rust: io: register: make register have a typed base
` [PATCH v3 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v3 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v3 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v3 14/16] rust: io: register: remove relative registers
` [PATCH v3 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v3 16/16] rust: io: register: unify handling of register with/without bitfields
[PATCH 0/6] gpu: nova-core: add NVKV codec
2026-08-19 10:49 UTC (10+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
` [PATCH 3/6] gpu: nova-core: add NVKV decoder
` [PATCH 4/6] gpu: nova-core: add NVKV typed encoding
` [PATCH 5/6] gpu: nova-core: add NVKV typed decoding
` [PATCH 6/6] gpu: nova-core: add NVKV GSP_INIT schemas
[PATCH 0/2] rust: kunit: enforce test configurability
2026-08-19 8:57 UTC (11+ messages)
` [PATCH 1/2] gpu: nova-core: add a KUnit test configuration option
` [PATCH 2/2] rust: kunit: move test configuration gating into macro
[PATCH 00/27] gpu: nova-core: boot on the r000 GSP firmware
2026-08-19 3:52 UTC (28+ messages)
` [PATCH 01/27] gpu: nova-core: firmware: add r000 bindings
` [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 12/27] gpu: nova-core: gsp: add msgq v2 internals
` [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 19/27] gpu: nova-core: handle the r000 load-and-execute HS binary event
` [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
[PATCH v2 00/16] rust: io: support register projections and remove relative registers
2026-08-18 14:41 UTC (18+ messages)
` [PATCH v2 01/16] rust: io: add static `cast()` method for views
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v2 14/16] rust: io: register: remove relative registers
` [PATCH v2 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v2 16/16] rust: io: register: unify handling of register with/without bitfields
[PATCH v5 0/5] rust: Add support for reserving of ranges of IDs
2026-08-18 13:55 UTC (40+ messages)
` [PATCH v5 1/5] rust: bitmap: use function-level cfg on kunit test
` [PATCH v5 2/5] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v5 3/5] rust: bitmap: add contiguous area operations
` [PATCH v5 4/5] rust: id_pool: add contiguous area allocation
` [PATCH v5 5/5] gpu: nova-core: add ChannelIdPool
[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
2026-08-17 20:39 UTC (18+ messages)
` [PATCH v7 01/10] rust: bitmap: use function-level cfg on kunit test
` [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 08/10] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v7 09/10] gpu: nova-core: add ChannelIdPool
` [PATCH v7 10/10] rust: use Alignment size constants
[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-17 20:18 UTC (5+ messages)
` [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] gpu: nova-core: Extract FUSE registers definitions
2026-08-17 20:04 UTC
[PATCH v2] gpu: nova-core: Extract PMC registers definitions
2026-08-17 16:51 UTC
[PATCH] gpu: nova-core: Extract PMC registers definitions
2026-08-17 15:15 UTC (2+ messages)
[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
2026-08-17 11:41 UTC (5+ messages)
` [PATCH v2 04/12] gpu: nova-core: mm: Add VramAddress type
[PATCH v2 0/2] gpu: nova-core: retain the GSP-RM log buffers
2026-08-15 5:08 UTC (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
` [PATCH v2 2/2] Documentation: nova: remove completed GSP log buffer task
[PATCH 0/7] lifetime-parameterized DRM File private data
2026-08-14 23:09 UTC (8+ messages)
` [PATCH 1/7] rust: drm: rename Ioctl device context to Userspace
` [PATCH 2/7] rust: drm: gem: gate open/close callbacks with RegistrationGuard
` [PATCH 3/7] rust: drm: move file_operations from gem to device
` [PATCH 4/7] rust: fs: add iminor() helper
` [PATCH 5/7] rust: drm: wrap fops open with RegistrationGuard
` [PATCH 6/7] rust: drm: make Driver::File lifetime-parameterized
` [PATCH 7/7] rust: drm: return impl PinInit from DriverFile::open()
[PATCH 00/17] nova-core: GPU interrupt support and GSP event delivery
2026-08-14 19:33 UTC (16+ messages)
` [PATCH 04/17] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH 05/17] gpu: nova-core: add the GIN CPU interrupt tree and MSI EOI registers
` [PATCH 06/17] gpu: nova-core: add the GIN interrupt tree API
[PATCH v2 0/2] rust: add functions and traits for lossless integer conversions
2026-08-14 10:30 UTC (2+ messages)
[PATCH 0/2] gpu: nova-core: retain the GSP-RM log buffers
2026-08-13 20:21 UTC (17+ messages)
` [PATCH 1/2] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-08-13 11:51 UTC (12+ messages)
[PATCH v6 0/7] rust: Add support for reserving of ranges of IDs
2026-08-13 7:34 UTC (8+ messages)
` [PATCH v6 1/7] rust: bitmap: use function-level cfg on kunit test
` [PATCH v6 2/7] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v6 3/7] rust: bitmap: add contiguous area operations
` [PATCH v6 4/7] rust: id_pool: add contiguous area allocation
` [PATCH v6 5/7] rust: id_pool: take a NonZero capacity in with_capacity
` [PATCH v6 6/7] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v6 7/7] gpu: nova-core: add ChannelIdPool
[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
2026-08-12 23:51 UTC (7+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address
[PATCH v3 0/5] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-08-12 19:52 UTC (6+ messages)
` [PATCH v3 1/5] samples: rust: remove the rust_driver_pci sample
` [PATCH v3 2/5] rust: pci: rework device enabling API
` [PATCH v3 3/5] rust: pci: make Vendor::from_raw() public
` [PATCH v3 4/5] rust: completion: add complete()
` [PATCH v3 5/5] rust: samples: add EDU PCI driver sample
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