messages from 2026-06-04 11:44:23 to 2026-06-10 20:28:57 UTC [more...]
[PATCH 0/8] Transition Nova Core to TLV firmware images
2026-06-10 20:28 UTC (16+ messages)
` [PATCH 1/8] rust: firmware: add request_into_buf()
` [PATCH 2/8] gpu: nova-core: add request_tlv to load TLV images
` [PATCH 3/8] gpu: nova-core: add TLV parser for firmware files
` [PATCH 4/8] gpu: nova-core: transition booter_load to TLV images
` [PATCH 5/8] gpu: nova-core: transition gsp "
` [PATCH 6/8] gpu: nova-core: transition gen_bootloader "
` [PATCH 7/8] gpu: nova-core: transition fsp "
` [PATCH 8/8] gpu: nova-core: update firmware module info for "
[PATCH 1/2] gpu: nova-core: remove imports available from prelude
2026-06-10 19:08 UTC (4+ messages)
` [PATCH 2/2] gpu: nova-core: use `c"literal"` instead of `c_str!()`
[PATCH v2] gpu: nova-core: gsp: Move gsp register definition into gsp module
2026-06-10 19:03 UTC (5+ messages)
[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
2026-06-10 15:38 UTC (17+ messages)
` [PATCH 1/4] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH 2/4] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH 3/4] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH 4/4] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
[PATCH v4] rust: make `build_assert` module the home of related macros
2026-06-10 10:01 UTC (6+ messages)
[PATCH 0/2] gpu: nova-core: Hopper sysmem flush fix and FSP comment cleanup
2026-06-10 2:47 UTC (7+ messages)
` [PATCH 1/2] gpu: nova-core: Hopper: use correct sysmem flush registers
` [PATCH 2/2] gpu: nova-core: clean up FSP FRTS comments
[PATCH v2 0/4] rust: more memory barriers bindings
2026-06-09 15:38 UTC (5+ messages)
` [PATCH v2 1/4] rust: sync: add helpers for mb, dma_mb and friends
` [PATCH v2 2/4] rust: sync: generic memory barriers
` [PATCH v2 3/4] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
` [PATCH v2 4/4] gpu: nova-core: fix barrier usage in GSP->CPU "
[PATCH] gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails
2026-06-09 13:18 UTC (4+ messages)
[PATCH v3 00/19] rust: I/O type generalization and projection
2026-06-09 12:44 UTC (23+ messages)
` [PATCH v3 01/19] rust: io: add dynamically-sized `Region` type
` [PATCH v3 02/19] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v3 03/19] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v3 04/19] rust: io: implement `Io` on reference types instead
` [PATCH v3 05/19] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v3 06/19] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v3 07/19] rust: io: implement `Mmio` as view type
` [PATCH v3 08/19] rust: pci: io: make `ConfigSpace` a view
` [PATCH v3 09/19] rust: io: use view types instead of addresses for `Io`
` [PATCH v3 10/19] rust: io: remove `MmioOwned`
` [PATCH v3 11/19] rust: io: move `Io` methods to extension trait
` [PATCH v3 12/19] rust: io: add projection macro and methods
` [PATCH v3 13/19] rust: io: add I/O backend for system memory with volatile access
` [PATCH v3 14/19] rust: io: implement a view type for `Coherent`
` [PATCH v3 15/19] rust: io: add `read_val` and `write_val` function on `Io`
` [PATCH v3 16/19] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v3 17/19] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v3 18/19] rust: io: add copying methods
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`
[PATCH v5 0/3] rust: add `bitfield!` macro
2026-06-09 10:46 UTC (8+ messages)
` [PATCH v5 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v5 2/3] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v5 3/3] rust: io: use the `bitfield!` macro in `register!`
[PATCH 0/9] gpu: nova-core: boot GSP with vGPU enabled on
2026-06-09 6:07 UTC (15+ messages)
` [PATCH 1/9] rust: pci: expose sriov_get_totalvfs() helper
` [PATCH 2/9] gpu: nova-core: factor out common FSP message header
` [PATCH 3/9] gpu: nova-core: return FSP response buffer to caller
` [PATCH 4/9] gpu: nova-core: read vGPU mode from FSP via PRC protocol
` [PATCH 5/9] gpu: nova-core: add FSP and PRC protocol documentation
` [PATCH 6/9] gpu: nova-core: consolidate GSP boot parameters into GspBootContext
` [PATCH 7/9] gpu: nova-core: add vGPU preludes
` [PATCH 8/9] gpu: nova-core: set RMSetSriovMode when NVIDIA vGPU is enabled
` [PATCH] gpu: nova-core: reserve a larger GSP WPR2 heap when "
[PATCH] gpu: nova-core: don't declare booter firmware for FSP chipsets
2026-06-09 6:06 UTC (5+ messages)
[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
2026-06-08 20:50 UTC (7+ messages)
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
[PATCH v4 0/6] gpu: drm: nova: enable calling into nova-core
2026-06-08 7:05 UTC (10+ messages)
` [PATCH v4 1/6] rust: inline some init methods
` [PATCH v4 2/6] gpu: build nova-core and nova-drm from drivers/gpu/Makefile
` [PATCH v4 3/6] gpu: nova-core: export Rust symbols for nova-drm
` [PATCH v4 4/6] gpu: nova-core: emit Rust metadata "
` [PATCH v4 5/6] gpu: drm: nova: build after nova-core and use its symbols
` [PATCH POC v4 6/6] gpu: drm: nova: demonstrate interaction with nova-core
[PATCH v4 0/7] rust: add `bitfield!` macro
2026-06-06 12:06 UTC (5+ messages)
` [PATCH v4 7/7] rust: bitfield: Add KUnit tests for bitfield
[PATCH v2 0/6] Rework index projection syntax
2026-06-05 8:23 UTC (9+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant
[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
2026-06-05 8:08 UTC (8+ messages)
` [PATCH v3 1/5] rust: inline some init methods
[GIT PULL] DRM Rust changes for v7.2-rc1
2026-06-04 19:25 UTC
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