public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 13:36:33 to 2026-01-30 11:35:05 UTC [more...]

[PATCH v2 0/3] binder: handle PID namespace conversion for freeze operation
 2026-01-30 11:34 UTC  (12+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] rust: pid: add Pid abstraction and init_pid_ns helper
` [PATCH v2 3/3] rust_binder: handle PID namespace conversion for freeze operation

[PATCH v3 0/2] rust: reduce duplicate information
 2026-01-30 11:24 UTC  (4+ messages)
` [PATCH v3 1/2] rust: kbuild: extract configs for reuse

[PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
 2026-01-30 10:26 UTC  (11+ messages)
` [PATCH 1/9] rust: dma: rename CoherentAllocation fallible methods
` [PATCH 2/9] rust: dma: parameterize CoherentAllocation with AllocationSize
` [PATCH 3/9] rust: dma: add CoherentArray for compile-time sized allocations
` [PATCH 4/9] rust: dma: simplify try_dma_read! and try_dma_write!
` [PATCH 5/9] rust: dma: rename try_item_from_index to try_ptr_at
` [PATCH 6/9] rust: dma: add dma_read! and dma_write! macros
` [PATCH 7/9] rust: dma: implement decay from CoherentArray to CoherentSlice
` [PATCH 8/9] rust: dma: add CoherentObject for single element allocations
` [PATCH 9/9] gpu: nova-core: migrate to CoherentArray and CoherentObject

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-01-30 10:03 UTC  (7+ messages)
` [PATCH v5 1/4] rust: macros: add derive macro for `Into`
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
` [PATCH v5 3/4] rust: macros: add private doctests for `Into` derive macro
` [PATCH v5 4/4] rust: macros: add private doctests for `TryFrom` "

[PATCH v9] rust: add new macro for common bitflag operations
 2026-01-30  9:36 UTC  (3+ messages)

[PATCH v6 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-30  8:34 UTC  (11+ messages)
` [PATCH v6 1/7] rust: device: add device name method
` [PATCH v6 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v6 3/7] gpu: nova-core: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v6 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v6 5/7] gpu: nova-core: use pin projection in method boot()
` [PATCH v6 6/7] gpu: nova-core: create debugfs root in module init
` [PATCH v6 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
 2026-01-30  7:43 UTC  (3+ messages)
` [PATCH v17 06/16] irq: Add KUnit test for refcounted interrupt enable/disable

[PATCH v4 0/7] rust: add `register!` macro
 2026-01-30  6:55 UTC  (20+ messages)
` [PATCH v4 2/7] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v4 4/7] rust: num: add `into_inner` method "
` [PATCH v4 5/7] rust: io: add `register!` macro
` [PATCH v4 6/7] sample: rust: pci: use "

[PATCH v3 0/2] Add support for print exactly once
 2026-01-30  4:51 UTC  (2+ messages)

[PATCH v2] rust: bug: Support DEBUG_BUGVERBOSE_DETAILED option
 2026-01-30  4:45 UTC  (5+ messages)

[PATCH 0/3] Remove redundant imports of items re-exported from prelude
 2026-01-30  4:42 UTC  (3+ messages)
` [PATCH 1/3] gpu: nova-core: remove imports available via prelude

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2026-01-30  4:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update my email address to @kernel.org
 2026-01-30  4:41 UTC  (7+ messages)

[RFC PATCH 0/2] Initial klint integration
 2026-01-30  4:10 UTC  (7+ messages)
` [RFC PATCH 2/2] kbuild: rust: use klint to provide CONFIG_FRAME_WARN

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-30  3:38 UTC  (17+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v4 0/2] scripts: introduce containerized builds
 2026-01-30  0:10 UTC  (2+ messages)

[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
 2026-01-29 23:25 UTC  (13+ messages)
` [PATCH v6 1/4] rust: export BINDGEN_TARGET from a separate Makefile
` [PATCH v6 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v6 3/4] rust: add a Kconfig function to test for support of bindgen options
` [PATCH v6 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds

[PATCH v2 0/2] rust: sync: Add AtomicFlag type
 2026-01-29 16:00 UTC  (7+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add perfromance-optimal Flag type for atomic booleans
` [PATCH v2 2/2] rust: list: Use AtomicFlag in AtomicTracker

[PATCH v1] rust: sync: atomic: Add example for Atomic::get_mut
 2026-01-29 16:00 UTC  (4+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2026-01-29 15:20 UTC  (4+ messages)

[PATCH 3/6] rust: add `bitfield!` macro
 2026-01-29 15:12 UTC  (14+ messages)

[PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-01-29 14:21 UTC  (7+ messages)
` [PATCH v3 1/5] gpu: nova-core: gsp: fix incorrect advancing of write pointer
` [PATCH v3 2/5] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
` [PATCH v3 3/5] gpu: nova-core: gsp: use empty slices instead of [0..0] ranges
` [PATCH v3 4/5] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
` [PATCH v3 5/5] gpu: nova-core: gsp: fix improper indexing in driver_read_area

[PATCH v5 0/7] rust: add `register!` macro
 2026-01-29 13:32 UTC  (8+ messages)
` [PATCH v5 1/7] rust: enable the `generic_arg_infer` feature
` [PATCH v5 2/7] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v5 3/7] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH v5 4/7] rust: num: add `into_inner` method to `Bounded`
` [PATCH v5 5/7] rust: io: add `register!` macro
` [PATCH v5 6/7] sample: rust: pci: use "
` [PATCH FOR REFERENCE v5 7/7] gpu: nova-core: use the kernel "

[PATCH v4 5/7] rust: io: add `register!` macro
 2026-01-29 11:59 UTC  (3+ messages)

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2026-01-29  8:42 UTC  (4+ messages)
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH v2] rust: block: use pin_init::zeroed
 2026-01-29  5:32 UTC  (3+ messages)

[PATCH] rust: block: use pin_init::zeroed
 2026-01-29  2:53 UTC 

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-01-29  0:58 UTC  (11+ messages)
` [PATCH v2 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing

[PATCH v1 0/2] rust: sync: Add AtomicFlag type
 2026-01-29  0:40 UTC  (8+ messages)
` [PATCH v1 1/2] rust: sync: atomic: Add perfromance-optimal Flag type for atomic booleans

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  0:01 UTC  (3+ messages)

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-01-28 21:53 UTC  (8+ messages)
` [RFC PATCH 1/7] rust: types: Introduce HasField trait and derive macro
` [RFC PATCH 2/7] rust: time: hrtimer: Make `HasField` a super-trait of `HasHrTimer`
` [RFC PATCH 3/7] rust: workqueue: Add HasField support for Work
` [RFC PATCH 4/7] drivers: android: binder: Replace `impl_has_work!` with `#[derive(HasField)]`
` [RFC PATCH 5/7] rust: sync: Completion: "
` [RFC PATCH 6/7] rust: work: Remove `impl_has_work!`
` [RFC PATCH 7/7] rust: sync: rcu: Introduce RcuHead

[PATCH v5 0/8] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-28 20:52 UTC  (7+ messages)
` [PATCH v5 4/8] gpu: nova-core: implement BinaryWriter for LogBuffer
` [PATCH v5 5/8] gpu: nova-core: Replace module_pci_driver! with explicit module init

[PATCH] rust: alloc: add GFP_NOIO flag
 2026-01-28 20:33 UTC  (3+ messages)

[PATCH] rust: kernel: document safety for rust_fmt_argument
 2026-01-28 20:21 UTC 

[PATCH] rust: add `CacheAligned` for easy cache line alignment of values
 2026-01-28 18:41 UTC  (13+ messages)

[RFC PATCH 0/3] Add Rust abstractions for nvmem-provider
 2026-01-28 18:29 UTC  (4+ messages)
` [RFC PATCH 1/3] nvmem: Document enum nvmem_type and its variants
` [RFC PATCH 2/3] rust: nvmem: Add an abstraction for nvmem providers
` [RFC PATCH 3/3] nvmem: Replace the Wii and Wii U OTP driver with a Rust one

[PATCH v2 0/2] rust: introduce abstractions for fwctl
 2026-01-28 17:40 UTC  (18+ messages)
` [PATCH v2 1/2] "
            ` [PATCH v2 1/2] rust: introduce abstractions for fwctlg

[PATCH v3] rust: dma: allow drivers to tune max segment size
 2026-01-28 17:17 UTC  (4+ messages)

[GIT PULL] Rust pin-init for v7.0
 2026-01-28 17:05 UTC  (3+ messages)

[PATCH v3 00/12] refactor Rust proc macros with `syn`
 2026-01-28 15:09 UTC  (2+ messages)

[PATCH v1 v1 0/4] [RUST] Framebuffer driver support
 2026-01-28 14:55 UTC  (5+ messages)

[PATCH] rust: atomic: add fetch_sub
 2026-01-28 14:24 UTC  (4+ messages)

[PATCH] rust: page: add `from_raw()`
 2026-01-28 14:14 UTC  (3+ messages)


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