rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-17 21:36:50 to 2025-03-20 00:07:21 UTC [more...]

[PATCH v3 0/7] rust: generate_rust_analyzer.py: define host crates
 2025-03-20  0:07 UTC 

[PATCH v2 0/7] rust: generate_rust_analyzer.py: define host crates
 2025-03-19 22:25 UTC  (4+ messages)
` [PATCH v2 4/7] scripts: generate_rust_analyzer.py: add type hints

[PATCH v2 0/3] kbuild: rust: provide an option to inline C helpers into Rust
 2025-03-19 21:31 UTC  (4+ messages)
` [PATCH v2 2/3] "

[PATCH v3 0/2] kbuild: rust: provide an option to inline C helpers into Rust
 2025-03-19 21:15 UTC  (5+ messages)
` [PATCH v3 1/2] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v3 2/2] kbuild: rust: provide an option to inline C helpers into Rust

[PATCH 0/5] Rust support for `struct iov_iter`
 2025-03-19 21:12 UTC  (25+ messages)
` [PATCH 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
  ` [PATCH 3/5] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
  ` [PATCH 4/5] rust: alloc: add Vec::clear
  ` [PATCH 5/5] samples: rust_misc_device: Expand the sample to support read()ing from userspace

[PATCH 0/2] rust: alloc: split `Vec::set_len` into `Vec::{inc,dec}_len`
 2025-03-19 21:05 UTC  (18+ messages)
` [PATCH 2/2] rust: alloc: add `Vec::dec_len`

[PATCH v3 0/5] Auxiliary bus Rust abstractions
 2025-03-19 20:33 UTC  (6+ messages)
` [PATCH v3 1/5] rust: types: add `Opaque::zeroed`
` [PATCH v3 2/5] driver: core: auxiliary: export auxiliary_bus_type
` [PATCH v3 3/5] rust: auxiliary: add auxiliary device / driver abstractions
` [PATCH v3 4/5] rust: auxiliary: add auxiliary registration
` [PATCH v3 5/5] samples: rust: add Rust auxiliary driver sample

[PATCH 0/4] Implement TryFrom<&Device> for bus specific devices
 2025-03-19 20:30 UTC  (5+ messages)
` [PATCH 1/4] rust: device: implement Device::parent()
` [PATCH 2/4] rust: device: implement bus_type_raw()
` [PATCH 3/4] rust: pci: impl TryFrom<&Device> for &pci::Device
` [PATCH 4/4] rust: platform: impl TryFrom<&Device> for &platform::Device

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-19 20:20 UTC  (13+ messages)
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH v5 6/6] rust: use strict provenance APIs
 2025-03-19 20:03 UTC  (18+ messages)

[PATCH 1/2] rust: pci: require Send for Driver trait implementers
 2025-03-19 17:55 UTC  (7+ messages)
` [PATCH 2/2] rust: platform: "

[PATCH v2 0/3] rust: alloc: add Vec::resize and Vec::truncate
 2025-03-19 17:22 UTC  (11+ messages)
` [PATCH v2 2/3] rust: alloc: add Vec::resize method

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-03-19 17:21 UTC  (11+ messages)

[PATCH] rust: adds bindings for bitmap.c and bitops.c
 2025-03-19 16:11 UTC  (6+ messages)

[PATCH v4 0/3] Rust: Add Rust bitmap API, ID pool and bindings
 2025-03-19 16:03 UTC  (10+ messages)
` [PATCH v4 1/3] Adds bitmap.c and bitops.c Rust bindings
` [PATCH v4 2/3] Adds Rust Bitmap API
` [PATCH v4 3/3] Add DynamicIdPool Rust API

[PATCH v2 0/2] rust/revocable: add try_access_with() convenience method
 2025-03-19 14:25 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] samples: rust: convert PCI rust sample driver to use try_access_with()

[PATCH v4] rust: kernel: add support for bits/genmask macros
 2025-03-19 14:25 UTC  (2+ messages)

[PATCH v7 0/3] rust: platform: add Io support
 2025-03-19 14:13 UTC  (9+ messages)
` [PATCH v7 1/3] rust: io: add resource abstraction
` [PATCH v7 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v7 3/3] rust: platform: allow ioremap of platform resources

[PATCH 1/2] rust: pci: impl Send + Sync for pci::Device
 2025-03-19 14:08 UTC  (12+ messages)
  ` [PATCH 2/2] rust: platform: impl Send + Sync for platform::Device

[PATCH v2 0/4] rust: alloc: split `Vec::set_len` into `Vec::{inc,dec}_len`
 2025-03-19 13:40 UTC  (8+ messages)
` [PATCH v2 1/4] rust: alloc: add Vec::len() <= Vec::capacity invariant
` [PATCH v2 2/4] rust: alloc: add `Vec::dec_len`
` [PATCH v2 3/4] rust: alloc: refactor `Vec::truncate` using `dec_len`
` [PATCH v2 4/4] rust: alloc: replace `Vec::set_len` with `inc_len`

[PATCH v2 00/22] make pin-init into a standalone crate
 2025-03-19 13:14 UTC  (12+ messages)
  ` [PATCH v2 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
  ` [PATCH v2 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
  ` [PATCH v2 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
  ` [PATCH v2 11/22] rust: pin-init: fix documentation links
  ` [PATCH v2 15/22] rust: make pin-init its own crate

[PATCH] rust: kbuild: Don't export __pfx symbols
 2025-03-19 12:06 UTC  (2+ messages)

[PATCH] rust: block: Remove unnecessary comma in introduction
 2025-03-19 11:04 UTC  (2+ messages)

[PATCH 0/7] Rust abstractions for shmem-backed GEM objects
 2025-03-19  8:04 UTC  (12+ messages)
` [PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap
` [PATCH 2/7] drm/gem-shmem: Export VM ops functions
` [PATCH 3/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH 4/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH 5/7] drm/gem: Add a flag to control whether objects can be exported
` [PATCH 6/7] rust: drm: gem: Add set_exportable() method
` [PATCH 7/7] rust: drm: gem: shmem: Add share_dma_resv() function

[PATCH v2] rust: sync: rcu: Mark Guard methods as inline
 2025-03-19  2:26 UTC 

[PATCH v14 00/11] rust: add dma coherent allocator abstraction
 2025-03-18 20:17 UTC  (11+ messages)
` [PATCH v14 03/11] samples: rust: add Rust dma test sample driver
` [PATCH v14 06/11] rust: dma: add dma addressing capabilities
` [PATCH v14 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`

[PATCH v2 3/4] rust: auxiliary: add auxiliary registration
 2025-03-18 18:36 UTC  (2+ messages)

[PATCH v15 00/11] rust: add dma coherent allocator abstraction
 2025-03-18 15:37 UTC  (10+ messages)
  ` [PATCH v15 03/11] samples: rust: add Rust dma test sample driver
    ` [PATCH v15 02/11] rust: add dma coherent allocator abstraction
    ` [PATCH v15 11/11] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH v12 2/3] rust: add dma coherent allocator abstraction
 2025-03-18 14:44 UTC  (15+ messages)
` Allow data races on some read/write operations

[PATCH v3] rust: alloc: use `spare_capacity_mut` to reduce unsafe
 2025-03-18 14:52 UTC 

[PATCH v5 00/11] rust: bindings: Auto-generate inline static functions
 2025-03-18 14:50 UTC  (5+ messages)

[PATCH] rust: alloc: use `spare_capacity_mut` to reduce unsafe
 2025-03-18 11:53 UTC  (10+ messages)

[PATCH V3 0/2] Rust: Add cpumask abstractions
 2025-03-18 11:51 UTC  (3+ messages)
` [PATCH V3 1/2] rust: Add initial "
` [PATCH V3 2/2] MAINTAINERS: Add entry for Rust bitmap API

[PATCH v5 0/4] rust: configfs abstractions
 2025-03-18 11:14 UTC  (2+ messages)

[PATCH 0/2] rust: two small improvements for kunit
 2025-03-18 10:34 UTC  (6+ messages)
` [PATCH 1/2] rust: pass correct target to bindgen on Usermode Linux

[PATCH v4] Add methods for FromBytes trait
 2025-03-18  9:05 UTC  (4+ messages)

[PATCH v2] rust: optimize rust symbol generation for SeqFile
 2025-03-18  8:26 UTC  (2+ messages)

[PATCH v2] rust: file: optimize rust symbol generation for FileDescriptorReservation
 2025-03-18  8:26 UTC  (4+ messages)

[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-03-18  8:14 UTC  (2+ messages)

[PATCH v4 00/16] rust: refactor to utilize `&raw [const|mut]`
 2025-03-18  8:02 UTC  (3+ messages)
` [PATCH v4 08/16] rust: kunit: refactor to use "

[PATCH V4 0/2] rust: Add basic clock abstractions
 2025-03-18  5:57 UTC  (3+ messages)
` [PATCH V4 1/2] rust: Add clk helpers
` [PATCH V4 2/2] rust: Add initial clk abstractions

[PATCH] rust: page:: optimize rust symbol generation for Page
 2025-03-18  2:30 UTC  (3+ messages)

[PATCH] rust: sync: optimize rust symbol generation for CondVar
 2025-03-18  1:21 UTC  (3+ messages)

[PATCH] rust: add new macro for common bitwise operations
 2025-03-17 21:40 UTC  (4+ 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).