rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-11 17:01:29 to 2025-08-13 15:40:08 UTC [more...]

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-08-13 15:39 UTC  (8+ messages)
` [PATCH v3 1/9] gpu: nova-core: "
` [PATCH v3 2/9] rust: alloc: "
` [PATCH v3 3/9] rust: block: "
` [PATCH v3 4/9] rust: device: "
` [PATCH v3 5/9] rust: file: "
` [PATCH v3 6/9] rust: kunit: "
` [PATCH v3 7/9] rust: seq_file: "

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-13 15:37 UTC  (7+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-08-13 15:35 UTC  (6+ messages)
` [PATCH v14 1/5] rust: add bindings for bitmap.h
` [PATCH v14 2/5] rust: add bindings for bitops.h
` [PATCH v14 3/5] rust: add bitmap API
` [PATCH v14 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v14 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH 1/3] checkpatch.pl: Add warning for // comments on private Rust items
 2025-08-13 15:32 UTC  (2+ messages)

[PATCH v2] rust: devres: fix leaking call to devm_add_action()
 2025-08-13 15:07 UTC  (4+ messages)

[PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-08-13 14:39 UTC  (7+ messages)
` [PATCH v14 2/3] rust: support formatting of foreign types
` [PATCH v14 3/3] rust: replace `CStr` with `core::ffi::CStr`

[PATCH 2/7] rust: gpu: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-13 14:28 UTC  (2+ messages)
` "Re: [PATCH 2/7] rust: gpu: update ARef and AlwaysRefCounted imports from sync::aref"

[PATCH v4 00/15] rnull: add configfs, remote completion to rnull
 2025-08-13 13:54 UTC  (29+ messages)
` [PATCH v4 01/15] rust: str: normalize imports in `str.rs`
` [PATCH v4 02/15] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v4 03/15] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v4 04/15] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v4 05/15] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v4 06/15] rust: block: use `NullTerminatedFormatter`
` [PATCH v4 07/15] rust: block: remove `RawWriter`
` [PATCH v4 08/15] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v4 09/15] rust: block: add block related constants
` [PATCH v4 10/15] rnull: move driver to separate directory
` [PATCH v4 11/15] rnull: enable configuration via `configfs`
` [PATCH v4 12/15] rust: block: add `GenDisk` private data support
` [PATCH v4 13/15] rust: block: mq: fix spelling in a safety comment
` [PATCH v4 14/15] rust: block: add remote completion to `Request`
` [PATCH v4 15/15] rnull: add soft-irq completion support

[PATCH v4 0/4] Rust support for `struct iov_iter`
 2025-08-13 13:33 UTC  (13+ messages)
` [PATCH v4 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v4 2/4] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v4 3/4] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v4 4/4] samples: rust_misc_device: Expand the sample to support read()ing from userspace

[PATCH] rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]
 2025-08-13 12:59 UTC  (3+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-13 10:43 UTC  (9+ messages)
` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator

[PATCH v3 0/4] Rust support for `struct iov_iter`
 2025-08-13  8:25 UTC  (7+ messages)
  ` [PATCH v3 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE
  ` [PATCH v3 2/4] rust: iov: add iov_iter abstractions for ITER_DEST

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-13  8:16 UTC  (27+ messages)
` [PATCH v4 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v4 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v4 03/24] ARM: elf: "
` [PATCH v4 04/24] arm64: "
` [PATCH v4 05/24] powerpc/elf: "
` [PATCH v4 06/24] riscv: elf: "
` [PATCH v4 07/24] LoongArch: "
` [PATCH v4 08/24] s390/elf: "
` [PATCH v4 09/24] MIPS: ELF: "
` [PATCH v4 10/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v4 11/24] vdso: Add the vdsocheck tool
` [PATCH v4 12/24] x86/vdso: Enable "
` [PATCH v4 13/24] ARM: vdso: "
` [PATCH v4 14/24] arm64: "
` [PATCH v4 15/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v4 16/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
` [PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
` [PATCH v4 19/24] riscv: vdso: Enable the vdsocheck tool
` [PATCH v4 20/24] LoongArch: vDSO: "
` [PATCH v4 21/24] s390/vdso: "
` [PATCH v4 22/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v4 23/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v4 24/24] vdso/vdsocheck: Drop the transitional kconfig option

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-13  8:00 UTC  (7+ messages)
` [PATCH v2 3/3] "

[PATCH] rust: cpumask: Mark CpumaskVar as transparent
 2025-08-13  7:40 UTC  (2+ messages)

[PATCH v1 0/2] rust: Add read_poll_timeout
 2025-08-13  2:56 UTC  (3+ messages)
` [PATCH v1 2/2] rust: Add read_poll_timeout functions

[PATCH v9] rust: transmute: Add methods for FromBytes trait
 2025-08-13  1:06 UTC  (4+ messages)

[RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
 2025-08-13  0:54 UTC  (18+ messages)

tpm2_protocol
 2025-08-13  0:48 UTC  (3+ messages)

[PATCH] rust: lib: add if_cfg! macro for conditional compilation
 2025-08-12 21:37 UTC 

[PATCH v4] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-08-12 21:26 UTC  (4+ messages)

[PATCH 0/2] kbuild: enable CONFIG_WERROR for more build steps
 2025-08-12 20:56 UTC  (7+ messages)
` [PATCH 1/2] kbuild: move existing CONFIG_WERROR flags into dedicated Makefile
` [PATCH 2/2] kbuild: enable CONFIG_WERROR for more build steps

[PATCH 0/4] Alloc and drm::Device fixes
 2025-08-12 20:35 UTC  (7+ messages)
` [PATCH 1/4] rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()

[PATCH] rust: workaround `rustdoc` target modifiers bug
 2025-08-12 19:53 UTC  (2+ messages)

[PATCH] rust: kbuild: clean output before running `rustdoc`
 2025-08-12 19:53 UTC  (2+ messages)

[PATCH v9 0/7] rust: add support for request_irq
 2025-08-12 19:21 UTC  (9+ messages)
` [PATCH v9 7/7] rust: irq: add &Device<Bound> argument to irq callbacks

[PATCH] MAINTAINERS: add "DEVICE I/O & IRQ [RUST]" entry
 2025-08-12 19:09 UTC  (2+ messages)

[PATCH v2] rust: drm: Introduce the Tyr driver for Arm Mali GPUs
 2025-08-12 18:55 UTC 

[PATCH v2 0/3] Documentation for Device / Driver infrastructure
 2025-08-12 17:29 UTC  (9+ messages)
` [PATCH v2 1/3] device: rust: expand documentation for DeviceContext
` [PATCH v2 2/3] device: rust: expand documentation for Device
` [PATCH v2 3/3] driver: rust: expand documentation for driver infrastructure

[PATCH] rust: auxiliary: Use `c_` types from prelude instead of
 2025-08-12 17:21 UTC  (3+ messages)

[PATCH] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2025-08-12 17:00 UTC  (7+ messages)

Rust for Linux Open Meeting
 2025-08-12 15:56 UTC  (11+ messages)
` No Open Meeting at Nov 15
  ` Open Meeting at Jan 24
    ` Open Meeting at March 27
      ` Open Meeting at May 29
        ` Open Meeting at Aug 7
          ` Open Meeting at Dec 11
            ` Open Meeting at Feb 5
              ` Open Meeting at April 16
                ` Open Meeting at Jun 11
                  ` Open Meeting at Aug 20

[PATCH v3 0/2] Clean up Rust LockClassKey
 2025-08-12 15:51 UTC  (2+ messages)

[PATCH v2 0/2] Clean up Rust LockClassKey
 2025-08-12 15:46 UTC  (4+ messages)
` [PATCH v2 2/2] rust: sync: clean up LockClassKey and its docs

[PATCH] rust: mm: Mark VmaNew as transparent
 2025-08-12 14:11 UTC  (3+ messages)

[PATCH 0/2] rust: regulator: relax a few constraints on Regulator<T>
 2025-08-12 12:58 UTC  (2+ messages)

[PATCH linux] of: resolves TODO for copy_from_slice
 2025-08-12  9:55 UTC  (2+ messages)

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-12  9:27 UTC  (6+ messages)
  ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
 2025-08-12  8:17 UTC  (8+ messages)
` [PATCH v5 1/5] rust: implement `kernel::sync::Refcount`
` [PATCH v5 3/5] rust: convert `Arc` to use `Refcount`
` [PATCH v5 4/5] rust: block: convert `block::mq` "

[PATCH v8 0/9] LKMM atomics in Rust
 2025-08-12  8:04 UTC  (7+ messages)
` [PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations

[PATCH] rust: devres: fix leaking call to devm_add_action()
 2025-08-12  7:10 UTC  (4+ messages)

[PATCH] rust: auxiliary: Use `c_` types from prelude instead of
 2025-08-12  6:31 UTC  (2+ messages)

[PATCH v3 0/2] Rust: kernel patch series
 2025-08-12  5:51 UTC  (4+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] "

[PATCH v3 0/2] rust: add `Alignment` type
 2025-08-12  4:23 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] gpu: nova-core: use Alignment for alignment-related operations

[PATCH v3 1/1] rust: pci: use c_* types via kernel prelude
 2025-08-12  3:31 UTC 

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-08-12  1:03 UTC  (3+ messages)
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety


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