messages from 2026-06-03 11:59:17 to 2026-06-05 12:04:10 UTC [more...]
[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 (9+ messages)
` [PATCH 1/4] binder: cap BINDER_SET_MAX_THREADS at RLIMIT_NPROC
` [PATCH 2/4] binder: reject duplicate BC_ENTER_LOOPER commands
` [PATCH 3/4] rust_binder: cap set_max_threads at RLIMIT_NPROC
` [PATCH 4/4] rust_binder: reject duplicate BC_ENTER_LOOPER in looper_enter
[PATCH v2] rust: xarray: fix false positive lockdep warnings
2026-06-05 11:17 UTC (2+ messages)
[PATCH] rust: firmware: return empty slice for zero-size firmware
2026-06-05 11:15 UTC (6+ messages)
[PATCH v3] rust_binder: fix BINDER_GET_EXTENDED_ERROR
2026-06-05 11:13 UTC
[PATCH v3] block: assign caller-specific lockdep class to disk->open_mutex
2026-06-05 11:02 UTC (4+ messages)
[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 (10+ 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 (16+ messages)
` [PATCH 2/4] rust: rcu: add RcuBox type
` [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 (7+ 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 (8+ 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 (15+ messages)
` [RFC PATCH v2 1/6] kcov: add per-task dataflow tracking for function arguments/return values
` [RFC PATCH v2 2/6] kcov: add build system support for dataflow instrumentation
` [RFC PATCH v2 3/6] kcov: add CONFIG_KCOV_DATAFLOW_INSTRUMENT_ALL and NO_INLINE
` [RFC PATCH v2 4/6] tools/kcov-dataflow: add userspace consumer and test modules
` [RFC PATCH v2 5/6] kcov: add interrupt context guard to kcov_df_write()
` [RFC PATCH v2 6/6] kcov: add recursion guard and documentation for kcov-dataflow
[PATCH v2] rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
2026-06-04 20:23 UTC (4+ messages)
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-04 20:11 UTC (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [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 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 07/10] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v17 08/10] rust: aref: update formatting of use statements
` [PATCH v17 09/10] rust: Add `OwnableRefCounted`
` [PATCH v17 10/10] rust: page: add `from_raw()`
[PATCH v4 00/11] rust: xarray: add entry API with preloading
2026-06-04 19:58 UTC (12+ messages)
` [PATCH v4 01/11] rust: xarray: minor formatting fixes
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v4 03/11] rust: xarray: add `XArrayState`
` [PATCH v4 04/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v4 05/11] rust: xarray: simplify `Guard::load`
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v4 07/11] rust: xarray: add entry API
` [PATCH v4 08/11] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v4 09/11] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v4 10/11] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v4 11/11] rust: xarray: add preload API
[PATCH v18 0/4] Rust bindings for gem shmem
2026-06-04 19:24 UTC (5+ messages)
` [PATCH v18 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v18 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v18 3/4] rust: faux: Allow retrieving a bound Device
` [PATCH v18 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()
[GIT PULL] DRM Rust changes for v7.2-rc1
2026-06-04 19:25 UTC
[PATCH v17 0/6] Rust bindings for gem shmem
2026-06-04 18:53 UTC (12+ messages)
` [PATCH v17 1/6] rust: drm: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v17 2/6] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v17 3/6] rust: drm: gem: shmem: Add vmap functions
` [PATCH v17 4/6] rust: faux: Allow retrieving a bound Device
` [PATCH v17 5/6] rust: sync: Add SetOnce::reset()
` [PATCH v17 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH v7 3/4] rust: sync: add SRCU abstraction
2026-06-04 17:50 UTC (11+ messages)
[PATCH] drm/tyr: move probe resources into registration data
2026-06-04 13:12 UTC (2+ messages)
[PATCH v2] rust_binder: fix BINDER_GET_EXTENDED_ERROR
2026-06-04 12:58 UTC (2+ messages)
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-06-04 12:40 UTC (8+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
[PATCH 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
2026-06-04 11:17 UTC (6+ messages)
` [PATCH 1/2] rust: clk: Add ExclusiveClk wrapper for clk_rate_exclusive_get
` [PATCH 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get
[PATCH] kbuild: rust: rename flag to `-Zdebuginfo-for-profiling` for Rust >= 1.98
2026-06-04 7:27 UTC (2+ messages)
[PATCH] gpu: nova-core: move lifetime to `Bar0`
2026-06-03 22:52 UTC (2+ messages)
[PATCH 00/18] `zerocopy` support
2026-06-03 19:42 UTC (3+ messages)
` [PATCH 18/18] gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
[PATCH v4 0/2] Delete task_euid()
2026-06-03 17:05 UTC (5+ messages)
[PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-06-03 16:09 UTC
[PATCH v12 0/3] rust: add basic serial device bus abstractions
2026-06-03 15:56 UTC (4+ messages)
` [PATCH v12 1/3] "
` [PATCH v12 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v12 3/3] MAINTAINERS: serdev: Add self for serdev
[PATCH v19 0/3] rust: leds: add led classdev abstractions
2026-06-03 15:56 UTC (4+ messages)
` [PATCH v19 1/3] rust: leds: add basic "
` [PATCH v19 2/3] rust: leds: add Mode trait
` [PATCH v19 3/3] rust: leds: add multicolor classdev abstractions
[PATCH v2] rust: add procedural macro for declaring configfs attributes
2026-06-03 14:32 UTC (2+ messages)
[PATCH v3] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
2026-06-03 14:27 UTC (2+ messages)
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-06-03 14:21 UTC (16+ messages)
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 26/79] block: rnull: add badblocks support
[PATCH v2] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
2026-06-03 13:56 UTC (2+ messages)
[PATCH v2 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-03 12:05 UTC (7+ messages)
` [PATCH v2 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v2 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v2 3/7] rust: auxiliary: add registration_data_with() for ForLt types
page: next (older) | 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