rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-12 21:32:04 to 2025-07-15 11:31:11 UTC [more...]

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

[PATCH v7 0/9] LKMM generic atomics in Rust
 2025-07-15 11:21 UTC  (30+ messages)
` [PATCH v7 1/9] rust: Introduce atomic API helpers
` [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v7 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v7 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v7 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v7 8/9] rust: sync: Add memory barriers
` [PATCH v7 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>

[PATCH v2] rust: cpumask: Replace `MaybeUninit` and `mem::zeroed` with `Opaque` APIs
 2025-07-15 11:18 UTC  (5+ messages)

[PATCH v4] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-07-15 11:04 UTC 

[PATCH 0/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
 2025-07-15 10:37 UTC  (6+ messages)
` [PATCH 1/3] vmalloc: Add vrealloc_align to support allocation of aligned vmap pages
` [PATCH 2/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
` [PATCH 3/3] rust: add a sample allocator usage

[PATCH v3 00/16] rnull: add configfs, remote completion to rnull
 2025-07-15  9:54 UTC  (27+ messages)
` [PATCH v3 02/16] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v3 03/16] rust: str: expose `str::Formatter::new` publicly
` [PATCH v3 04/16] rust: str: make `RawFormatter::bytes_written` public
` [PATCH v3 05/16] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v3 07/16] rust: block: use `NullTerminatedFormatter`
` [PATCH v3 08/16] rust: block: remove `RawWriter`
` [PATCH v3 10/16] rust: block: add block related constants
` [PATCH v3 11/16] rnull: move driver to separate directory
` [PATCH v3 12/16] rnull: enable configuration via `configfs`
` [PATCH v3 13/16] rust: block: add `GenDisk` private data support
` [PATCH v3 14/16] rust: block: mq: fix spelling in a safety comment
` [PATCH v3 15/16] rust: block: add remote completion to `Request`
` [PATCH v3 16/16] rnull: add soft-irq completion support

[PATCH 1/2] vfs: add Rust files to MAINTAINERS
 2025-07-15  9:50 UTC  (7+ messages)
` [PATCH 2/2] pid: "
  ` [PATCH v2] vfs: "

Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-15  9:40 UTC  (3+ messages)
  ` 答复: "

[PATCH v6 0/6] rust: add support for request_irq
 2025-07-15  9:41 UTC  (31+ messages)
` [PATCH v6 2/6] rust: irq: add flags module
` [PATCH v6 3/6] rust: irq: add support for non-threaded IRQs and handlers

[PATCH] rust: devres: initialize Devres::inner::data last
 2025-07-15  8:44 UTC  (4+ messages)

[PATCH v2 0/2] Add Opaque::cast_from
 2025-07-15  8:27 UTC  (3+ messages)

[PATCH v13 0/3] rust: platform: add Io support
 2025-07-15  8:20 UTC  (6+ messages)
` [PATCH v13 1/3] rust: io: add resource abstraction
` [PATCH v13 2/3] rust: io: mem: add a generic iomem abstraction

[GIT PULL] Rust timekeeping for v6.17
 2025-07-15  7:57 UTC  (3+ messages)

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-15  7:03 UTC  (8+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v12 0/3] rust: platform: add Io support
 2025-07-14 23:39 UTC  (7+ messages)
` [PATCH v12 2/3] rust: io: mem: add a generic iomem abstraction

[PATCH 0/2] Rust fixes for the upcoming 1.89 release
 2025-07-14 23:38 UTC  (8+ messages)
` [PATCH 1/2] objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0
` [PATCH 2/2] rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0

[PATCH v3 0/2] rust: improve `ForeignOwnable`
 2025-07-14 23:32 UTC  (2+ messages)

[PATCH v2] rust: rbtree: simplify finding `current` in `remove_current`
 2025-07-14 23:31 UTC  (2+ messages)

[PATCH] rust: helpers: sort includes alphabetically
 2025-07-14 23:31 UTC  (2+ messages)

[PATCH v3] uaccess: rust: use newtype for user pointers
 2025-07-14 23:31 UTC  (2+ messages)

[PATCH v9] rust: kernel: add support for bits/genmask macros
 2025-07-14 23:29 UTC 

[PATCH v8] rust: transmute: Add methods for FromBytes trait
 2025-07-14 22:16 UTC  (3+ messages)

[PATCH v8 0/2] Add a bare-minimum Regulator abstraction
 2025-07-14 21:47 UTC  (6+ messages)
` [PATCH v8 1/2] rust: regulator: add a bare minimum regulator abstraction
` [PATCH v8 2/2] MAINTAINERS: add regulator.rs to the regulator API entry

[PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-14 21:08 UTC  (4+ messages)
` [PATCH 8/9] rust: seq_file: "

[PATCH v3 1/4] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-07-14 16:49 UTC  (5+ messages)
` [PATCH v3 2/2] rust: update ARef and AlwaysRefCounted call sites to import from sync::aref

[PATCH 00/10] rust: use `core::ffi::CStr` method names
 2025-07-14 16:17 UTC  (11+ messages)
` [PATCH 01/10] gpu: nova-core: "
` [PATCH 05/10] rust: drm: "

[PATCH v6 0/9] LKMM generic atomics in Rust
 2025-07-14 15:42 UTC  (19+ messages)
` [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v6 8/9] rust: sync: Add memory barriers

[PATCH] gpu: nova-core: fix bounds check In PmuLookupTableEntry::new, data is sliced from 2..6, but the bounds check data.len() < 5 does not satisfy those bounds
 2025-07-14 15:26 UTC  (4+ messages)
` [PATCH] gpu: nova-core: define named constants for magic numbers

[PATCH v2] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
 2025-07-14 15:22 UTC  (5+ messages)

[PATCH 1/2] rust: devres: provide an accessor for the device
 2025-07-14 13:26 UTC  (10+ messages)
` [PATCH 2/2] rust: device: implement Device::as_bound()

[PATCH v4 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-14 13:22 UTC  (2+ messages)

[PATCH v2 0/2] Rename Device::as_ref() to from_raw()
 2025-07-14 13:20 UTC  (3+ messages)
` [PATCH v2 1/2] device: rust: rename Device::as_ref() to Device::from_raw()

[PATCH 0/5] dma::Device trait and DMA mask
 2025-07-14 13:00 UTC  (2+ messages)

[PATCH v2 0/2] rust: init: remove old workaround
 2025-07-14 12:24 UTC  (7+ messages)
` [PATCH v2 1/2] rust: init: compile examples
` [PATCH v2 2/2] rust: init: remove old workaround

[PATCH v2 0/4] Rust support for `struct iov_iter`
 2025-07-14 12:18 UTC  (8+ messages)
  ` [PATCH v2 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE

[PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-14 11:25 UTC  (2+ messages)

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-14 11:20 UTC  (2+ messages)

[PATCH] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
 2025-07-14 10:51 UTC  (4+ messages)
` [PATCH] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable
` [PATCH] gpu: nova-core: vbios: use size_of instead of magic number

[PATCH v3] workqueue: rust: add delayed work items
 2025-07-14 10:45 UTC  (3+ messages)

[PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
 2025-07-14  6:10 UTC  (5+ messages)
` [PATCH] gpu: nova-core: define named constants for magic numbers

[PATCH v5 0/2] strncpy_from_user for Rust
 2025-07-13 23:37 UTC  (2+ messages)

[PATCH v2 0/4] Initial work for Rust abstraction for HID device driver development
 2025-07-13 21:57 UTC  (7+ messages)
` [PATCH v2 1/4] HID: core: Change hid_driver to use a const char* for name
` [PATCH v2 2/4] rust: add kref bindings
` [PATCH v2 3/4] rust: core abstractions for HID drivers
` [PATCH v2 4/4] rust: hid: Glorious Gaming PC Race Model O and O- mice reference driver

[GIT PULL] Rust pin-init for v6.17
 2025-07-13 21:13 UTC  (2+ messages)

[PATCH] rust: init: remove old workaround
 2025-07-13 20:33 UTC  (2+ messages)

[PATCH 6.12.y] rust: init: allow `dead_code` warnings for Rust >= 1.89.0
 2025-07-13 14:41 UTC  (3+ messages)

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-13 12:05 UTC  (4+ messages)
` [PATCH v2 1/3] rust: xarray: use the prelude
` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind
` [PATCH v2 3/3] rust: xarray: add `insert` and `reserve`


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