Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-06-04 20:14:05 to 2026-06-05 10:09:02 UTC [more...]

[PATCH v3] block: assign caller-specific lockdep class to disk->open_mutex
 2026-06-05 10:08 UTC  (3+ messages)

[PATCH 0/4] binder: cap max_threads and reject duplicate looper entry
 2026-06-05  9:55 UTC  (4+ messages)

[PATCH] rust: firmware: return empty slice for zero-size firmware
 2026-06-05  9:28 UTC  (5+ messages)

[PATCH v2] rust: xarray: fix false positive lockdep warnings
 2026-06-05  9:14 UTC 

[PATCH v4 0/6] gpu: drm: nova: enable calling into nova-core
 2026-06-05  8:48 UTC  (9+ messages)
` [PATCH v4 1/6] rust: inline some init methods
` [PATCH v4 2/6] gpu: build nova-core and nova-drm from drivers/gpu/Makefile
` [PATCH v4 3/6] gpu: nova-core: export Rust symbols for nova-drm
` [PATCH v4 4/6] gpu: nova-core: emit Rust metadata "
` [PATCH v4 5/6] gpu: drm: nova: build after nova-core and use its symbols
` [PATCH POC v4 6/6] gpu: drm: nova: demonstrate interaction with nova-core

[PATCH v2 0/6] Rework index projection syntax
 2026-06-05  8:23 UTC  (8+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-05  8:08 UTC  (8+ messages)
` [PATCH v3 1/5] rust: inline some init methods

[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-06-05  7:56 UTC  (7+ messages)
` [PATCH 3/4] rust: Add dma_fence abstractions

[PATCH v2] drm/tyr: move probe resources into registration data
 2026-06-05  7:07 UTC  (2+ messages)

[PATCH v2] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
 2026-06-05  7:03 UTC 

[PATCH v2 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
 2026-06-05  7:00 UTC  (3+ messages)
` [PATCH v2 1/2] rust: clk: Add ExclusiveClk wrapper for clk_rate_exclusive_get
` [PATCH v2 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get

[PATCH v3 00/13] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-05  6:45 UTC  (19+ messages)
` [PATCH v3 01/13] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v3 02/13] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v3 03/13] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v3 04/13] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v3 05/13] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v3 06/13] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v3 07/13] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v3 08/13] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v3 09/13] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v3 10/13] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 11/13] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 12/13] s390/preempt: "
` [PATCH v3 13/13] irq: Optimize reschedule check in local_interrupt_enable()

[PATCH v9 0/4] rust: add SRCU abstraction
 2026-06-05  6:32 UTC  (6+ messages)
` [PATCH v9 1/4] rust: helpers: add SRCU helpers
` [PATCH v9 2/4] srcu: expose srcu_readers_active()

[PATCH 0/1] rust: revocable: Fix racing access during revocation
 2026-06-05  6:34 UTC  (4+ messages)
` [PATCH 1/1] "

[GIT PULL] [PATCH 0/3] Rust synchronization changes for v7.2
 2026-06-05  5:23 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Add RUST [SYNC] entry
` [PATCH 2/3] locking/lockdep: Replace snprintf with strscpy in seq_stats
` [PATCH 3/3] rust: sync: completion: Mark inline complete_all and wait_for_completion

[PATCH 0/1] rust: block: mq: make GenDisk Send impl sound
 2026-06-05  4:49 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/1] rust: sync: avoid leaking the lock lifetime from Guard::lock_ref
 2026-06-05  2:24 UTC 

[PATCH 0/1] rust: sync: fix Guard::lock_ref lock lifetime leak
 2026-06-05  2:22 UTC  (2+ messages)

[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
 2026-06-04 23:43 UTC  (5+ messages)
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver

[RFC PATCH v2 0/6] kcov: per-task dataflow extraction at kernel function boundaries
 2026-06-04 21:48 UTC  (4+ messages)
` [RFC PATCH v2 2/6] kcov: add build system support for dataflow instrumentation

[PATCH v2] rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
 2026-06-04 20:23 UTC  (2+ messages)

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-04 20:11 UTC  (7+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 04/10] rust: page: update formatting of `use` statements
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 09/10] rust: Add `OwnableRefCounted`
` [PATCH v17 10/10] rust: page: add `from_raw()`


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