messages from 2026-06-22 07:11:50 to 2026-06-27 13:11:22 UTC [more...]
[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-27 13:10 UTC (19+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v6 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v6 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v6 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v6 06/10] rust: miscdevice: "
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 08/10] rust: binder: "
` [PATCH v6 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-27 12:26 UTC (10+ messages)
` [PATCH v4 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v4 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v4 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v4 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v4 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v4 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v4 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v7 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-27 9:28 UTC (11+ messages)
` [PATCH v7 01/10] rust: module: move module types into `module.rs`
` [PATCH v7 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v7 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v7 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v7 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v7 06/10] rust: miscdevice: "
` [PATCH v7 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v7 08/10] rust: binder: "
` [PATCH v7 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v7 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH v5 00/20] rust: I/O type generalization and projection
2026-06-26 14:45 UTC (21+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v5 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v5 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v5 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`
[PATCH 0/7] drm/nova: replace `transmute` with `zerocopy`
2026-06-26 13:15 UTC (10+ messages)
` [PATCH 1/7] drm/nova: use `zerocopy` in firmware.rs
` [PATCH 2/7] drm/nova: use `zerocopy` in vbios.rs
` [PATCH 3/7] drm/nova: use `zerocopy` in booter.rs
` [PATCH 4/7] drm/nova: use `zerocopy` in fwsec.rs
` [PATCH 5/7] drm/nova: use `zerocopy` in bootloader.rs
` [PATCH 6/7] drm/nova: use `zerocopy` in riscv.rs
` [PATCH 7/7] drm/nova: remove unused trait in commands.rs
[PATCH v2] gpu: nova-core: falcon: store bar and dev in falcon
2026-06-26 2:24 UTC
[PATCH v2] gpu: nova-core: falcon: store bar and dev in falcon
2026-06-26 2:19 UTC
[RESEND PATCH 0/7] drm/nova: replace `transmute` with `zerocopy`
2026-06-25 20:51 UTC (8+ messages)
` [PATCH 1/7] drm/nova: use `zerocopy` in firmware.rs
` [PATCH 2/7] drm/nova: use `zerocopy` in vbios.rs
` [PATCH 3/7] drm/nova: use `zerocopy` in booter.rs
` [PATCH 4/7] drm/nova: use `zerocopy` in fwsec.rs
` [PATCH 5/7] drm/nova: use `zerocopy` in bootloader.rs
` [PATCH 6/7] drm/nova: use `zerocopy` in riscv.rs
` [PATCH 7/7] drm/nova: remove unused trait in commands.rs
[PATCH v4 00/16] rust: drm: Higher-Ranked Lifetime private data
2026-06-25 15:12 UTC (16+ messages)
` [PATCH v4 01/16] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
` [PATCH v4 06/16] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v4 11/16] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v4 14/16] rust: drm: Add RegistrationData to drm::Driver
[PATCH v3 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-25 14:31 UTC (20+ messages)
` [PATCH v3 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v3 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v3 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v3 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v3 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v3 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v3 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH] gpu: nova-core: falcon: store bar and dev in falcon
2026-06-25 6:56 UTC (2+ messages)
[PATCH v2 0/7] gpu: nova-core: boot GSP with vGPU enabled
2026-06-25 0:45 UTC (14+ messages)
` [PATCH v2 1/7] PCI/IOV: Return u16 from pci_sriov_get_totalvfs()
` [PATCH v2 2/7] rust: pci: Add sriov_get_totalvfs() helper
` [PATCH v2 3/7] gpu: nova-core: read vGPU mode from FSP via PRC protocol
` [PATCH v2 4/7] gpu: nova-core: add vGPU preludes
` [PATCH v2 5/7] gpu: nova-core: build SetRegistry entries dynamically
` [PATCH v2 6/7] gpu: nova-core: set RMSetSriovMode when vGPU is enabled
` [PATCH v2 7/7] gpu: nova-core: reserve larger WPR2 heap for vGPU
[PATCH] gpu: nova-core: falcon: store bar and dev in falcon
2026-06-24 15:49 UTC
[PATCH v5 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-24 14:02 UTC (13+ messages)
` [PATCH v5 1/9] rust: module: move module types into `module.rs`
` [PATCH v5 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v5 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v5 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v5 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v5 6/9] rust: miscdevice: "
` [PATCH v5 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v5 8/9] rust: binder: "
` [PATCH v5 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
[PATCH 0/6] gpu: nova-core: consolidate and streamline GSP boot process
2026-06-24 6:36 UTC (7+ messages)
` [PATCH 3/6] gpu: nova-core: gsp: move boot code into local closure
[PATCH 0/1] gpu: nova-core: add SizeConstants trait for SZ_* constants
2026-06-24 3:45 UTC (2+ messages)
[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
2026-06-24 1:21 UTC (12+ messages)
` [PATCH 01/13] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH 05/13] gpu: nova-core: gsp: keep FMC boot params DMA region alive during error
` [PATCH 09/13] gpu: nova-core: wait for FSP boot earlier
[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-23 13:53 UTC (19+ messages)
` [PATCH v4 1/9] rust: module: move module types into `module.rs`
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v4 6/9] rust: miscdevice: "
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
[PATCH] gpu: nova-core: parse structs via zerocopy
2026-06-23 12:50 UTC (6+ messages)
[PATCH 0/5] gpu: nova-core: Move registers definitions
2026-06-23 6:22 UTC (7+ messages)
` [PATCH 1/5] gpu: nova-core: fb: Move PDISP register definition
` [PATCH 2/5] gpu: nova-core: gsp: Move PBUS "
` [PATCH 3/5] gpu: nova-core: falcon: Move PFALCON2 register
[PATCH v3 0/3] gpu: nova-core: obtain and display VRAM amount
2026-06-23 6:17 UTC (9+ messages)
` [PATCH v3 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP
[PATCH v2 00/13] gpu: nova-core: consolidate and streamline GSP boot process
2026-06-22 22:28 UTC (12+ messages)
` [PATCH v2 03/13] gpu: nova-core: gsp: move boot code into local closure
` [PATCH v2 07/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v2 08/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v2 09/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v2 10/13] gpu: nova-core: introduce GspBootMethod
` [PATCH v2 11/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v2 12/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v2 13/13] gpu: nova-core: store Fsp instance in Gpu
[PATCH v5 0/5] gpu: drm: nova: enable calling into nova-core
2026-06-22 13:30 UTC (6+ messages)
` [PATCH v5 1/5] gpu: build nova-core and nova-drm from drivers/gpu/Makefile
` [PATCH v5 2/5] gpu: nova-core: export Rust symbols for nova-drm
` [PATCH v5 3/5] gpu: nova-core: emit Rust metadata "
` [PATCH v5 4/5] gpu: drm: nova: depend on nova-core and use its symbols
` [PATCH POC v5 5/5] gpu: drm: nova: demonstrate interaction with nova-core
[PATCH v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-22 13:06 UTC (17+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
` [PATCH v3 5/6] rust: miscdevice: "
` [PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`
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