messages from 2026-04-28 09:37:22 to 2026-05-11 22:56:20 UTC [more...]
[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 (14+ messages)
` [PATCH v3 1/5] rust: extract `bitfield!` macro from `register!`
` [PATCH v3 2/5] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v3 4/5] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v3 5/5] gpu: nova-core: remove the driver-local `bitfield!` macro
[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 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-08 21:49 UTC (9+ 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 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 (19+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [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
[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
2026-05-01 15:31 UTC (17+ messages)
` [PATCH 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH 2/7] scripts: modpost: increase buf_printf's buffer size
` [PATCH 3/7] gpu: nova-core: rename module from nova_core to nova-core
` [PATCH 4/7] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH 5/7] gpu: nova-core: emit Rust metadata "
` [PATCH 6/7] gpu: drm: nova: build after nova-core metadata
` [PATCH POC 7/7] drm: nova: demonstrate interaction with nova-core
[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
2026-04-30 16:05 UTC (12+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type
[PATCH v4 0/8] gpu: nova-core: run unload sequence upon unbinding
2026-04-28 13:36 UTC (4+ messages)
` [PATCH v4 6/8] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
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