rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-16 09:46:22 to 2025-07-19 13:52:06 UTC [more...]

[PATCH v15 0/3] rust: platform: add Io support
 2025-07-19 13:51 UTC  (10+ messages)
` [PATCH v15 1/3] rust: io: add resource abstraction
` [PATCH v15 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v15 3/3] rust: platform: add resource accessors

[GIT PULL] Rust fixes for 6.16 (2nd)
 2025-07-19 10:31 UTC 

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

[PATCH 0/3] Documentation for Device / Driver infrastructure
 2025-07-19  7:56 UTC  (9+ 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 v4 0/3] rust: Add pr_*_once macros
 2025-07-19  3:33 UTC  (6+ 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  (4+ 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  (10+ 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)

[GIT PULL] Rust timekeeping for v6.17
 2025-07-17  0:02 UTC  (2+ messages)

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

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

[GIT PULL] Rust ALLOC & DMA for v6.17
 2025-07-16 22:50 UTC  (2+ messages)

[PATCH v3] workqueue: rust: add delayed work items
 2025-07-16 22:49 UTC  (2+ messages)

[PATCH v2 0/5] dma::Device trait and DMA mask
 2025-07-16 22:32 UTC  (15+ messages)
` [PATCH v2 1/5] rust: dma: implement `dma::Device` trait
` [PATCH v2 2/5] rust: dma: add DMA addressing capabilities
` [PATCH v2 3/5] rust: pci: implement the `dma::Device` trait
` [PATCH v2 4/5] rust: platform: "
` [PATCH v2 5/5] rust: samples: dma: set DMA mask

[PATCH v14 0/3] rust: platform: add Io support
 2025-07-16 22:26 UTC  (6+ messages)
` [PATCH v14 1/3] rust: io: add resource abstraction
` [PATCH v14 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v14 3/3] rust: platform: add resource accessors

[RFC RESEND v10 00/14] Refcounted interrupts, SpinLockIrq for rust
 2025-07-16 20:29 UTC  (4+ messages)
` [RFC RESEND v10 06/14] rust: sync: Add SpinLockIrq

[PATCH v6 0/3] rust: revocable: Documentation and refactorings for Revocable type
 2025-07-16 20:11 UTC  (8+ messages)
` [PATCH v6 3/3] rust: revocable: Document RevocableGuard invariants and refine Deref safety

[PATCH v9] rust: kernel: add support for bits/genmask macros
 2025-07-16 20:07 UTC  (9+ messages)

[PATCH v6 0/9] LKMM generic atomics in Rust
 2025-07-16 19:42 UTC  (9+ messages)
` [PATCH v6 8/9] rust: sync: Add memory barriers

[PATCH v2 0/5] rust: Add Per-CPU Variable API
 2025-07-16 18:22 UTC  (16+ messages)
` [PATCH v2 3/5] rust: percpu: add a rust per-CPU variable test

[PATCH v7 0/9] LKMM generic atomics in Rust
 2025-07-16 17:38 UTC  (22+ messages)
` [PATCH v7 1/9] rust: Introduce atomic API helpers
` [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations

[PATCH v13 0/3] rust: platform: add Io support
 2025-07-16 17:10 UTC  (6+ messages)
` [PATCH v13 1/3] rust: io: add resource abstraction

[PATCH v8 0/2] Add a bare-minimum Regulator abstraction
 2025-07-16 15:23 UTC  (2+ messages)

[GIT PULL] [PATCH 0/9] Locking changes for v6.17
 2025-07-16 14:48 UTC  (10+ messages)
` [PATCH 1/9] spi: spi-nxp-fspi: Check return value of devm_mutex_init()
` [PATCH 2/9] leds: lp8860: "
` [PATCH 3/9] locking/mutex: Mark devm_mutex_init() as __must_check
` [PATCH 4/9] rust: sync: Add #[must_use] to Lock::try_lock()
` [PATCH 5/9] locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLE
` [PATCH 6/9] locking/lockdep: Avoid struct return in lock_stats()
` [PATCH 7/9] locking/lockdep: Change 'static const' variables to enum values
` [PATCH 8/9] locking/mutex: Remove redundant #ifdefs
` [PATCH 9/9] lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization

[PATCH v7 0/6] rust: add support for request_irq
 2025-07-16 14:45 UTC  (4+ messages)
` [PATCH v7 2/6] rust: irq: add flags module

[PATCH v2] rust: cpumask: Replace `MaybeUninit` and `mem::zeroed` with `Opaque` APIs
 2025-07-16 12:40 UTC  (7+ messages)

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-07-16 12:38 UTC  (2+ messages)

[PATCH 0/5] dma::Device trait and DMA mask
 2025-07-16 10:20 UTC  (5+ messages)
` [PATCH 2/5] rust: dma: add DMA addressing capabilities

[PATCH 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-07-16  9:46 UTC  (4+ messages)
` [PATCH 2/2] rust: alloc: take the allocator into account for FOREIGN_ALIGN


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