messages from 2026-06-04 20:14:55 to 2026-06-05 13:38:34 UTC [more...]
[PATCH 0/3] rust: sync: Introduce Rcu*Box
2026-06-05 13:38 UTC (8+ messages)
` [PATCH 1/3] rust: rcu: add RcuBox type
` [PATCH 1/3] rust: rcu: Add "
` [PATCH 2/3] rust: maple_tree: add load_rcu()
` [PATCH 2/3] rust: maple_tree: Add load_rcu()
` [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
[PATCH v2] fault-inject: rust: add a Rust API for fault-injection
2026-06-05 13:27 UTC
[PATCH v2] rust: sync: add `UniqueArc::as_ptr`
2026-06-05 13:16 UTC
[PATCH v2] configfs: rust: add an API for adding default groups from C
2026-06-05 13:15 UTC
[PATCH v2] rust: hrtimer: add active() method to query timer state
2026-06-05 13:11 UTC
[PATCH] rust: firmware: return empty slice for zero-size firmware
2026-06-05 13:11 UTC (7+ messages)
[PATCH v2] rust: add a ring buffer implementation
2026-06-05 13:10 UTC
[PATCH v2 0/2] rust: impl_flags: add convenience functions
2026-06-05 13:04 UTC (3+ messages)
` [PATCH v2 1/2] rust: impl_flags: add conversion functions
` [PATCH v2 2/2] rust: impl_flags: add bitwise operations with the underlying type
[PATCH v3] block: assign caller-specific lockdep class to disk->open_mutex
2026-06-05 13:03 UTC (7+ messages)
[PATCH v2] rust: sync: export lock::do_unlocked
2026-06-05 12:57 UTC
[PATCH v2 0/2] rust: add a few helpers
2026-06-05 12:54 UTC (3+ messages)
` [PATCH v2 1/2] rust: add a wrapper for the `num_possible_cpus` C function
` [PATCH v2 2/2] rust: add a wrapper for the `nr_online_nodes` "
[PATCH v2 0/2] rust: pages that cannot be racy
2026-06-05 12:49 UTC (3+ messages)
` [PATCH v2 1/2] rust: page: add `SafePage` for race-free page access
` [PATCH v2 2/2] rust: page: add method to copy data between safe pages
[PATCH v2] rust: xarray: fix false positive lockdep warnings
2026-06-05 12:32 UTC (5+ messages)
[PATCH v2] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
2026-06-05 12:07 UTC (2+ messages)
[PATCH 0/1] rust: block: mq: make GenDisk Send impl sound
2026-06-05 12:04 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2] rust: alloc: add per-task memalloc scope abstractions
2026-06-05 11:47 UTC (2+ messages)
[PATCH 0/4] binder: cap max_threads and reject duplicate looper entry
2026-06-05 11:31 UTC (5+ messages)
[PATCH v3] rust_binder: fix BINDER_GET_EXTENDED_ERROR
2026-06-05 11:13 UTC
[PATCH v2] rust: alloc: allow different error types in `KBox::pin_slice`
2026-06-05 10:56 UTC
[PATCH v2] rust: impl_flags: add method to return underlying integer
2026-06-05 10:55 UTC
[PATCH v4 0/2] (no cover subject)
2026-06-05 10:34 UTC (3+ messages)
` [PATCH v4 1/2] rust: sync: atomic: add atomic_per_byte_memcpy
` [PATCH v4 2/2] rust: page: add byte-wise atomic memory copy methods
[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 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 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 (2+ messages)
` [PATCH v17 10/10] rust: page: add `from_raw()`
page: | 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