messages from 2026-08-27 14:32:13 to 2026-09-03 10:42:14 UTC [more...]
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-03 10:42 UTC (47+ 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 00/14] nova-core: GPU interrupt support and GSP event delivery
2026-09-03 3:57 UTC (19+ messages)
` [PATCH v3 01/14] rust: pci: declare IrqType and IrqTypes with impl_flags
` [PATCH v3 02/14] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v3 03/14] gpu: nova-core: add the GIN vector and subtree newtypes
` [PATCH v3 04/14] gpu: nova-core: add the GIN CPU interrupt tree and MSI EOI registers
` [PATCH v3 05/14] gpu: nova-core: add the per-architecture GIN CPU interrupt HAL
` [PATCH v3 06/14] gpu: nova-core: add the GIN interrupt tree and allocate its vectors
` [PATCH v3 07/14] gpu: nova-core: add an interrupt delivery self-test
` [PATCH v3 08/14] gpu: nova-core: log GSP events instead of discarding them
` [PATCH v3 09/14] gpu: nova-core: recover the GSP receive path from corrupt framing
` [PATCH v3 10/14] gpu: nova-core: bound a GSP wait by a single deadline
` [PATCH v3 11/14] gpu: nova-core: add the falcon interrupt status and routing registers
` [PATCH v3 12/14] gpu: nova-core: drive GSP events with the SWGEN0 interrupt
` [PATCH v3 13/14] gpu: nova-core: add KUnit tests for the interrupt tree and HALs
` [PATCH v3 14/14] gpu: nova-core: document the GIN interrupt controller and GSP events
[PATCH v2 00/15] nova-core: GPU interrupt support and GSP event delivery
2026-09-03 3:06 UTC (38+ 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 v3 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-09-02 13:21 UTC (5+ messages)
` [PATCH v3 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v3 2/3] rust: prelude: add `num::cv`
` [PATCH v3 3/3] gpu: nova-core: use cv! for constant casts
[PATCH v4 0/2] gpu: nova: fix incorrect GSP barrier usage
2026-09-02 10:06 UTC (6+ messages)
` [PATCH v4 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
` [PATCH v4 2/2] gpu: nova-core: fix barrier usage in GSP->CPU "
[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
2026-09-02 8:46 UTC (2+ messages)
[PATCH v2 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-09-02 8:35 UTC (10+ messages)
` [PATCH v2 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v2 2/3] rust: prelude: add `num::cv`
` [PATCH v2 3/3] gpu: nova-core: use cv! for constant casts
[PATCH v4 00/16] rust: io: support register projections and remove relative registers
2026-09-01 16:50 UTC (17+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v4 05/16] rust: io: support register projections
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 07/16] gpu: nova-core: specify base type for registers
` [PATCH v4 08/16] drm/tyr: "
` [PATCH v4 09/16] samples: rust: pci: "
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 14/16] rust: io: register: remove relative registers
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v4 16/16] rust: io: register: unify handling of register with/without bitfields
[PATCH v3 0/2] gpu: nova: fix incorrect GSP barrier usage
2026-09-01 14:45 UTC (11+ messages)
` [PATCH v3 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
2026-09-01 0:26 UTC (2+ 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 (23+ messages)
` [PATCH v8 03/12] rust: num: add cv! macro to create values from constant expressions
` [PATCH v8 06/12] rust: sizes: add sub-1K size constants
` [PATCH v8 07/12] rust: sizes: implement SizeConstants for Alignment
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
[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 (4+ messages)
` [PATCH 4/4] gpu: nova-core: Extract PFALCON register
[PATCH 0/6] gpu: nova-core: add NVKV codec
2026-08-28 18:11 UTC (6+ messages)
` [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 (22+ messages)
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [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
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