messages from 2026-06-02 03:21:52 to 2026-06-09 14:27:09 UTC [more...]
[PATCH v4] rust: make `build_assert` module the home of related macros
2026-06-09 14:26 UTC
[PATCH 0/2] gpu: nova-core: Hopper sysmem flush fix and FSP comment cleanup
2026-06-09 13:54 UTC (4+ 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] 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/4] gpu: nova-core: obtain and display VRAM amount
2026-06-09 8:04 UTC (5+ 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 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 (17+ messages)
` [PATCH v2 1/7] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v2 2/7] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v2 4/7] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH v2 5/7] rust: drm: Pass bound parent device to ioctl handlers
` [PATCH v2 6/7] rust: drm: Pass registration data "
` [PATCH v2 7/7] drm: nova: convert to use DRM registration data
[PATCH v2] gpu: nova-core: gsp: Move gsp register definition into gsp module
2026-06-08 17:36 UTC (2+ messages)
[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 (14+ 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 v2 4/6] rust: dma: update to keyworded index projection syntax
` [PATCH v2 5/6] gpu: nova-core: convert to keyworded "
` [PATCH v2 6/6] rust: ptr: remove implicit index "
[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
2026-06-05 8:08 UTC (10+ 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
[PATCH 0/1] gpu: nova-core: add SizeConstants trait for SZ_* constants
2026-06-04 0:39 UTC (2+ messages)
` [PATCH 1/1] gpu: add todo entry for device address type wrappers
[PATCH] gpu: nova-core: move lifetime to `Bar0`
2026-06-03 22:52 UTC (4+ messages)
[PATCH v12 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
2026-06-03 16:52 UTC (56+ messages)
` [PATCH v12 01/22] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v12 06/22] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v12 10/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v12 11/22] gpu: nova-core: Hopper/Blackwell: add FMC firmware image
` [PATCH v12 12/22] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v12 13/22] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v12 14/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v12 15/22] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v12 16/22] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v12 18/22] gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust version
` [PATCH v12 19/22] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v12 20/22] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v12 21/22] gpu: nova-core: add non-sec2 unload path
` [PATCH v12 22/22] gpu: nova-core: gsp: enable FSP boot path
[PATCH v13 0/9] gpu: nova-core: Hopper/Blackwell support
2026-06-03 15:04 UTC (20+ messages)
` [PATCH v13 1/9] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v13 2/9] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v13 3/9] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v13 4/9] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v13 5/9] gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust version
` [PATCH v13 6/9] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v13 7/9] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v13 8/9] gpu: nova-core: add non-sec2 unload path
` [PATCH v13 9/9] gpu: nova-core: gsp: enable FSP boot path
[PATCH v2 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-03 12:05 UTC (11+ messages)
` [PATCH v2 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v2 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v2 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v2 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v2 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v2 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v2 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v6 0/3] Introduce DeviceContext
2026-06-02 21:07 UTC (2+ messages)
[PATCH v12 17/22] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
2026-06-02 3:35 UTC (2+ messages)
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