rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-23 22:59:02 to 2025-06-26 12:40:01 UTC [more...]

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-06-26 12:39 UTC  (18+ messages)
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
  ` [PATCH v5 01/10] rust: Introduce atomic API helpers
  ` [PATCH v5 02/10] rust: sync: Add basic atomic operation mapping framework
  ` [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 v4 0/4] support large align and nid in Rust allocators
 2025-06-26 12:36 UTC  (6+ 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 v3 0/4] Improvements for Devres
 2025-06-26 11:40 UTC  (12+ 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 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 v4] rust: drm: Drop the use of Opaque for ioctl arguments
 2025-06-26  3:42 UTC  (2+ messages)

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

[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-06-25 22:29 UTC  (3+ messages)
` [PATCH v2 2/2] rust: update ARef and AlwaysRefCounted call sites to import from sync::aref

[PATCH v2 0/2] Add Opaque::cast_from
 2025-06-25 22:18 UTC  (7+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::cast_from
` [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  (4+ messages)

[PATCH 0/5] rust: Add Per-CPU Variable API
 2025-06-25 17:23 UTC  (8+ 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] 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 v8 0/9] rust: Add ACPI match table support for Rust drivers
 2025-06-25 14:08 UTC  (8+ messages)
` [PATCH v8 1/9] rust: device: implement FwNode::is_of_node()
` [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction

[PATCH 0/4] rust: add `FromPrimitive` support
 2025-06-25 14:07 UTC  (2+ messages)

[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 0/2] support large align and nid in Rust allocators
 2025-06-25  6:28 UTC  (5+ messages)
` [PATCH v2 1/2] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v2 2/2] rust: support large align and NUMA ids in allocs

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

[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
 2025-06-24 22:18 UTC  (3+ messages)

[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  (7+ messages)
` [PATCH v2 1/2] rust: drm: Drop the use of Opaque for ioctl arguments
` [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

[PATCH v1 1/2] rust: time: Rename Delta's methods as_micros_ceil and as_millis
 2025-06-24 16:39 UTC  (10+ messages)

[PATCH v2 0/4] Improvements for Devres
 2025-06-24 16:37 UTC  (8+ messages)
` [PATCH v2 3/4] rust: devres: get rid of Devres' inner Arc

[PATCH v4 0/6] rust: add support for request_irq
 2025-06-24 15:17 UTC  (15+ messages)
` [PATCH v4 3/6] rust: irq: add support for non-threaded IRQs and handlers

[PATCH] rust: add basic ELF sections parser
 2025-06-24 14:51 UTC  (12+ messages)

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-06-24 12:48 UTC  (13+ messages)
` [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

[PATCH] mm/vmalloc: allow to set node and align in vrealloc
 2025-06-24 12:30 UTC  (7+ messages)

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-06-24 11:57 UTC  (10+ messages)
` [PATCH v13 2/6] rust: introduce module_param module

[PATCH] rust: cast to the proper type
 2025-06-24 11:56 UTC  (3+ messages)

[PATCH v6 0/5] rust: DebugFS Bindings
 2025-06-24 11:37 UTC  (2+ messages)

[PATCH] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-06-24  8:58 UTC  (3+ messages)

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-06-24  7:29 UTC  (3+ messages)
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad

[PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-24  5:17 UTC  (4+ messages)

[PATCH v1] rust: fix typo in #[repr(transparent)] comments
 2025-06-23 23:15 UTC  (2+ messages)

[PATCH v4] rust: doc: Clean up formatting in io.rs
 2025-06-23 23:14 UTC  (2+ messages)

[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
 2025-06-23 23:13 UTC  (2+ messages)

[PATCH] rust: module: remove deprecated author key
 2025-06-23 23:13 UTC  (2+ messages)

[PATCH v2] rust/list: replace unwrap() with ? in doctest examples
 2025-06-23 23:12 UTC  (2+ messages)

[PATCH v3] rust: kunit: use crate-level mapping for `c_void`
 2025-06-23 23:12 UTC  (2+ messages)


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).