rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-23 11:49:50 to 2025-07-27 07:33:16 UTC [more...]

[PATCH 0/2] Arithmetic ops for Instant/Delta
 2025-07-27  7:33 UTC  (9+ messages)
` [PATCH 1/2] rust: time: Implement Add<Delta>/Sub<Delta> for Instant
` [PATCH 2/2] rust: time: Implement basic arithmetic operations for Delta

[PATCH 7/7] rust: kernel: update ARef and AlwaysRefCounted imports from sync::aref
 2025-07-27  7:30 UTC  (4+ messages)

[PATCH v5 0/2] rust: alloc: kvec doc example and allocator unit tests
 2025-07-27  7:16 UTC  (6+ messages)
` [PATCH v5 1/2] rust: allocator: add KUnit tests for alignment guarantees
` [PATCH v5 2/2] rust: alloc: kvec: add doc example for as_slice method

[PATCH v3] rust: transmute: add `as_bytes` method for `AsBytes` trait
 2025-07-27  6:52 UTC  (3+ messages)

[PATCH v8] rust: transmute: Add methods for FromBytes trait
 2025-07-27  1:37 UTC  (7+ messages)

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-07-26 18:35 UTC  (4+ messages)
` [PATCH v8 1/3] rust: revocable: Clarify write invariant and update safety comments
` [PATCH v8 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-07-26 18:07 UTC 

[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-26 16:56 UTC  (4+ messages)
  ` [PATCH v5 8/9] riscv: dts: thead: Add PVT node

[PATCH 0/3] Add Rust abstraction for Maple Trees
 2025-07-26 16:41 UTC  (12+ messages)
` [PATCH 1/3] rust: maple_tree: add MapleTree
` [PATCH 2/3] rust: maple_tree: add MapleTree::lock() and load()
` [PATCH 3/3] rust: maple_tree: add MapleTreeAlloc

[PATCH] rust: kbuild: clean output before running `rustdoc`
 2025-07-26 16:04 UTC  (2+ messages)

[PATCH v3 0/2] rust: add initial scatterlist abstraction
 2025-07-26 14:10 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH] MAINTAINERS: add "DEVICE I/O & IRQ [RUST]" entry
 2025-07-26  6:47 UTC  (3+ messages)

[PATCH v2] rust: transmute: add `as_bytes` method for `AsBytes` trait
 2025-07-26  2:46 UTC  (3+ messages)

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-07-25 20:43 UTC  (35+ 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 17/19] gpu: nova-core: register: add support for register arrays

[PATCH v6 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-07-25 20:03 UTC  (13+ messages)
` [PATCH v6 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v6 2/7] rust: hrtimer: Add HrTimerInstant
` [PATCH v6 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v6 4/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v6 5/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v6 6/7] rust: time: Add Instant::from_nanos()
` [PATCH v6 7/7] rust: hrtimer: Add HrTimer::expires()

[PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
 2025-07-25 19:41 UTC  (6+ messages)

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-25 15:56 UTC  (5+ messages)
  ` [PATCH v12 2/3] rust: pwm: Add Kconfig and basic data structures
  ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
 2025-07-25 14:04 UTC  (7+ 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] drm: nova-drm: fix 32-bit arm build
 2025-07-25 12:20 UTC  (5+ messages)

[PATCH] rust: transmute: add `as_bytes` method for `AsBytes` trait
 2025-07-25 12:12 UTC  (3+ messages)

[PATCH v3] rust: lock: Export Guard::do_unlocked()
 2025-07-25 10:51 UTC  (2+ messages)

[PATCH 0/3] rust: add `num` module
 2025-07-25 10:10 UTC  (5+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-25 10:00 UTC  (11+ messages)
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v13 3/4] rust: add support for NUMA ids in allocations
` [PATCH v13 4/4] rust: support large alignments "

[PATCH v4 0/2] rust: alloc: kvec doc example and allocator unit tests
 2025-07-25  7:05 UTC  (5+ messages)
` [PATCH v4 1/2] rust: allocator: add unit tests of kmalloc, vmalloc and kvmalloc
` [PATCH v4 2/2] rust: alloc: kvec: add doc example for as_slice method

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-25  1:21 UTC  (3+ messages)
` [PATCH 04/17] rust: clk: "

[POC 1/6] irq & spin_lock: Add counted interrupt disabling/enabling
 2025-07-24 21:59 UTC  (5+ messages)
    ` w/r/t "irq & spin_lock: Add counted interrupt disabling/enabling": holes in pcpu_hot?

[PATCH v2] rust: lock: Export Guard::do_unlocked()
 2025-07-24 20:07 UTC  (3+ messages)

[PATCH v2] rust: list: Add an example for `ListLinksSelfPtr` usage
 2025-07-24 19:43 UTC  (2+ messages)

[PATCH 0/2] Clean up Rust LockClassKey
 2025-07-24 19:11 UTC  (16+ messages)
` [PATCH 1/2] rust: sync: refactor static_lock_class!() macro
` [PATCH 2/2] rust: sync: clean up LockClassKey and its docs

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-24 18:50 UTC  (2+ messages)

[PATCH] rust: lock: Export Guard::do_unlocked()
 2025-07-24 17:54 UTC  (2+ messages)

[PATCH v2 0/3] Documentation for Device / Driver infrastructure
 2025-07-24 16:46 UTC  (8+ 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

[RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-07-24 16:05 UTC  (10+ messages)
` [PATCH 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd

[PATCH v5 07/10] modpost: Add modname to mod_device_table alias
 2025-07-24 16:00 UTC  (2+ messages)

[PATCH 0/2] Add initial interconnect (icc_path) Rust abstractions
 2025-07-24 15:55 UTC  (13+ messages)
` [PATCH 1/2] rust: Add initial interconnect framework abstractions
` [PATCH DNM 2/2] interconnect: Add a test Rust consumer driver

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-07-24 13:53 UTC  (2+ messages)

[PATCH v7 0/3] rust: revocable: Documentation and safety refinements
 2025-07-24 10:30 UTC  (9+ messages)
` [PATCH v7 3/3] rust: revocable: Document RevocableGuard invariants/safety and refine Deref safety

[PATCH v3 0/2] rust: alloc: kvec doc example and allocator unit tests
 2025-07-24  9:28 UTC  (5+ messages)
` [PATCH v3 1/2] rust: allocator: add unit tests of kmalloc, vmalloc and kvmalloc
` [PATCH v3 2/2] rust: alloc: kvec: add doc example for `as_slice` method

[PATCH v2] rust: add a sample alloc usage
 2025-07-24  8:06 UTC  (4+ messages)

[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
 2025-07-23 23:32 UTC  (6+ messages)
` [PATCH v5 1/5] rust: implement `kernel::sync::Refcount`
` [PATCH v5 2/5] rust: make `Arc::into_unique_or_drop` associated function
` [PATCH v5 3/5] rust: convert `Arc` to use `Refcount`
` [PATCH v5 4/5] rust: block: convert `block::mq` "
` [PATCH v5 5/5] MAINTAINERS: update atomic infrastructure entry to include Rust

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

[PATCH v3] rust: remove spurious compiler_builtins dependents
 2025-07-23 20:12 UTC  (5+ messages)

[PATCH 0/3] scripts: generate_rust_analyzer: match rust/Makefile
 2025-07-23 15:39 UTC  (4+ messages)
` [PATCH 1/3] scripts: generate_rust_analyzer: Add compiler_builtins -> core dep
` [PATCH 2/3] scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins dep
` [PATCH 3/3] scripts: generate_rust_analyzer: Add pin_init_internal deps

[PATCH v2 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-07-23 14:25 UTC  (13+ messages)

[PATCH v15 0/3] rust: platform: add Io support
 2025-07-23 13:33 UTC  (3+ messages)

[PATCH v6 0/4] rust: Add bug/warn abstractions
 2025-07-23 13:23 UTC  (4+ 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).