messages from 2026-08-10 22:24:21 to 2026-08-17 14:08:16 UTC [more...]
[PATCH v5 0/5] rust: Add support for reserving of ranges of IDs
2026-08-17 14:08 UTC (34+ 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 0/6] gpu: nova-core: add NVKV codec
2026-08-17 14:02 UTC (8+ 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 v2 00/12] gpu: nova-core: add PRAMIN window support
2026-08-17 11:41 UTC (16+ messages)
` [PATCH v2 01/12] rust: num: use const_assert! in Bounded
` [PATCH v2 02/12] rust: num: reject Bounded::shr overshifts at build time
` [PATCH v2 03/12] rust: num: add Bounded::shr_exact
` [PATCH v2 04/12] gpu: nova-core: mm: Add VramAddress type
[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
2026-08-17 10:29 UTC (12+ 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 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 (23+ messages)
` [PATCH 03/17] rust: pci: expose the allocated interrupt type
` [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 00/16] rust: io: support register projections and remove relative registers
2026-08-14 14:27 UTC (21+ messages)
` [PATCH v2 01/16] rust: io: add static `cast()` method for views
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 11/16] rust: io: register: support fixed offset register without bitfield
` [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 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 (19+ messages)
` [PATCH 1/2] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
` [PATCH 2/2] Documentation: nova: remove completed GSP log buffer task
[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-08-13 11:51 UTC (22+ messages)
` [PATCH v10 01/10] rust: module: move module types into `module.rs`
` [PATCH v10 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v10 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v10 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v10 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v10 06/10] rust: miscdevice: "
` [PATCH v10 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v10 08/10] rust_binder: "
` [PATCH v10 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v10 10/10] rust: module: update MAINTAINERS to cover module.rs
[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
[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-11 5:06 UTC (8+ messages)
` [PATCH v4 1/7] gpu: nova-core: Add public driver API to nova-core
` [PATCH v4 2/7] drm: nova: Add DRM registration data
` [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 5/7] drm: nova: Add usable VRAM size to "
` [PATCH v4 6/7] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
` [PATCH v4 7/7] drm: nova: Expose a render node
[PATCH v4 0/5] rust: Add support for reserving of ranges of IDs
2026-08-11 3:16 UTC (5+ messages)
` [PATCH v4 2/5] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v4 3/5] rust: bitmap: add contiguous area operations
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