Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-06-29 01:21:03 to 2026-07-01 19:30:05 UTC [more...]

[PATCH v3] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
 2026-07-01 19:01 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] gpu: nova: fix rust-analyzer generation
 2026-07-01 18:39 UTC  (3+ messages)

[PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
 2026-07-01 17:40 UTC  (6+ messages)
` [PATCH v2 1/5] drm/nova: use `zerocopy` in firmware.rs
` [PATCH v2 2/5] drm/nova: use `zerocopy` in booter.rs
` [PATCH v2 3/5] drm/nova: use `zerocopy` in fwsec.rs
` [PATCH v2 4/5] drm/nova: use `zerocopy` in bootloader.rs
` [PATCH v2 5/5] drm/nova: use `zerocopy` in riscv.rs

[PATCH 0/5] Rate limited printing for Rust
 2026-07-01 17:14 UTC  (11+ messages)
` [PATCH 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH 2/5] rust: sync: add const constructor for raw_spinlock_t
` [PATCH 3/5] rust: add pr_*_ratelimit! macros for printing

[PATCH] rust: io: fix example in `register!` macro
 2026-07-01 16:09 UTC  (2+ messages)

[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
 2026-07-01 11:39 UTC  (18+ messages)
` [PATCH v5 01/19] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
` [PATCH v5 02/19] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v5 03/19] rust: faux: add Device type with AsBusDevice support
` [PATCH v5 04/19] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v5 05/19] rust: drm: change default DeviceContext to Normal
` [PATCH v5 06/19] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v5 08/19] rust: drm/gem: remove DeviceContext from shmem::Object
` [PATCH v5 16/19] drm: fix race between partial drm_dev_register() failure and ioctl

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-07-01 11:05 UTC  (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH v3] rust: core: implement rx580 state optimization engine and c-to-rust char dev
 2026-07-01 10:32 UTC  (3+ messages)

[PATCH v4 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-01  6:52 UTC  (23+ messages)
` [PATCH v4 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v4 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v4 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v4 04/13] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v4 05/13] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v4 06/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v4 07/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v4 08/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v4 09/13] gpu: nova-core: introduce GspBootMethod
` [PATCH v4 10/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v4 11/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v4 12/13] gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
` [PATCH v4 13/13] gpu: nova-core: store Fsp instance in Gpu

[PATCH 0/2] rust: kernel: add cfg_select! and use it for config-based selection
 2026-07-01  1:39 UTC  (8+ messages)
` [PATCH 1/2] rust: kernel: add cfg_select! backport "
` [PATCH 2/2] rust: kernel: migrate to cfg_select! "

[PATCH v2 0/2] gpu: nova-core: convert to kernel bitfield macro and remove local variant
 2026-07-01  0:15 UTC  (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: convert to kernel bitfield macro
` [PATCH v2 2/2] gpu: nova-core: remove local "

[PATCH v2 0/7] Transition Nova Core to TLV firmware images
 2026-06-30 21:27 UTC  (10+ messages)
` [PATCH v2 1/7] rust: firmware: add request_into_buf()
` [PATCH v2 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v2 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v2 4/7] gpu: nova-core: transition gsp "
` [PATCH v2 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v2 6/7] gpu: nova-core: transition fsp "
` [PATCH v2 7/7] gpu: nova-core: update firmware module info for "

[PATCH v2] rust: core: implement rx580 state optimization engine and c-to-rust char dev
 2026-06-30 21:08 UTC  (2+ messages)

[PATCH] rust: core: implement rx580 state optimization engine and c-to-rust char dev
 2026-06-30 20:56 UTC 

[PATCH] rust: core: implement rx580 state optimization engine and c-to-rust char dev
 2026-06-30 20:53 UTC 

[PATCH] rust_binder: use pin_init::zeroed for file_operations initialization
 2026-06-30 15:43 UTC  (3+ messages)

[PATCH v2] gpu: nova-core: parse structs via zerocopy
 2026-06-30 14:03 UTC  (2+ messages)

[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
 2026-06-30 13:50 UTC  (3+ messages)
` [PATCH v4 2/7] rust: types: introduce ForLt base trait for CovariantForLt

[PATCH v5] rust: configfs: add procedural macro for declaring configfs attributes
 2026-06-30 13:38 UTC 

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-06-30 13:07 UTC  (5+ messages)

[PATCH] rust: error: add remaining error codes
 2026-06-30 12:47 UTC  (5+ messages)

[PATCH v2 0/1] rust: sync: Make Guard::lock_ref unavailable if Lock is not Sync
 2026-06-30 10:52 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-06-30  9:48 UTC  (12+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 2/7] pwm: th1520: "
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
` [PATCH 4/7] block: rnull: "
` [PATCH 5/7] net: phy: ax88796b: "
` [PATCH 6/7] net: phy: qt2025: "
` [PATCH 7/7] drm/nova: "

[RFC PATCH] KVM: rust: add Rust reimplementation of eventfd
 2026-06-30  7:16 UTC  (3+ messages)

[PATCH V16 0/7] Rust Support for powerpc
 2026-06-30  5:45 UTC  (9+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
 2026-06-30  1:14 UTC  (2+ messages)

[PATCH 1/1] rust: sync: avoid leaking the lock lifetime from Guard::lock_ref
 2026-06-29 23:41 UTC  (3+ messages)

[PATCH] rust: iommu: replace core::mem::zeroed with pin_init::zeroed
 2026-06-29 19:51 UTC  (5+ messages)

[PATCH v16 0/2] Introduce Synology Microp driver
 2026-06-29 16:52 UTC  (3+ messages)
` [PATCH v16 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v16 2/2] platform: Add initial synology microp driver

[PATCH v12 0/3] rust: add basic serial device bus abstractions
 2026-06-29 16:15 UTC  (3+ messages)
` [PATCH v12 3/3] MAINTAINERS: serdev: Add self for serdev

Rust MC at LPC 2026
 2026-06-29 16:12 UTC  (3+ messages)

[PATCH v6 0/1] rust: introduce abstractions for fwctl
 2026-06-29 15:01 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29 14:37 UTC  (2+ messages)

[PATCH v5 0/1] rust: introduce abstractions for fwctl
 2026-06-29 14:37 UTC  (6+ messages)
` [PATCH v5 1/1] "

[PATCH v15 0/2] Introduce Synology Microp driver
 2026-06-29 14:21 UTC  (3+ messages)
` [PATCH v15 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v15 2/2] platform: Add initial synology microp driver

[PATCH v21 0/3] rust: leds: add led classdev abstractions
 2026-06-29 13:10 UTC  (4+ messages)
` [PATCH v21 1/3] rust: leds: add basic "
` [PATCH v21 2/3] rust: leds: add Mode trait
` [PATCH v21 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v3 00/12] gpu: nova-core: consolidate and streamline GSP boot process
 2026-06-29 13:05 UTC  (14+ messages)
` [PATCH v3 01/12] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v3 02/12] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v3 03/12] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v3 04/12] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v3 05/12] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v3 06/12] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v3 07/12] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v3 08/12] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v3 09/12] gpu: nova-core: introduce GspBootMethod
` [PATCH v3 10/12] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v3 11/12] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v3 12/12] gpu: nova-core: store Fsp instance in Gpu

[PATCH v2] gpu: nova-core: falcon: store bar and dev in falcon
 2026-06-29 13:00 UTC  (4+ messages)

[PATCH v2 00/12] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:41 UTC  (2+ messages)

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:39 UTC  (12+ messages)
` [PATCH v2 01/11] rust: driver: remove `IdTable::id`
` [PATCH v2 02/11] rust: driver: simplify `IdArray::new_without_index`
` [PATCH v2 03/11] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH v2 04/11] rust: usb: "
` [PATCH v2 05/11] rust: net/phy: remove expansion from doc
` [PATCH v2 06/11] rust: driver: centralize device ID handling
` [PATCH v2 07/11] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH v2 08/11] rust: driver: store pointers in `DeviceId`
` [PATCH v2 09/11] rust: driver: remove open-coded matching logic
` [PATCH v2 10/11] rust: driver: remove duplicate ID table
` [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for "

[PATCH RFC 0/4] rust: dma: bridge zerocopy-derived types into the transmute byte-safety bound
 2026-06-29 11:38 UTC  (11+ messages)
` [PATCH RFC 4/4] gpu: nova-core: gsp: convert GspMem to zerocopy via the transmute bridge

[PATCH] rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98
 2026-06-29 11:09 UTC  (3+ messages)

[PATCH v20 0/3] rust: leds: add led classdev abstractions
 2026-06-29 10:15 UTC  (4+ messages)
` [PATCH v20 1/3] rust: leds: add basic "
` [PATCH v20 2/3] rust: leds: add Mode trait
` [PATCH v20 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v5 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-29 10:11 UTC  (2+ messages)
` (subset) "

[PATCH v3] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
 2026-06-29  9:54 UTC 

[PATCH 0/1] nova-core: Convert bindings to use zerocopy
 2026-06-29  9:45 UTC  (10+ messages)
` [PATCH 1/1] nova-core: Update firmware bindings to use zerocopy traits

[PATCH v2 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-06-29  7:52 UTC  (4+ messages)
` [PATCH v2 13/13] gpu: nova-core: store Fsp instance in Gpu

[PATCH 0/6] gpu: nova-core: consolidate and streamline GSP boot process
 2026-06-29  7:49 UTC  (8+ messages)
` [PATCH 3/6] gpu: nova-core: gsp: move boot code into local closure

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29  4:39 UTC  (2+ messages)

[PATCH 1/2] rust: device: add BoundInternal device context and InternalBoundContext trait
 2026-06-29  1:14 UTC  (2+ messages)


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