NVIDIA GPU driver infrastructure
 help / color / mirror / Atom feed
 messages from 2026-07-21 15:51:09 to 2026-07-25 15:23:42 UTC [more...]

[PATCH v3 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-25 15:23 UTC  (12+ messages)
` [PATCH v3 1/7] gpu: nova-core: Add public driver API to nova-core
` [PATCH v3 2/7] drm: nova: Add DRM registration data
` [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI
` [PATCH v3 4/7] drm: nova: Add GETPARAM parameter to read the GPU chipid
` [PATCH v3 5/7] drm: nova: Add GETPARAM parameter to read usable VRAM size
` [PATCH v3 6/7] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
` [PATCH v3 7/7] drm: nova: Expose a render node

[PATCH 0/2] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-07-25 14:55 UTC  (7+ messages)
` [PATCH 1/2] gpu: nova-core: falcon: remove unnecessary check
` [PATCH 2/2] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH 0/3] gpu: nova-core: Move PFB and PBUS register
 2026-07-25 13:30 UTC  (9+ messages)
` [PATCH 1/3] gpu: nova-core: Add function to query WPR2 range
` [PATCH 2/3] gpu: nova-core: Move PFB registers definitions
` [PATCH 3/3] gpu: nova-core: Move one PBUS register definition

[PATCH v3 0/5] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-24 16:52 UTC  (7+ messages)
` [PATCH v3 1/5] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH v3 2/5] gpu: nova-core: rename heap size field
` [PATCH v3 3/5] gpu: nova-core: return non-WPR heap size as u64 from HALs
` [PATCH v3 4/5] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH v3 5/5] gpu: nova-core: pass WPR metadata ownership to FmcBootArgs

[PATCH v2 0/4] rust: Add support for reserving of ranges of IDs
 2026-07-24 15:06 UTC  (6+ messages)
` [PATCH v2 1/4] rust: bitmap: use function-level cfg on kunit test
` [PATCH v2 2/4] rust: bitmap: add contiguous area operations
` [PATCH v2 3/4] rust: id_pool: add contiguous area allocation
` [PATCH v2 4/4] gpu: nova-core: add ChannelIdPool

[PATCH 00/10] rust: io: make register bases typed and remove relative registers
 2026-07-24 13:22 UTC  (13+ messages)
` [PATCH 01/10] rust: io: register: allow explicit base type specification
` [PATCH 02/10] gpu: nova-core: specify base type for registers
` [PATCH 03/10] drm/tyr: "
` [PATCH 04/10] samples: rust: pci: "
` [PATCH 05/10] rust: io: register: make register have a typed base
` [PATCH 06/10] rust: io: add static `cast()` method for views
` [PATCH 07/10] rust: io: add subregion method with compile-time check
` [PATCH 08/10] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH 09/10] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH 10/10] rust: io: register: remove relative registers

[PATCH v2 0/3] rust: io: register: a few fixups
 2026-07-24 11:37 UTC  (4+ messages)
` [PATCH v2 1/3] rust: io: register: dispatch shortcut rules internally
` [PATCH v2 2/3] rust: io: register: remove unused rule arguments
` [PATCH v2 3/3] rust: io: register: use path fragment for alias destination

[PATCH 6.18 0000/1624] 6.18.40-rc2 review
 2026-07-24 11:16 UTC  (3+ messages)

[PATCH v5 0/6] gpu: nova-core: boot GSP with vGPU enabled
 2026-07-24  7:26 UTC  (17+ messages)
` [PATCH v5 1/6] PCI/IOV: Return unsigned int from pci_sriov_get_totalvfs()
` [PATCH v5 2/6] rust: pci: add sriov_get_totalvfs() helper
` [PATCH v5 3/6] gpu: nova-core: read vGPU mode from FSP via PRC protocol
` [PATCH v5 4/6] gpu: nova-core: detect and store vGPU state
` [PATCH v5 5/6] gpu: nova-core: set RMSetSriovMode for vGPU
` [PATCH v5 6/6] gpu: nova-core: reserve vGPU WPR2 heap

[PATCH v2 00/10] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-24  6:58 UTC  (21+ messages)
` [PATCH v2 01/10] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH v2 02/10] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH v2 04/10] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH v2 05/10] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH v2 06/10] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH v2 09/10] gpu: nova-core: correct RISC-V HALTED field
` [PATCH v2 10/10] gpu: nova-core: wait for RISC-V HALTED on FSP unload

[PATCH] gpu: nova-core: fix packed registry table size
 2026-07-23 23:41 UTC  (2+ messages)

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-23  2:10 UTC  (11+ messages)
` [PATCH v9 01/10] rust: module: move module types into `module.rs`
` [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v9 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v9 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v9 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v9 06/10] rust: miscdevice: "
` [PATCH v9 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v9 08/10] rust_binder: "
` [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-22 15:04 UTC  (2+ messages)


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