messages from 2026-05-01 18:19:37 to 2026-05-18 18:12:01 UTC [more...]
[PATCH v1 00/16] Introduce page table types, vmm and bar1 mapping support
2026-05-18 18:11 UTC (13+ 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 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
[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-18 16:10 UTC (46+ 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] Nova: Move register definition into module using it
2026-05-16 16:14 UTC
[PATCH v5 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-05-15 6:12 UTC (8+ messages)
` [PATCH v5 1/7] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v5 2/7] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v5 3/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v5 4/7] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v5 5/7] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
` [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 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-14 19:07 UTC (11+ messages)
` [PATCH 1/6] rust: drm: Add Driver::ParentDevice associated type
` [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 4/6] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH 5/6] rust: drm: Pass registration data to ioctl handlers
` [PATCH 6/6] rust: drm: Pass bound parent device "
[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-11 22:56 UTC (33+ messages)
` [PATCH v2 01/25] rust: driver core: drop drvdata before devres release
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 05/25] rust: pci: implement Sync for Device<Bound>
` [PATCH v2 06/25] rust: platform: "
` [PATCH v2 07/25] rust: auxiliary: "
` [PATCH v2 08/25] rust: usb: "
` [PATCH v2 09/25] rust: device: "
` [PATCH v2 10/25] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v3 0/5] rust: add `bitfield!` macro
2026-05-11 16:34 UTC (9+ messages)
` [PATCH v3 1/5] rust: extract `bitfield!` macro from `register!`
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`
[PATCH v2 0/3] rust: auxiliary: replace drvdata() with registration data
2026-05-11 15:36 UTC (13+ messages)
` [PATCH v2 1/3] rust: alloc: add Box::zeroed()
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices
` [PATCH v2 3/3] rust: driver core: remove drvdata() and driver_type
[PATCH v3] rust: maple_tree: implement Send and Sync for MapleTree
2026-05-11 14:36 UTC
[PATCH v6 0/3] Introduce DeviceContext
2026-05-07 21:59 UTC (4+ messages)
` [PATCH v6 1/3] rust/drm: "
` [PATCH v6 2/3] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v6 3/3] rust/drm/gem: Use DeviceContext with GEM objects
[PATCH v12 00/22] gpu: nova-core: Add memory management support
2026-05-07 19:44 UTC (42+ 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 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 12/22] gpu: nova-core: mm: Add page table entry operation traits
` [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
[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
2026-05-07 7:18 UTC (4+ messages)
[GIT PULL] DRM Rust fixes for v7.1-rc3
2026-05-06 23:33 UTC
[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
2026-05-06 21:58 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-05 23:12 UTC (6+ messages)
` [PATCH 17/24] rust: i2c: make Driver trait lifetime-parameterized
` [PATCH REF 24/24] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
2026-05-05 20:19 UTC (10+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v1 2/7] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH v1 3/7] gpu: nova-core: add interrupt controller register definitions
` [PATCH v1 4/7] gpu: nova-core: add Architecture::is_pre_hopper() helper
` [PATCH v1 5/7] gpu: nova-core: add INTR_CTRL interrupt controller API
` [PATCH v1 6/7] gpu: nova-core: add CPU doorbell IRQ self-test
` [PATCH v1 7/7] gpu: nova-core: document INTR_CTRL interrupt tree
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