rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 19:03:35 to 2025-06-27 06:55:01 UTC [more...]

[PATCH v2 0/3] replace `allow(...)` lints with `expect(...)`
 2025-06-27  6:53 UTC  (4+ messages)
` [PATCH v2 1/3] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH v2 2/3] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v2 3/3] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`

[PATCH v4 0/5] Improvements for Devres
 2025-06-26 23:55 UTC  (22+ messages)
` [PATCH v4 1/5] rust: revocable: support fallible PinInit types
` [PATCH v4 2/5] rust: devres: replace Devres::new_foreign_owned()
` [PATCH v4 3/5] rust: devres: get rid of Devres' inner Arc
` [PATCH v4 4/5] rust: types: ForeignOwnable: Add type Target
` [PATCH v4 5/5] rust: devres: implement register_release()

[PATCH 0/2] rust: add initial scatterlist abstraction
 2025-06-26 23:44 UTC  (13+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings

[PATCH v3 0/4] Improvements for Devres
 2025-06-26 23:13 UTC  (22+ messages)
` [PATCH v3 1/4] rust: revocable: support fallible PinInit types
` [PATCH v3 2/4] rust: devres: replace Devres::new_foreign_owned()
` [PATCH v3 3/4] rust: devres: get rid of Devres' inner Arc
` [PATCH v3 4/4] rust: devres: implement register_release()

[PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers
 2025-06-26 22:31 UTC  (12+ messages)
` [PATCH v8 1/9] rust: device: implement FwNode::is_of_node()
` [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v1 0/4] rust: Add basic I2C driver abstractions

[PATCH v4] rust: introduce sfile macro for succinct code tracing
 2025-06-26 20:57 UTC  (8+ messages)

[PATCH v4 0/4] support large align and nid in Rust allocators
 2025-06-26 20:53 UTC  (10+ messages)
` [PATCHi v4 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v4 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v4 3/4] rust: support large alignments in allocations
` [PATCH v4 4/4] rust: support NUMA ids "

[PATCH v5] rust: introduce sfile macro for succinct code tracing
 2025-06-26 20:35 UTC 

[PATCH v2 0/2] rust: add initial scatterlist abstraction
 2025-06-26 20:30 UTC  (3+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings
` [PATCH v2 2/2] samples: rust: add sample code for "

[PATCH 0/5] rust: Add Per-CPU Variable API
 2025-06-26 18:55 UTC  (11+ messages)
` [PATCH 1/5] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH 2/5] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH 3/5] rust: percpu: add a rust per-CPU variable test
` [PATCH 4/5] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH 5/5] rust: percpu: cache per-CPU pointers in the dynamic case

[PATCH v1 0/4] rust: Add basic I2C driver abstractions
 2025-06-26 17:55 UTC  (5+ messages)
` [PATCH v1 1/4] rust: i2c: add basic I2C device and "
` [PATCH v1 2/4] samples: rust: add Rust I2C sample driver
` [PATCH v1 3/4] rust: i2c: ACPI ID-table support for I2C abstractions
` [PATCH v1 4/4] samples: rust: show ACPI ID-table in I2C sample driver

[PATCH v5 0/2] rust: revocable: documentation and refactorings
 2025-06-26 16:59 UTC  (3+ messages)
` [PATCH v5 1/2] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v5 2/2] rust: revocable: Clarify write invariant and update safety comments

[PATCH v4 0/3] rust: revocable: documentation and refactorings
 2025-06-26 16:59 UTC  (12+ messages)
` [PATCH v4 1/3] rust: revocable: update write invariant and fix safety comments

[PATCH v5] rust: drm: Drop the use of Opaque for ioctl arguments
 2025-06-26 16:23 UTC 

[PATCH v4] rust: drm: Drop the use of Opaque for ioctl arguments
 2025-06-26 16:25 UTC  (3+ messages)

[PATCH] rust: devres: require T: Send for Devres
 2025-06-26 16:21 UTC  (3+ messages)

[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
 2025-06-26 15:16 UTC  (5+ messages)

[PATCH 0/4] rust: add `FromPrimitive` support
 2025-06-26 14:23 UTC  (3+ messages)

[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-06-26 13:55 UTC  (4+ messages)
` [PATCH v2 2/2] rust: update ARef and AlwaysRefCounted call sites to import from sync::aref

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-06-26 13:54 UTC  (27+ messages)
  ` [PATCH v5 01/10] rust: Introduce atomic API helpers
  ` [PATCH v5 02/10] rust: sync: Add basic atomic operation mapping framework
  ` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
  ` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
  ` [PATCH v5 06/10] rust: sync: atomic: Add the framework of arithmetic operations
  ` [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
  ` [PATCH v5 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
  ` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
  ` [PATCH v5 10/10] rust: sync: Add memory barriers

[PATCH v2] rust: miscdevice: clarify invariant for `MiscDeviceRegistration`
 2025-06-26 10:45 UTC 

[PATCH] rust: simplify `Adapter::id_info`
 2025-06-26  9:59 UTC  (8+ messages)

[PATCH v3 0/5] rust: time: Convert hrtimer to use Instant and Delta
 2025-06-26  0:12 UTC  (17+ messages)

[PATCH v2 0/2] Add Opaque::cast_from
 2025-06-25 22:18 UTC  (4+ messages)
` [PATCH v2 2/2] rust: types: rename Opaque::raw_get to cast_into

[PATCH v3 0/2] support large align and nid in Rust allocators
 2025-06-25 21:36 UTC  (16+ messages)
` [PATCH v3 1/2] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v3 2/2] rust: support align and NUMA id in allocations

[PATCH] rust: drm: mm: Add DRM MM Range Allocator abstraction
 2025-06-25 19:17 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core
 2025-06-25 18:20 UTC  (3+ messages)

[PATCH] rust: add fast path to `RBTree::find_mut` for empty tree
 2025-06-25 16:56 UTC  (2+ messages)

[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args
 2025-06-25 16:08 UTC  (8+ messages)
` [PATCH v1 3/3] samples: rust: platform: Add property child and reference args examples

[PATCH net-next v2 0/2] Clean up usage of ffi types
 2025-06-25 12:25 UTC  (3+ messages)
` [PATCH net-next v2 1/2] Use unqualified references to "
` [PATCH net-next v2 2/2] Cast to the proper type

[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-06-25 10:57 UTC 

[PATCH v6 0/6] rust: Add ACPI match table support for Rust drivers
 2025-06-25  9:27 UTC  (7+ messages)
` [PATCH v6 6/6] samples: rust: add ACPI match table example to platform driver

[PATCH v7 0/6] rust: DebugFS Bindings
 2025-06-25  8:46 UTC  (10+ messages)
` [PATCH v7 1/6] rust: debugfs: Bind DebugFS directory creation
` [PATCH v7 2/6] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v7 3/6] rust: types: Support &'static and &'static mut ForeignOwnable
` [PATCH v7 4/6] rust: debugfs: Support arbitrary owned backing for File
` [PATCH v7 5/6] rust: debugfs: Support format hooks
` [PATCH v7 6/6] rust: samples: Add debugfs sample

[PATCH v2 2/2] rust: support large align and NUMA ids in allocs
 2025-06-25  6:28 UTC  (2+ messages)

[GIT PULL] [PATCH v2 0/5] rust: Task & schedule related changes for v6.17
 2025-06-25  5:15 UTC  (6+ messages)
` [PATCH v2 1/5] rust: sync: Mark CondVar::notify_*() inline
` [PATCH v2 2/5] rust: sync: Mark PollCondVar::drop() inline
` [PATCH v2 3/5] rust: task: Mark Task methods inline
` [PATCH v2 4/5] rust: Introduce file_from_location()
` [PATCH v2 5/5] rust: task: Add Rust version of might_sleep()

[PATCH v8] rust: transmute: Add methods for FromBytes trait
 2025-06-25  2:39 UTC  (2+ messages)

[PATCH v2 1/2] mm/vmalloc: allow to set node and align in vrealloc
 2025-06-25  1:03 UTC  (2+ messages)

[PATCH 1/2] gpu: nova-core: impl From for u32 for enums used from register!
 2025-06-24 23:29 UTC  (4+ messages)
` [PATCH 2/2] gpu: nova-core: consider `clippy::cast_lossless`

[PATCH v3] rust: drm: Drop the use of Opaque for ioctl arguments
 2025-06-24 21:35 UTC  (2+ messages)

[PATCH v2 0/2] Drop Opaque from IOCTL args
 2025-06-24 21:23 UTC  (6+ messages)
` [PATCH v2 2/2] drm: nova-drm: Update ioctl handlers to drop Opaque usage

[PATCH v5 0/2] Add a bare-minimum Regulator abstraction
 2025-06-24 19:30 UTC  (4+ messages)
` [PATCH v5 1/2] rust: regulator: add a bare minimum regulator abstraction


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).