rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-17 00:05:27 to 2025-07-20 20:08:31 UTC [more...]

[RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-07-20 20:08 UTC  (18+ messages)
` [PATCH 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [PATCH 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [PATCH 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [PATCH 4/4] samples: rust: rust_misc_device: add uring_cmd example

[PATCH v15 0/3] rust: platform: add Io support
 2025-07-20 17:47 UTC  (16+ messages)
` [PATCH v15 1/3] rust: io: add resource abstraction
` [PATCH v15 2/3] rust: io: mem: add a generic iomem abstraction
    ` [PATCH] rust: io: mem: enable IoRequest doc-tests
` [PATCH v15 3/3] rust: platform: add resource accessors

[PATCH v3] rust: remove spurious compiler_builtins dependents
 2025-07-20 17:20 UTC 

[PATCH v4 0/2] rust: `overflow_assert!` macro
 2025-07-20 16:58 UTC  (6+ messages)
` [PATCH v4 1/2] rust: kernel: create "

[PATCH v2 0/4] Initial work for Rust abstraction for HID device driver development
 2025-07-20 16:44 UTC  (9+ messages)
` [PATCH v2 2/4] rust: add kref bindings
` [PATCH v2 3/4] rust: core abstractions for HID drivers

[PATCH 0/3] Documentation for Device / Driver infrastructure
 2025-07-20 15:57 UTC  (12+ messages)
` [PATCH 1/3] device: rust: documentation for DeviceContext
` [PATCH 2/3] device: rust: expand documentation for Device
` [PATCH 3/3] driver: rust: expand documentation for driver infrastructure

[PATCH v1 0/3] rust: make various `alloc` functions `const fn`
 2025-07-20 15:42 UTC  (7+ messages)
` [PATCH v1 1/3] rust: make `allocator::aligned_size` a "
` [PATCH v1 2/3] rust: make `ArrayLayout::new_unchecked` "
` [PATCH v1 3/3] rust: make `kvec::Vec` functions "

How can I get involved?
 2025-07-20 15:27 UTC  (3+ messages)

[PATCH] rust: list: remove nonexistent generic parameter in link
 2025-07-20 15:01 UTC  (2+ messages)

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

[PATCH] rust: list: undo unintended replacement of method name
 2025-07-20  1:26 UTC  (6+ messages)
` [PATCH] rust: list: Add an example for `ListLinksSelfPtr` usage

[PATCH v6 0/6] rust: add support for request_irq
 2025-07-20  0:45 UTC  (18+ messages)
` [PATCH v6 3/6] rust: irq: add support for non-threaded IRQs and handlers

[PATCH v2 00/10] rust: use `core::ffi::CStr` method names
 2025-07-19 22:42 UTC  (11+ messages)
` [PATCH v2 01/10] drm/panic: "
` [PATCH v2 02/10] rust: auxiliary: "
` [PATCH v2 03/10] rust: configfs: "
` [PATCH v2 04/10] rust: cpufreq: "
` [PATCH v2 05/10] rust: drm: "
` [PATCH v2 06/10] rust: firmware: "
` [PATCH v2 07/10] rust: kunit: "
` [PATCH v2 08/10] rust: miscdevice: "
` [PATCH v2 09/10] rust: net: "
` [PATCH v2 10/10] rust: of: "

[PATCH v2 0/8] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-19 22:41 UTC  (9+ messages)
` [PATCH v2 1/8] gpu: nova-core: "
` [PATCH v2 2/8] rust: alloc: "
` [PATCH v2 3/8] rust: block: "
` [PATCH v2 4/8] rust: device: "
` [PATCH v2 5/8] rust: file: "
` [PATCH v2 6/8] rust: kunit: "
` [PATCH v2 7/8] rust: seq_file: "
` [PATCH v2 8/8] rust: sync: "

[PATCH v9] rust: kernel: add support for bits/genmask macros
 2025-07-19 22:17 UTC  (2+ messages)

[PATCH v4 0/6] rust: list: remove HasListLinks::OFFSET
 2025-07-19 22:16 UTC  (5+ messages)
` [PATCH v4 6/6] rust: list: remove OFFSET constants

[GIT PULL] Rust fixes for 6.16 (2nd)
 2025-07-19 18:29 UTC  (2+ messages)

[PATCH v4 0/3] rust: Add pr_*_once macros
 2025-07-19 16:33 UTC  (7+ messages)
        ` [PATCH v4 0/3] rust: Add pr_*_once macros134

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

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-07-18 20:23 UTC  (22+ messages)
` [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH v2 02/19] gpu: nova-core: register: fix typo
` [PATCH v2 03/19] gpu: nova-core: register: allow fields named `offset`
` [PATCH v2 04/19] gpu: nova-core: register: improve documentation for basic registers
` [PATCH v2 05/19] gpu: nova-core: register: simplify @leaf_accessor rule
` [PATCH v2 06/19] gpu: nova-core: register: remove `try_` accessors for relative registers
` [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH v2 08/19] gpu: nova-core: register: fix documentation and indentation
` [PATCH v2 09/19] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
` [PATCH v2 10/19] gpu: nova-core: register: add fields dispatcher internal rule
` [PATCH v2 11/19] gpu: nova-core: register: improve `Debug` implementation
` [PATCH v2 12/19] gpu: nova-core: register: generate correct `Default` implementation
` [PATCH v2 13/19] gpu: nova-core: register: split @io rule into fixed and relative versions
` [PATCH v2 14/19] gpu: nova-core: register: use #[inline(always)] for all methods
` [PATCH v2 15/19] gpu: nova-core: register: redesign relative registers
` [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
` [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays
` [PATCH v2 18/19] gpu: nova-core: falcon: use register arrays for FUSE registers
` [PATCH v2 19/19] gpu: nova-core: register: add support for relative array registers

[PATCH] rust: Add #[must_use] to Lock::try_lock, GlobalLock::try_lock, and XArray::try_lock
 2025-07-18 17:59 UTC  (2+ messages)

[PATCH v3 0/2] rust: add initial scatterlist abstraction
 2025-07-18 10:50 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] samples: rust: add sample code for "

[PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
 2025-07-18  7:36 UTC  (3+ messages)
` [PATCH v2] gpu: nova-core: vbios: use size_of instead of magic number
` [PATCH v3] gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of

[PATCH v12 00/15] Refcounted interrupts, SpinLockIrq for rust
 2025-07-17 19:15 UTC  (16+ messages)
` [PATCH v12 01/15] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v12 02/15] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v12 03/15] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v12 04/15] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v12 05/15] rust: Introduce interrupt module
` [PATCH v12 06/15] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v12 07/15] rust: sync: Add SpinLockIrq
` [PATCH v12 08/15] rust: sync: Introduce lock::Backend::Context
` [PATCH v12 09/15] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v12 10/15] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v12 11/15] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v12 12/15] rust: sync: Expose lock::Backend
` [PATCH v12 13/15] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v12 14/15] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v12 15/15] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[PATCH v11 00/14] Refcounted interrupts, SpinLockIrq for rust
 2025-07-17 19:07 UTC  (16+ messages)
` [PATCH v11 01/14] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v11 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v11 03/14] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v11 04/14] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v11 05/14] rust: Introduce interrupt module
` [PATCH v11 06/14] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v11 07/14] rust: sync: Add SpinLockIrq
` [PATCH v11 08/14] rust: sync: Introduce lock::Backend::Context
` [PATCH v11 09/14] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v11 10/14] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v11 11/14] rust: sync: Expose lock::Backend
` [PATCH v11 12/14] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v11 13/14] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v11 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[PATCH v7 3/6] rust: irq: add support for non-threaded IRQs and handlers
 2025-07-17 16:20 UTC  (3+ messages)

[PATCH v2] rust: add a sample alloc usage
 2025-07-17 16:14 UTC  (3+ messages)

Receipt
 2025-07-17 14:24 UTC 

[PATCH v2 0/2] Add Opaque::cast_from
 2025-07-17 13:38 UTC  (3+ messages)
` [PATCH v2 2/2] rust: types: rename Opaque::raw_get to cast_into

Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-17 13:06 UTC  (2+ messages)

Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-17 10:38 UTC  (8+ messages)
  ` 答复: "

[PATCH 0/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
 2025-07-17 10:02 UTC  (4+ messages)
` [PATCH 3/3] rust: add a sample allocator usage

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-17  9:08 UTC  (4+ messages)
    ` [PATCH v12 1/3] pwm: Export `pwmchip_release` for external use
    ` [PATCH v12 2/3] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[PATCH 7/7] rust: kernel: update ARef and AlwaysRefCounted imports from sync::aref
 2025-07-17  7:34 UTC 

[PATCH 6/7] samples: rust: update ARef and AlwaysRefCounted imports from sync::aref
 2025-07-17  7:31 UTC 

[PATCH 5/7] rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
 2025-07-17  7:27 UTC 

[PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
 2025-07-17  5:15 UTC  (2+ messages)

撤回: Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-17  2:02 UTC 

[PATCH] rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
 2025-07-17  0:05 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).