public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-27 17:47:21 to 2026-01-29 13:32:32 UTC [more...]

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

[PATCH v2 0/2] rust: sync: Add AtomicFlag type
 2026-01-29 12:26 UTC  (3+ 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] MAINTAINERS: Update my email address to @kernel.org
 2026-01-29 11:26 UTC  (5+ messages)

[PATCH v2 0/3] binder: handle PID namespace conversion for freeze operation
 2026-01-29 10:41 UTC  (7+ 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 v6 0/4] RISC-V: re-enable gcc + rust builds
 2026-01-29  9:30 UTC  (4+ 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 v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-01-29  7:45 UTC  (6+ 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 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 v6 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-29  2:28 UTC  (8+ 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 RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  1:49 UTC  (14+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[RFC PATCH 0/2] Initial klint integration
 2026-01-29  0:59 UTC  (12+ messages)
` [RFC PATCH 2/2] kbuild: rust: use klint to provide CONFIG_FRAME_WARN

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-01-29  0:58 UTC  (12+ 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  (9+ messages)
` [PATCH v1 1/2] rust: sync: atomic: Add perfromance-optimal Flag type for atomic booleans
` [PATCH v1 2/2] rust: list: Use AtomicFlag in AtomicTracker

[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  (11+ messages)
` [PATCH v5 1/8] rust: pci: add device name method
` [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 0/6] rust: add `bitfield!` and `register!` macros
 2026-01-28 18:12 UTC  (22+ messages)
` [PATCH 3/6] rust: add `bitfield!` macro

[PATCH v2 0/2] rust: introduce abstractions for fwctl
 2026-01-28 17:40 UTC  (23+ 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)

[PATCH v1] rust: sync: atomic: Add example for Atomic::get_mut
 2026-01-28 14:09 UTC  (3+ messages)

[PATCH v2 0/4] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-01-28 12:18 UTC  (14+ messages)
` [PATCH v2 2/4] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
` [PATCH v2 3/4] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
` [PATCH v2 4/4] gpu: nova-core: gsp: fix improper indexing in driver_read_area

[PATCH 0/2] Access Rust fields from TP_fast_assign in TRACE_EVENT
 2026-01-28  9:15 UTC  (4+ messages)
` [PATCH 2/2] rust_binder: add binder_transaction tracepoint

[PATCH 0/4] scripts: generate_rust_analyzer.py: tidy and add type hints
 2026-01-28  6:06 UTC  (2+ messages)

[PATCH v2 0/2] rust: add AtomicFlag::get_mut
 2026-01-28  3:55 UTC  (5+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add AtomicFlag::get_mut

[PATCH v2 1/2] rust: sync: atomic: Add AtomicFlag::get_mut
 2026-01-28  3:38 UTC  (5+ messages)

[PATCH v3 0/2] scripts: introduce containerized builds
 2026-01-27 20:13 UTC  (4+ messages)

[PATCH v2 1/8] rust: device: support `dev_printk` on all devices
 2026-01-27 18:52 UTC  (3+ messages)
` [PATCH v2 5/8] rust: samples: i2c: remove redundant `.as_ref()` for `dev_*` print

[PATCH 1/4] rust: device: support `dev_printk` on all devices
 2026-01-27 18:51 UTC  (3+ messages)
` [PATCH 2/4] rust: samples: remove redundant `.as_ref()` for `dev_*` print


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