NVIDIA GPU driver infrastructure
 help / color / mirror / Atom feed
 messages from 2026-05-25 22:59:07 to 2026-06-03 10:57:09 UTC [more...]

[PATCH v13 0/9] gpu: nova-core: Hopper/Blackwell support
 2026-06-03 10:57 UTC  (14+ 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] gpu: nova-core: move lifetime to `Bar0`
 2026-06-03 10:47 UTC  (3+ messages)

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-03 10:30 UTC  (9+ messages)
` [PATCH v3 1/5] rust: inline some init methods
` [PATCH v3 2/5] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v3 3/5] gpu: nova-core: emit Rust metadata "
` [PATCH v3 4/5] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v3 5/5] drm: nova: demonstrate interaction with nova-core

[PATCH v12 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-06-03  5:45 UTC  (64+ messages)
` [PATCH v12 01/22] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v12 02/22] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v12 03/22] gpu: nova-core: Blackwell: compute PMU-reserved framebuffer size
` [PATCH v12 04/22] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v12 05/22] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v12 06/22] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v12 07/22] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v12 08/22] gpu: nova-core: add support for 32-bit "
` [PATCH v12 09/22] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [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 17/22] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [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 v2 0/7] rust: drm: Higher-Ranked Lifetime private data
 2026-06-03  1:15 UTC  (8+ 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 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
 2026-06-03  1:10 UTC  (8+ 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 v2 0/6] Rework index projection syntax
 2026-06-02 15:03 UTC  (8+ 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] gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails
 2026-06-01  2:10 UTC  (4+ messages)

[PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding
 2026-05-30  5:55 UTC  (8+ messages)
` [PATCH v7 1/4] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v7 2/4] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v7 3/4] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
` [PATCH v7 4/4] gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails

[PATCH v11 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-05-30  3:21 UTC 

[PATCH v2 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-29 14:48 UTC  (15+ messages)
` [PATCH v2 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH v2 2/7] pin_init: always inline the #ident and #project_ident methods
` [PATCH v2 3/7] rust: always inline some init methods
` [PATCH v2 4/7] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v2 5/7] gpu: nova-core: emit Rust metadata "
` [PATCH v2 6/7] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v2 7/7] drm: nova: demonstrate interaction with nova-core

[PATCH v6 0/7] gpu: nova-core: run unload sequence upon unbinding
 2026-05-29  6:57 UTC  (7+ messages)
` [PATCH v6 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB "

[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
 2026-05-29  1:00 UTC  (10+ messages)
` [PATCH 2/6] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH 3/6] rust: drm: Add RegistrationData to drm::Driver

[PATCH 0/5] gpu: nova: adopt driver lifetime infrastructure
 2026-05-29  0:21 UTC  (13+ messages)
` [PATCH 1/5] gpu: nova-core: use lifetime for Bar
` [PATCH 2/5] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH 3/5] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH 4/5] gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencer
` [PATCH 5/5] gpu: nova: separate driver type from driver data

[PATCH] gpu: nova-core: vbios: Fix clippy error in Vbios::new()
 2026-05-28  1:12 UTC  (2+ messages)

[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-27 21:24 UTC  (36+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v5 21/24] gpu: nova-core: separate driver type from driver data
` [PATCH v5 22/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v5 23/24] rust: auxiliary: generalize Registration over ForLt

[PATCH v4 0/7] rust: add `bitfield!` macro
 2026-05-27 20:51 UTC  (12+ messages)
` [PATCH v4 1/7] rust: extract `bitfield!` macro from `register!`
` [PATCH v4 2/7] rust: bitfield: inline private accessors
` [PATCH v4 3/7] rust: bitfield: fully qualify types in macro
` [PATCH v4 4/7] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v4 5/7] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v4 6/7] gpu: nova-core: remove the driver-local `bitfield!` macro
` [PATCH v4 7/7] rust: bitfield: Add KUnit tests for bitfield

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  5:48 UTC  (4+ messages)
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar

[PATCH v5 00/22] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-05-26  1:34 UTC  (5+ messages)
` [PATCH v5 13/22] gpu: nova-core: vbios: store PMU lookup entries in a KVVec


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox