messages from 2026-05-17 00:04:41 to 2026-05-19 17:27:55 UTC [more...]
[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-19 17:27 UTC (77+ messages)
` [PATCH v3 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v3 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v3 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v3 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v3 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v3 06/27] rust: platform: "
` [PATCH v3 07/27] rust: auxiliary: "
` [PATCH v3 08/27] rust: usb: "
` [PATCH v3 09/27] rust: device: "
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v3 11/27] rust: platform: "
` [PATCH v3 12/27] rust: auxiliary: "
` [PATCH v3 13/27] rust: usb: "
` [PATCH v3 14/27] rust: i2c: "
` [PATCH v3 15/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v3 16/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v3 17/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v3 18/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v3 20/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v3 21/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH REF v3 23/27] gpu: nova-core: "
` [PATCH REF v3 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v3 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v3 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v3 27/27] gpu: drm: tyr: use lifetime for IoMem
[PATCH 0/8] Fix missing fops.owner in Rust DRM/misc abstractions
2026-05-19 11:58 UTC (12+ messages)
` [PATCH 1/8] rust: module: add `MODULE_PTR` const to `ModuleMetadata` trait
` [PATCH 2/8] rust: driver: make `DriverModule` struct pub(crate) in `module_driver!`
` [PATCH 3/8] rust: drm: add `ThisModule` associated type to `Driver` trait
` [PATCH 4/8] gpu: nova: implement `ThisModule`
` [PATCH 5/8] gpu: tyr: "
` [PATCH 6/8] rust: drm: set fops.owner from driver module pointer
` [PATCH 7/8] rust: miscdevice: add `ThisModule` associated type to `MiscDevice` trait
` [PATCH 8/8] samples: rust: rust_misc_device: implement `ThisModule` for `RustMiscDevice`
[PATCH v4 00/20] gpu: nova-core: vbios: harden various array accesses and refactor
2026-05-19 2:55 UTC (21+ messages)
` [PATCH v4 01/20] gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
` [PATCH v4 02/20] gpu: nova-core: vbios: use checked arithmetic for bios image range end
` [PATCH v4 03/20] gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
` [PATCH v4 04/20] gpu: nova-core: vbios: read BitToken using FromBytes
` [PATCH v4 05/20] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v4 06/20] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v4 07/20] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v4 08/20] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v4 09/20] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v4 10/20] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v4 11/20] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v4 12/20] gpu: nova-core: vbios: read PMU lookup entries using FromBytes
` [PATCH v4 13/20] gpu: nova-core: vbios: store PMU lookup entries in a KVVec
` [PATCH v4 14/20] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v4 15/20] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images
` [PATCH v4 16/20] gpu: nova-core: vbios: use let-else in Vbios::new
` [PATCH v4 17/20] gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
` [PATCH v4 18/20] gpu: nova-core: vbios: drop unused image wrappers
` [PATCH v4 19/20] gpu: nova-core: vbios: drop redundant TryFrom import
` [PATCH v4 20/20] gpu: nova-core: vbios: move constants and functions to be associated
[PATCH v5 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-05-19 2:42 UTC (6+ messages)
` [PATCH v5 6/7] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v5 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
[PATCH v1 00/16] Introduce page table types, vmm and bar1 mapping support
2026-05-18 18:11 UTC (17+ messages)
` [PATCH v1 01/16] gpu: nova-core: mm: Add common types for virtual memory management
` [PATCH v1 02/16] gpu: nova-core: mm: Add buddy allocator and TLB to GpuMm
` [PATCH v1 03/16] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v1 04/16] gpu: nova-core: mm: pagetable: Add PteOps trait
` [PATCH v1 05/16] gpu: nova-core: mm: pagetable: Add PdeOps trait
` [PATCH v1 06/16] gpu: nova-core: mm: pagetable: Add DualPdeOps trait
` [PATCH v1 07/16] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v1 08/16] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v1 09/16] gpu: nova-core: mm: pagetable: Add MmuConfig trait
` [PATCH v1 10/16] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v1 11/16] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v1 12/16] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v1 13/16] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v1 14/16] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v1 15/16] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v1 16/16] gpu: nova-core: mm: Add BAR1 memory management self-tests
[PATCH v1 00/12] Introduce nova-core mm prerequisites
2026-05-18 18:03 UTC (13+ messages)
` [PATCH v1 01/12] rust: pci: add resource_flags accessor
` [PATCH v1 02/12] rust: bitfield: support cast+shift accessor syntax
` [PATCH v1 03/12] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v1 04/12] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v1 05/12] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v1 06/12] gpu: nova-core: mm: Add Pfn (Physical Frame Number) type
` [PATCH v1 07/12] gpu: nova-core: mm: Add VramAddress type and conversion traits
` [PATCH v1 08/12] gpu: nova-core: mm: Add VramAddress arithmetic and ordering
` [PATCH v1 09/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v1 10/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v1 11/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v1 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests
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