rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-19 14:08:54 to 2025-03-21 11:15:51 UTC [more...]

[PATCH v5 0/4] rust: adds Bitmap API, ID pool and bindings
 2025-03-21 11:15 UTC  (5+ messages)
` [PATCH v5 1/4] rust: add bindings for bitmap.h
` [PATCH v5 2/4] rust: add bindings for bitops.h
` [PATCH v5 3/4] rust: add bitmap API
` [PATCH v5 4/4] rust: add dynamic ID pool abstraction for bitmap

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

[PATCH 4/5] rust: alloc: add Vec::drain_all
 2025-03-21  9:53 UTC 

[PATCH 4/5] rust: alloc: add Vec::drain_all
 2025-03-21  9:52 UTC  (3+ messages)

[PATCH v3 0/7] rust: generate_rust_analyzer.py: define host crates
 2025-03-21  9:41 UTC  (9+ messages)
` [PATCH v3 1/7] scripts: generate_rust_analyzer.py: add missing whitespace
` [PATCH v3 2/7] scripts: generate_rust_analyzer.py: use double quotes
` [PATCH v3 3/7] scripts: generate_rust_analyzer.py: add trailing comma
` [PATCH v3 4/7] scripts: generate_rust_analyzer.py: add type hints
` [PATCH v3 5/7] scripts: generate_rust_analyzer.py: use str(pathlib.Path)
` [PATCH v3 6/7] scripts: generate_rust_analyzer.py: identify crates explicitly
` [PATCH v3 7/7] scripts: generate_rust_analyzer.py: define host crates

[PATCH 2/5] rust: alloc: add Vec::pop
 2025-03-21  9:23 UTC  (3+ messages)

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-03-21  9:17 UTC  (4+ messages)
` [PATCH v9 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v9 2/3] rust: add parameter support to the `module!` macro
` [PATCH v9 3/3] modules: add rust modules files to MAINTAINERS

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

[PATCH v2] rust: page:: optimize rust symbol generation for Page
 2025-03-21  8:01 UTC 

[PATCH v8 0/7] rust: extend `module!` macro with integer parameter support
 2025-03-21  7:53 UTC  (11+ messages)
` [PATCH v8 5/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v8 7/7] modules: add rust modules files to MAINTAINERS

[PATCH 0/5] Additional methods for Vec
 2025-03-21  7:41 UTC  (11+ messages)
` [PATCH 1/5] rust: alloc: add Vec::clear
` [PATCH 2/5] rust: alloc: add Vec::pop
` [PATCH 3/5] rust: alloc: add Vec::push_within_capacity
` [PATCH 4/5] rust: alloc: add Vec::drain_all
` [PATCH 5/5] rust: alloc: add Vec::retain

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-03-21  7:24 UTC  (2+ messages)

[PATCH v15 00/11] rust: add dma coherent allocator abstraction
 2025-03-21  6:56 UTC  (6+ messages)
  ` [PATCH v15 02/11] "

[RFC PATCH v3 0/7] gpu: nova-core: register definitions and basic timer and falcon devices
 2025-03-21  5:41 UTC  (12+ messages)
` [PATCH RFC v3 1/7] rust: add useful ops for u64
` [PATCH RFC v3 2/7] rust: make ETIMEDOUT error available
` [PATCH RFC v3 3/7] gpu: nova-core: derive useful traits for Chipset
` [PATCH RFC v3 4/7] gpu: nova-core: add missing GA100 definition
` [PATCH RFC v3 5/7] gpu: nova-core: use register!() to define register layout
` [PATCH RFC v3 6/7] gpu: nova-core: add basic timer device
` [PATCH RFC v3 7/7] gpu: nova-core: add falcon register definitions and probe code

[PATCH v2] rust: block: Remove unnecessary comma in introduction
 2025-03-21  5:22 UTC 

[PATCH] rust: block: Remove unnecessary comma in introduction
 2025-03-21  4:55 UTC  (2+ messages)

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

[PATCH v4 00/16] rust: refactor to utilize `&raw [const|mut]`
 2025-03-21  2:28 UTC  (6+ messages)
` [PATCH v4 08/16] rust: kunit: refactor to use "

[PATCH 5/5] rust: alloc: add Vec::retain
 2025-03-20 22:21 UTC 

[PATCH v3] drm: Add UAPI for the Asahi driver
 2025-03-20 21:42 UTC  (3+ messages)

[PATCH v11 0/8] rust: Add IO polling
 2025-03-20 19:05 UTC  (4+ messages)
` [PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API

[PATCH] rust: pin_init_internal: fix rust-analyzer `mod quote`
 2025-03-20 14:15 UTC  (7+ messages)

[PATCH v4] rust: kernel: add support for bits/genmask macros
 2025-03-20 14:02 UTC  (5+ messages)

[PATCH 0/4] Implement TryFrom<&Device> for bus specific devices
 2025-03-20 13:56 UTC  (14+ 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 RFC v2] rust: add macros to define registers layout
 2025-03-20 13:35 UTC 

[PATCH v5] rust: transmute: Add methods for FromBytes trait
 2025-03-20 13:09 UTC  (2+ messages)

[PATCH 0/2] rust: two small improvements for kunit
 2025-03-20 11:21 UTC  (2+ messages)

[PATCH v2] rust: sync: optimize Rust symbol generation for PollCondVar
 2025-03-20  8:42 UTC  (2+ messages)

[PATCH v3 0/5] Auxiliary bus Rust abstractions
 2025-03-20  8:37 UTC  (7+ 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 v5 00/17] refactor to utilize `&raw [const|mut]`
 2025-03-20  7:33 UTC  (21+ messages)
` [PATCH v5 01/17] rust: enable `raw_ref_op` feature
` [PATCH v5 02/17] rust: init: refactor to use `&raw [const|mut]`
` [PATCH v5 03/17] rust: list: "
` [PATCH v5 04/17] rust: task: remove use of `addr_of!` macro
` [PATCH v5 05/17] rust: faux: refactor to use `&raw [const|mut]`
` [PATCH v5 06/17] rust: platform: "
` [PATCH v5 07/17] rust: pci: "
` [PATCH v5 08/17] rust: kunit: "
` [PATCH v5 09/17] rust: workqueue: "
` [PATCH v5 10/17] rust: workqueue: replace `raw_get` with pointer cast
` [PATCH v5 11/17] rust: rbtree: refactor to use `&raw [const|mut]`
` [PATCH v5 12/17] rust: net: phy: "
` [PATCH v5 13/17] rust: sync: arc: "
` [PATCH v5 14/17] rust: jump_label: "
` [PATCH v5 15/17] rust: fs: file: "
` [PATCH v5 16/17] rust: block: "
` [PATCH v5 17/17] rust: clippy: disallow `addr_of[_mut]!` macros

[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  (23+ messages)
` [PATCH 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
  ` [PATCH 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
  ` [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 2/2] rust: alloc: add `Vec::dec_len`
 2025-03-19 21:05 UTC  (2+ messages)

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-19 20:20 UTC  (12+ 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  (12+ 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

[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  (6+ messages)
` [PATCH v4 2/3] Adds Rust Bitmap 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 v7 0/3] rust: platform: add Io support
 2025-03-19 14:13 UTC  (7+ messages)
` [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  (7+ 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).