Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-20 09:39:23 to 2026-07-22 21:52:06 UTC [more...]

[PATCH v4 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
 2026-07-22 21:49 UTC  (8+ messages)
` [PATCH v4 1/7] rust: time: make Delta generic over its time unit
` [PATCH v4 2/7] rust: time: add jiffies time unit for Delta
` [PATCH v4 3/7] rust: time: add Delta::as_millis_ceil()
` [PATCH v4 4/7] rust: time: add Delta::to_jiffies() for timeout conversion
` [PATCH v4 5/7] rust: workqueue: take a Delta<Jiffy> for the enqueue delay
` [PATCH v4 6/7] rust: sync: condvar: use Delta<Jiffy> for timeout and result
` [PATCH v4 7/7] rust: time: remove unused Jiffies/Msecs helpers

[PATCH v2] rust_binder: add TF_DEFER_COMPLETE flag for avoiding userspace roundtrip
 2026-07-22 21:09 UTC 

[PATCH 0/4] rust: pin-init: merge `__init` and `__pinned_init`
 2026-07-22 18:50 UTC  (5+ messages)
` [PATCH 1/4] rust: pin-init: merge `__pinned_init` and `__init`
` [PATCH 2/4] rust: devres: use `cast_pin_init` instead of manual reimplementation
` [PATCH 3/4] rust: treewide: replace `__pinned_init` with `__init`
` [PATCH 4/4] rust: pin-init: remove `__pinned_init` method for `cfg(kernel)`

[PATCH v6 0/6] rust / dma_buf: Add abstractions for dma_fence
 2026-07-22 18:38 UTC  (9+ 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 18:15 UTC  (7+ 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] rust: revocable: use LKMM atomics instead of Rust atomics
 2026-07-22 18:14 UTC  (2+ messages)

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

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-07-22  9:55 UTC  (7+ 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 0/2] rust: use Delta and new Jiffies type instead of raw jiffies for timeouts and delays
 2026-07-21 20:53 UTC  (9+ messages)
` [PATCH v3 2/2] rust: use Delta and a Jiffies newtype "

[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 

[PATCH] pwm: th1520: use vertical import style
 2026-07-21  7:50 UTC  (3+ messages)

[PATCH v2] rust_binder: add ownership assertion to Node::add_death
 2026-07-21  7:34 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 6.12.y] rust: block: `allow(deprecated)` for `fetch_update` for Rust >= 1.99.0
 2026-07-21  0:56 UTC  (2+ messages)

[PATCH] rust: irq: fix C header path in module docs
 2026-07-21  0:02 UTC  (2+ messages)

[PATCH] samples: rust: debugfs: fix excessive stack use
 2026-07-21  0:02 UTC  (2+ messages)

[PATCH 1/2] rust: io: document const-offset requirement for infallible accessors
 2026-07-21  0:01 UTC  (2+ messages)
` (subset) "

[PATCH] rust: device: make lifetime on `Core` and `CoreInternal` invariant
 2026-07-21  0:01 UTC  (2+ messages)

LLVM 22 needs bindgen 0.72.1
 2026-07-20 22:09 UTC  (4+ messages)

[PATCH v2] rust: cpufreq: Add CPUFREQ_TABLE_END as last table entry in TableBuilder::to_table
 2026-07-20 20:50 UTC 

[PATCH] rust: dma: return zero for Coherent reads past EOF
 2026-07-20 19:21 UTC 

[PATCH v3] rust: cpufreq: Fix temporary write in Registration::bios_limit_callback
 2026-07-20 18:00 UTC 

[PATCH v1] rust: bug: prevent dead_code warning from warn_on!'s flags constant
 2026-07-20 15:27 UTC  (3+ messages)

[PATCH 0/8] nvmem: make reg_write() take a const void *
 2026-07-20 11:05 UTC  (5+ messages)
` [PATCH 8/8] media: ov2740: remove NULL reg_write callback

[PATCH 0/6] configfs: Allow the registration of const struct configfs_attribute
 2026-07-20 10:28 UTC  (7+ messages)
` [PATCH 3/6] configfs: Treat attribute structures as const internally
` [PATCH 5/6] configfs: Allow the registration of const struct configfs_attribute


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