messages from 2026-08-25 08:33:49 to 2026-09-01 03:09:15 UTC [more...]
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-01 3:09 UTC (20+ messages)
` [PATCH v5 01/11] gpu: nova-core: Add public driver API to nova-core
` [PATCH v5 02/11] drm: nova: Add DRM registration data
` [PATCH v5 03/11] drm: nova: Add GPU architecture enum to nova-drm UAPI
` [PATCH v5 04/11] rust: uaccess: add UserSliceWriter::write_truncated()
` [PATCH v5 05/11] drm: nova: Add an info ioctl
` [PATCH v5 06/11] drm: nova: Add usable VRAM size to GPU info
` [PATCH v5 07/11] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
` [PATCH v5 08/11] drm: nova: Expose a render node
` [PATCH v5 09/11] drm: nova: Report GPU name in GPU info
` [PATCH v5 10/11] drm: nova: Report GPU short "
` [PATCH v5 11/11] drm: nova: Report GPU GID "
[PATCH v3 0/2] gpu: nova: fix incorrect GSP barrier usage
2026-09-01 2:47 UTC (9+ messages)
` [PATCH v3 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
[PATCH v2 00/15] nova-core: GPU interrupt support and GSP event delivery
2026-09-01 1:15 UTC (29+ messages)
` [PATCH v2 01/15] rust: pci: declare IrqType and IrqTypes with impl_flags
` [PATCH v2 02/15] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v2 03/15] gpu: nova-core: add the GIN CPU interrupt tree and MSI EOI registers
` [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 08/15] gpu: nova-core: dispatch GSP events instead of discarding them
` [PATCH v2 09/15] gpu: nova-core: match GSP RPC replies by sequence, not just function
` [PATCH v2 10/15] gpu: nova-core: recover the GSP receive path from corrupt framing
` [PATCH v2 11/15] gpu: nova-core: bound a GSP wait by a single deadline
` [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 14/15] gpu: nova-core: add KUnit tests for the interrupt tree and HALs
` [PATCH v2 15/15] gpu: nova-core: document the GIN interrupt controller and GSP events
[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
2026-09-01 0:26 UTC (6+ 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
[PATCH 0/2] rust: honor the maximum DMA segment size
2026-08-31 23:32 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[PATCH] gpu: nova-core: document the firmware layout and ABI epochs
2026-08-31 17:02 UTC (2+ messages)
[PATCH 0/2] gpu: nova-core: complete conversion to kernel `num` module
2026-08-31 14:20 UTC (11+ messages)
` [PATCH 1/2] gpu: nova-core: use kernel lossless integer conversion module
` [PATCH 2/2] gpu: nova-core: use FromSafeCast wherever possible
[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
2026-08-31 2:11 UTC (32+ 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 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
2026-08-30 19:37 UTC (5+ 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 0/4] gpu: nova-core: Extract falcon registers
2026-08-28 23:30 UTC (7+ 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 0/6] gpu: nova-core: add NVKV codec
2026-08-28 18:11 UTC (10+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
[PATCH 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-08-28 9:15 UTC (4+ messages)
` [PATCH 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH 2/3] rust: prelude: add `num::cv`
` [PATCH 3/3] gpu: nova-core: use cv! for constant casts
[PATCH v3 00/16] rust: io: support register projections and remove relative registers
2026-08-28 2:07 UTC (40+ 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 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 v2 0/8] gpu: nova-core: add NVKV codec
2026-08-27 14:12 UTC (9+ messages)
` [PATCH v2 1/8] rust: alloc: add Vec::try_push_init
` [PATCH v2 2/8] rust: alloc: add Vec::push_init
` [PATCH v2 3/8] rust: alloc: add ArrayVec
` [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 7/8] gpu: nova-core: add NVKV typed decoding
` [PATCH v2 8/8] gpu: nova-core: add NVKV GSP_INIT schemas
[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 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 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 v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-26 1:49 UTC (18+ 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 v7 00/10] rust: Add support for reserving of ranges of IDs
2026-08-25 23:43 UTC (13+ messages)
` [PATCH v7 03/10] rust: num: add nz! macro for compile time NonZero values
` [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 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
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