messages from 2026-02-16 04:36:06 to 2026-02-18 08:53:37 UTC [more...]
[PATCH v3] rust: page: add byte-wise atomic memory copy methods
2026-02-18 8:53 UTC (14+ messages)
[LSF/MM/BPF TOPIC] Evaluating Rust for XArray
2026-02-18 8:47 UTC (8+ messages)
[PATCH v3] tools build: Fix rust cross compilation
2026-02-18 8:47 UTC
[PATCH v2] rust: page: add byte-wise atomic memory copy methods
2026-02-18 8:37 UTC (37+ messages)
[PATCH] rust: add a ring buffer implementation
2026-02-18 8:29 UTC (17+ messages)
[PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
2026-02-18 4:01 UTC
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-02-18 2:17 UTC (5+ messages)
[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
2026-02-18 2:03 UTC (4+ messages)
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample
[PATCH] rust: irq: add missing 'static bound to IRQ callback functions
2026-02-17 22:56 UTC (3+ messages)
[PATCH 0/2] rust: pages that cannot be racy
2026-02-17 21:35 UTC (7+ messages)
` [PATCH 1/2] rust: page: add `SafePage` for race-free page access
` [PATCH 2/2] rust: page: add method to copy data between safe pages
[PATCH 0/2] Fix VMA confusion in Rust Binder
2026-02-17 21:17 UTC (13+ 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] rust: hrtimer: document handle based design rationale
2026-02-17 20:56 UTC (3+ messages)
[PATCH v3 0/1] rust: introduce abstractions for fwctl
2026-02-17 20:49 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-17 20:20 UTC (21+ 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 v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v4 20/33] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v4 24/33] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v4 25/33] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v4 27/33] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v4 28/33] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v4 29/33] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
[PATCH] rust_binder: add additional alignment checks
2026-02-17 20:05 UTC (3+ messages)
[PATCH v7 0/7] Rust bindings for gem shmem + iosys_map
2026-02-17 19:53 UTC (5+ messages)
` [PATCH v7 4/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v7 5/7] rust: drm: gem: Introduce shmem::SGTable
[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
2026-02-17 15:01 UTC (18+ 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 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 (4+ messages)
` [PATCH 62/79] block: rust: add `TagSet::update_hw_queue_count`
[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 (4+ 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: 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: 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 0/2] binder+rust_binder: use current_euid() for transaction sender identity
2026-02-16 8:16 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox