NVIDIA GPU driver infrastructure
 help / color / mirror / Atom feed
 messages from 2026-04-23 08:11:55 to 2026-04-28 09:37:22 UTC [more...]

[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-04-28  9:37 UTC  (28+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 02/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 04/24] rust: device: generalize drvdata methods over ForLt
` [PATCH 05/24] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH 07/24] rust: platform: "
` [PATCH 08/24] rust: auxiliary: "
` [PATCH 09/24] rust: usb: "
` [PATCH 10/24] rust: device: "
` [PATCH 11/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH 12/24] rust: platform: "
` [PATCH 13/24] rust: auxiliary: "
` [PATCH 14/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH 15/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH 16/24] rust: usb: make Driver trait lifetime-parameterized
` [PATCH 17/24] rust: i2c: "
` [PATCH 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH REF 21/24] gpu: nova-core: "
` [PATCH REF 22/24] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF 23/24] gpu: nova-core: replace ARef<Device> with &'a Device in SysmemFlush
` [PATCH REF 24/24] gpu: drm: tyr: use HRT lifetime for IoMem

[PATCH v4 0/8] gpu: nova-core: run unload sequence upon unbinding
 2026-04-28  7:13 UTC  (14+ messages)
` [PATCH v4 1/8] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v4 2/8] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v4 3/8] gpu: nova-core: split BAR acquisition in unbind()
` [PATCH v4 4/8] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v4 5/8] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v4 6/8] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
` [PATCH v4 7/8] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v4 8/8] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding

[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
 2026-04-27 22:14 UTC  (4+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type

`Option::filter` in nova-core/firmware.rs
 2026-04-27 15:11 UTC  (2+ messages)

[PATCH] MAINTAINERS: nova: update mailing list
 2026-04-27  0:19 UTC  (5+ messages)

drm-rust: process change announcement
 2026-04-26 21:33 UTC 

[PATCH v12 00/22] gpu: nova-core: Add memory management support
 2026-04-25 21:14 UTC  (23+ messages)
` [PATCH v12 01/22] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v12 02/22] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v12 03/22] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v12 05/22] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v12 06/22] gpu: nova-core: mm: Add common memory management types
` [PATCH v12 07/22] gpu: nova-core: mm: Add TLB flush support
` [PATCH v12 08/22] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v12 09/22] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v12 10/22] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v12 11/22] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v12 12/22] gpu: nova-core: mm: Add page table entry operation traits
` [PATCH v12 13/22] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v12 14/22] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v12 15/22] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v12 16/22] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v12 17/22] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v12 18/22] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v12 19/22] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v12 21/22] gpu: nova-core: mm: pramin: drop useless as_ref() in run_self_test
` [PATCH v12 22/22] rust: maple_tree: implement Send and Sync for MapleTree

test - first post
 2026-04-23  8:11 UTC 


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