public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-15 23:43:26 to 2026-02-17 16:35:47 UTC [more...]

[PATCH 0/2] Fix VMA confusion in Rust Binder
 2026-02-17 16:35 UTC  (5+ messages)
` [PATCH 1/2] rust_binder: check ownership before using vma
` [PATCH 2/2] rust_binder: avoid reading the written value in offsets array

[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-17 16:28 UTC  (7+ messages)
` [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure

[PATCH v2] rust: page: add byte-wise atomic memory copy methods
 2026-02-17 16:10 UTC  (33+ messages)

[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
 2026-02-17 15:01 UTC  (18+ messages)

[LSF/MM/BPF TOPIC] Evaluating Rust for XArray
 2026-02-17 14:44 UTC  (3+ messages)

[PATCH] rust: add a ring buffer implementation
 2026-02-17 14:26 UTC  (14+ messages)

[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
 2026-02-17 14:10 UTC  (13+ messages)
` [PATCH v3 1/8] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH v3 2/8] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH v3 3/8] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH v3 4/8] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH v3 5/8] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH v3 6/8] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH v3 7/8] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH v3 8/8] gpu: nova-core: gsp: use available device reference

[PATCH v3] rust: page: add byte-wise atomic memory copy methods
 2026-02-17 12:03 UTC  (6+ messages)

[PATCH 0/2] gpu: nova-core: use GSP RPC sequence numbers properly
 2026-02-17 11:52 UTC  (6+ messages)
` [PATCH 1/2] gpu: nova-core: fix GSP RPC send sequence numbers to match Open RM
` [PATCH 2/2] gpu: nova-core: improve GSP RPC debug logging with message classification

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-17 11:17 UTC  (12+ messages)
` [PATCH v2 1/6] "

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-02-17  9:54 UTC  (49+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 02/79] block: rnull: add module parameters
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 07/79] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH 08/79] block: rnull: add timer completion mode
` [PATCH 12/79] block: rust: add `TagSet` flags
` [PATCH 13/79] block: rnull: add memory backing
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` config option
` [PATCH 17/79] block: rnull: allow specifying the home numa node
` [PATCH 18/79] block: rust: add Request::sectors() method
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks
` [PATCH 30/79] block: rust: add `hctx` private data support
` [PATCH 33/79] block: rust: add a back reference feature to `GenDisk`
` [PATCH 34/79] block: rust: introduce an idle type state for `Request`
` [PATCH 35/79] block: rust: add a request queue abstraction
` [PATCH 36/79] block: rust: add a method to get the request queue for a request
` [PATCH 37/79] block: rust: introduce `kernel::block::error`
` [PATCH 38/79] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH 40/79] block: rnull: add bandwidth limiting
` [PATCH 41/79] block: rnull: add blocking queue mode
` [PATCH 42/79] block: rnull: add shared tags
` [PATCH 44/79] block: rust: add an abstraction for `bindings::req_op`
` [PATCH 46/79] block: rust: move gendisk vtable construction to separate function
` [PATCH 49/79] block: rust: add `map_queues` support
` [PATCH 50/79] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH 52/79] block: rust: add accessors to `TagSet`
` [PATCH 53/79] block: rnull: add polled completion support
` [PATCH 55/79] block: rust: add request flags abstraction
` [PATCH 57/79] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH 59/79] block: rnull: add fua support
` [PATCH 61/79] block: rust: add `GenDisk::tag_set`
` [PATCH 62/79] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH 64/79] block: rust: add an abstraction for `struct rq_list`
` [PATCH 65/79] block: rust: add `queue_rqs` vtable hook
` [PATCH 66/79] block: rnull: support queue_rqs
` [PATCH 68/79] block: rust: add a debug assert for refcounts
` [PATCH 69/79] block: rust: add `TagSet::tag_to_rq`
` [PATCH 70/79] block: rust: add `Request::queue_index`
` [PATCH 72/79] block: rust: add `request_timeout` hook
` [PATCH 75/79] block: rnull: allow configuration of the maximum IO size
` [PATCH 76/79] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH 78/79] block: rnull: add `shared_tag_bitmap` config option
` [PATCH 79/79] block: rnull: add zone offline and readonly configfs files

[PATCH v1] tools build: Fix rust cross compilation
 2026-02-17  8:22 UTC  (3+ messages)

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-02-17  2:45 UTC  (6+ messages)
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-02-17  1:21 UTC  (2+ messages)

[PATCH] rust: print: Document SAFETY invariants in rust_fmt_argument and call_printk
 2026-02-16 20:31 UTC  (3+ messages)

[PATCH] rust: list: Extend safety comment in List::remove
 2026-02-16 20:29 UTC  (3+ messages)

[PATCH v2 0/4] rust: Add ARef support for work items
 2026-02-16 16:20 UTC  (2+ messages)

[PATCH] rust: pin-init: replace clippy `expect` with `allow`
 2026-02-16 14:24 UTC  (4+ messages)

[PATCH v6 0/3] rust: alloc: add KVVec shrinking method
 2026-02-16 14:09 UTC  (4+ messages)
` [PATCH v6 1/3] rust: kvec: implement shrink_to for KVVec
` [PATCH v6 2/3] rust: alloc: add KUnit tests for KVVec shrink_to
` [PATCH v6 3/3] rust_binder: shrink all_procs when deregistering processes

[PATCH] rust: io: macro_export io_define_read!() and io_define_write!()
 2026-02-16 13:47 UTC  (6+ messages)

[PATCH] rust: time: add `Delta::from_nanos`
 2026-02-16 13:38 UTC  (3+ messages)

[PATCH] rust: sync: add lazy initialization methods to SetOnce
 2026-02-16 13:32 UTC  (6+ messages)

Mainline UML Rust stable io.rs unused imports
 2026-02-16 13:22 UTC  (4+ messages)

[PATCH v4] rust: list: Add unsafe for container_of
 2026-02-16 13:16 UTC 

[PATCH V2 0/3] Rust support for powerpc
 2026-02-16 11:29 UTC  (7+ messages)
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le
        ` Rust version requirement (was: [PATCH V2 3/3] powerpc: Enable Rust for ppc64le)

[PATCH v6 0/9] rust: add `register!` macro
 2026-02-16 10:52 UTC  (17+ messages)
` [PATCH v6 1/9] rust: enable the `generic_arg_infer` feature
` [PATCH v6 2/9] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v6 3/9] rust: num: add `into_bool` method "
` [PATCH v6 4/9] rust: num: make Bounded::get const
` [PATCH v6 5/9] rust: io: add IoRef and IoWrite types
` [PATCH v6 6/9] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v6 7/9] rust: io: add `register!` macro
` [PATCH v6 8/9] sample: rust: pci: use "
` [PATCH FOR REFERENCE v6 9/9] gpu: nova-core: use the kernel "

[PATCH] rust: sync: add `UniqueArc::as_ptr`
 2026-02-16 10:12 UTC  (5+ messages)

[PATCH] configfs: rust: add an API for adding default groups from C
 2026-02-16  9:58 UTC  (3+ messages)

Consider backporting rustdoc fixes for 6.18.y
 2026-02-16  9:45 UTC  (2+ messages)

[PATCH v5 0/3] rust: alloc: add KVVec shrinking method
 2026-02-16  9:41 UTC  (5+ messages)

[PATCH] rust: alloc: allow different error types in `KBox::pin_slice`
 2026-02-16  9:37 UTC  (6+ messages)

[PATCH] rust: sync: export lock::do_unlocked
 2026-02-16  8:54 UTC  (4+ messages)

[PATCH 0/2] rust: pages that cannot be racy
 2026-02-16  8:52 UTC  (3+ messages)
` [PATCH 1/2] rust: page: add `SafePage` for race-free page access

[PATCH 0/2] rust: add a few helpers
 2026-02-16  8:39 UTC  (4+ messages)
` [PATCH 1/2] rust: add a wrapper for the `num_possible_cpus` C function

[PATCH] rust: hrtimer: document handle based design rationale
 2026-02-16  8:38 UTC  (2+ messages)

[PATCH] rust: time: implement `Display` for `Delta`
 2026-02-16  8:34 UTC  (2+ messages)

[PATCH v2 0/5] Use struct devres_node in Devres<T>
 2026-02-16  8:29 UTC  (3+ messages)
` [PATCH v2 5/5] rust: devres: embed struct devres_node directly

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-16  8:27 UTC  (3+ messages)
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample

[PATCH 0/2] binder+rust_binder: use current_euid() for transaction sender identity
 2026-02-16  8:16 UTC  (2+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-16  4:25 UTC  (3+ messages)
` [RFC v3 09/27] PCI/CMA: Authenticate devices on enumeration


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox