Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-21 07:50:36 to 2026-07-22 15:04:46 UTC [more...]

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-22 15:04 UTC  (2+ messages)

[PATCH v6 0/6] rust / dma_buf: Add abstractions for dma_fence
 2026-07-22 14:49 UTC  (7+ messages)
` [PATCH v6 1/6] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v6 2/6] rust: error: Add ECANCELED error code
` [PATCH v6 3/6] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v6 4/6] rust: xarray: Add support for index reservations
` [PATCH v6 5/6] rust: Add dma_fence abstractions
` [PATCH v6 6/6] MAINTAINERS: Add entry for Rust dma-buf

[PATCH v3 0/5] Rate limited printing for Rust
 2026-07-22 10:12 UTC  (6+ messages)
` [PATCH v3 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH v3 2/5] rust: sync: add const constructor for raw_spinlock_t
` [PATCH v3 3/5] rust: add pr_*_ratelimit! macros for printing
` [PATCH v3 4/5] rust_binder: consolidate transaction failure prints
` [PATCH v3 5/5] rust_binder: use pr_*_ratelimited! for printing

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-07-22  9:55 UTC  (6+ messages)

[PATCH 0/3] rust: sync: add SetOnce::try_get_or_populate()
 2026-07-22  9:16 UTC  (4+ messages)
` [PATCH 1/3] rust: sync: return `Result<&T, T>` from `SetOnce::populate()`
` [PATCH 2/3] rust: sync: add SetOnce::try_get_or_populate()
` [PATCH 3/3] rust_binder: use SetOnce::try_get_or_populate()

[PATCH] rust_binder: check context manager before creating node
 2026-07-22  2:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v8 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-22  0:52 UTC  (8+ messages)
` [PATCH v8 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v8 2/7] drm/tyr: add a generic slot manager
` [PATCH v8 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v8 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v8 5/7] drm/tyr: add a kernel buffer object
` [PATCH v8 6/7] drm/tyr: add parser for firmware binary
` [PATCH v8 7/7] drm/tyr: add Microcontroller Unit (MCU) booting

[PATCH v1] rust: time: rename ClockSource trait to ClockId
 2026-07-22  0:10 UTC 

[PATCH v7 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-21 21:13 UTC  (11+ messages)
` [PATCH v7 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v7 5/7] drm/tyr: add a kernel buffer object
` [PATCH v7 6/7] drm/tyr: add parser for firmware binary
` [PATCH v7 7/7] drm/tyr: add Microcontroller Unit (MCU) booting

[PATCH v3 2/2] rust: use Delta and a Jiffies newtype for timeouts and delays
 2026-07-21 20:53 UTC  (7+ messages)

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-21 20:47 UTC  (6+ messages)

[PATCH 00/10] rust: io: make register bases typed and remove relative registers
 2026-07-21 16:54 UTC  (11+ messages)
` [PATCH 01/10] rust: io: register: allow explicit base type specification
` [PATCH 02/10] gpu: nova-core: specify base type for registers
` [PATCH 03/10] drm/tyr: "
` [PATCH 04/10] samples: rust: pci: "
` [PATCH 05/10] rust: io: register: make register have a typed base
` [PATCH 06/10] rust: io: add static `cast()` method for views
` [PATCH 07/10] rust: io: add subregion method with compile-time check
` [PATCH 08/10] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH 09/10] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH 10/10] rust: io: register: remove relative registers

[PATCH v2 0/3] Rust: add runtime PM support
 2026-07-21 15:34 UTC  (4+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks
` [PATCH v2 3/3] drm/tyr: enable runtime PM

[PATCH 0/2] drm/tyr: add Job IRQ handling and GPU event wait support
 2026-07-21 15:32 UTC  (4+ messages)
` [PATCH 1/2] drm/tyr: add Wait type for GPU events
` [PATCH 2/2] drm/tyr: add Job IRQ handling

[PATCH 0/8] rust: io: register: allow paths for relative register bases
 2026-07-21 15:06 UTC  (15+ messages)
` [PATCH 1/8] rust: io: register: dispatch fixed array shortcut internally
` [PATCH 2/8] rust: io: register: remove unused rule arguments
` [PATCH 3/8] rust: io: register: use path fragment for alias destination
` [PATCH 4/8] rust: io: register: use path fragment in relative internal rules
` [PATCH 5/8] rust: io: register: allow paths for relative register bases
` [PATCH 6/8] rust: io: register: use new relative base syntax in doc and examples
` [PATCH 7/8] gpu: nova-core: convert relative registers to new syntax
` [PATCH 8/8] rust: io: register: remove deprecated relative register rule

[PATCH] rust: bitmap: encourage using xarray/maple_tree instead of id_pool
 2026-07-21 11:37 UTC  (4+ messages)

[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-21  8:25 UTC  (6+ messages)
` [PATCH v5 4/5] rust: Add dma_fence abstractions

[PATCH] samples: rust_dma: use vertical import style
 2026-07-21  7:56 UTC  (3+ messages)

[PATCH v2] samples: rust_dma: use vertical import style
 2026-07-21  7:55 UTC 

[PATCH v2] pwm: th1520: use vertical import style
 2026-07-21  7:49 UTC 


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