public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 14:18:24 to 2026-01-20 20:43:41 UTC [more...]

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-20 20:42 UTC  (2+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists

[PATCH 0/6] rust: add `bitfield!` and `register!` macros
 2026-01-20 20:31 UTC  (26+ messages)
` [PATCH 1/6] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH 2/6] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH 3/6] rust: add `bitfield!` macro
` [PATCH 4/6] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH 5/6] rust: io: add `register!` macro
` [PATCH FOR REFERENCE 6/6] gpu: nova-core: use the kernel `register!` and `bitfield!` macros

[PATCH] rust: macros: add if_cfg! macro for config-based conditionals
 2026-01-20 20:04 UTC  (3+ messages)

[PATCH v2 0/2] rust: reduce duplicate information
 2026-01-20 19:27 UTC  (4+ messages)
` [PATCH v2 1/2] rust: kbuild: extract configs for reuse
` [PATCH v2 2/2] scripts: generate_rust_analyzer.py: reduce cfg plumbing

[PATCH 1/4] rust: device: support `dev_printk` on all devices
 2026-01-20 18:56 UTC  (5+ messages)
` [PATCH 2/4] rust: samples: remove redundant `.as_ref()` for `dev_*` print
` [PATCH 3/4] gpu: nova-core: "
` [PATCH 4/4] gpu: tyr: "

[PATCH v3 0/2] scripts: introduce containerized builds
 2026-01-20 18:39 UTC  (16+ messages)
` [PATCH v3 2/2] Documentation: dev-tools: add container.rst page

[PATCH v5 0/8] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-20 18:19 UTC  (4+ messages)
` [PATCH v5 2/8] rust: debugfs: add Dir::empty() for conditional debugfs usage

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-20 18:02 UTC  (3+ messages)
` [PATCH v2 14/27] rust: pwm: add __rust_helper to helpers

[PATCH v2 0/2] rust: pwm: Fix init error handling and tidy style
 2026-01-20 17:59 UTC  (2+ messages)

[PATCH v10 0/5] rust: pci: add config space read/write support
 2026-01-20 17:35 UTC  (19+ messages)
` [PATCH v10 1/5] rust: devres: style for imports
` [PATCH v10 2/5] rust: io: separate generic I/O helpers from MMIO implementation
` [PATCH v10 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v10 4/5] rust: pci: add config space read/write support
` [PATCH v10 5/5] sample: rust: pci: add tests for config space routines

[PATCH 0/2] Provide Rust atomic helpers over raw pointers
 2026-01-20 17:32 UTC  (14+ messages)
` [PATCH 1/2] rust: sync: atomic: Remove bound `T: Sync` for `Atomci::from_ptr()`
` [PATCH 2/2] rust: sync: atomic: Add atomic operation helpers over raw pointers

[PATCH v2 0/2] rust: sync: Atomic pointer
 2026-01-20 16:54 UTC  (4+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW
` [PATCH v2 2/2] rust: sync: atomic: Add Atomic<*{mut,const} T> support

[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
 2026-01-20 16:15 UTC  (8+ messages)

[PATCH v1] rust: time: Add Delta range constants for time units
 2026-01-20 16:09 UTC  (2+ messages)

[PATCH v2 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
 2026-01-20 16:04 UTC  (9+ messages)
` [PATCH v2 1/7] rust: auxiliary: use pin_init::zeroed() instead of unsafe zeroed
` [PATCH v2 2/7] rust: block: mq: use pin_init::zeroed() for queue_limits
` [PATCH v2 3/7] rust: block: mq: use pin_init::zeroed() for tag_set
` [PATCH v2 4/7] rust: debugfs: use pin_init::zeroed() for file_operations
` [PATCH v2 5/7] rust: of: use pin_init::zeroed() instead of unsafe zeroed
` [PATCH v2 6/7] rust: pwm: use pin_init::zeroed() for pwm_ops
` [PATCH v2 7/7] rust: security: use pin_init::zeroed() for lsm_context

[PATCH 0/5] rust: sync: Atomic pointer and RCU
 2026-01-20 14:07 UTC  (8+ messages)
` [PATCH 4/5] rust: sync: atomic: Add Atomic<*mut T> support

[PATCH v2 0/1] rust: simplify `Adapter::id_info`
 2026-01-20 16:00 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH v9 0/4] rust: Add safe pointer formatting support
 2026-01-20 15:39 UTC  (8+ messages)
` [PATCH v9 3/4] rust: fmt: make raw pointers default to HashedPtr
` [PATCH v9 4/4] rust: fmt: add RawPtr for debugging pointer formatting

[PATCH 0/6] scripts: generate_rust_analyzer: improve rust-project.json generation
 2026-01-20 15:34 UTC  (15+ messages)
` [PATCH 1/6] scripts: generate_rust_analyzer: rename cfg to generated_cfg
` [PATCH 2/6] scripts: generate_rust_analyzer: plumb editions via command line
` [PATCH 3/6] scripts: generate_rust_analyzer: plumb crate-attrs
` [PATCH 4/6] scripts: generate_rust_analyzer: plumb common crate-attrs for non-host crates
` [PATCH 5/6] scripts: generate_rust_analyzer: add pin_init to driver crate deps
` [PATCH 6/6] scripts: generate_rust_analyzer: move sysroot crates to sysroot_project

[PATCH] rust: replace `kernel::c_str!` with C-Strings in seq_file and device
 2026-01-20 15:02 UTC  (5+ messages)

[PATCH 1/2] MAINTAINERS: Add driver-core mailing list
 2026-01-20 14:56 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER

[PATCH 0/4] rust: Add ARef support for work items
 2026-01-20 14:41 UTC  (8+ messages)
` [PATCH 2/4] rust: drm: dispatch work items to the private data
` [PATCH 4/4] rust: drm: dispatch delayed "

[PATCH v1] rust: list: Use AtomicFlag in AtomicTracker
 2026-01-20 13:54 UTC  (2+ messages)

[PATCH v1] rust: hrtimer: Restrict expires() to safe contexts
 2026-01-20 13:43 UTC  (8+ messages)

[PATCH v4] rust_binder: refactor context management to use KVVec
 2026-01-20 13:41 UTC 

[PATCH 0/2] rust: kernel: add missing safety documentation
 2026-01-20 12:58 UTC  (3+ messages)
` [PATCH 1/2] rust: kernel: document safety for rust_fmt_argument

[PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
 2026-01-20 11:13 UTC  (3+ messages)

[PATCH] drm/tyr: rename pad0 to selected_coherency
 2026-01-20 10:37 UTC  (2+ messages)

[PATCH v2] drm/tyr: use read_poll_timeout
 2026-01-20  9:08 UTC  (3+ messages)

[PATCH] rust: drm: tyr: Fix register name in error print
 2026-01-20  9:08 UTC  (4+ messages)

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-01-20  8:48 UTC  (4+ messages)
  ` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[RFC PATCH v3 0/5] rust: Add RTC driver support
 2026-01-20  8:01 UTC  (4+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks

[PATCH v2] rust_binder: refactor context management to use KVVec
 2026-01-20  7:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 1/2] rust: sync: atomic: Add performance-optimal-integer-backed Flag for atomic booleans
 2026-01-20  2:56 UTC  (5+ messages)

[PATCH 0/2] DRM 'feature' support for DRM drivers
 2026-01-19 23:34 UTC  (3+ messages)
` [PATCH 1/2] rust: drm: add support for driver features
` [PATCH 2/2] rust: drm: add FeatureRender

linux-next: Tree for Jan 19
 2026-01-19 22:30 UTC 

[PATCH] MAINTAINERS: Add myself as reviewer for PWM rust drivers
 2026-01-19 21:29 UTC  (2+ messages)

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2026-01-19 17:59 UTC  (4+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2026-01-19 17:59 UTC  (4+ messages)

[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
 2026-01-19 16:18 UTC  (19+ messages)
` [PATCH v2 01/10] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH v2 02/10] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH v2 03/10] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH v2 04/10] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH v2 05/10] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH v2 06/10] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH v2 07/10] gpu: nova-core: firmware: fwsec: do not require bound device when unneeded
` [PATCH v2 08/10] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH v2 10/10] gpu: nova-core: gsp: use available device reference

[PATCH v3 0/3] Clk improvements
 2026-01-19 16:10 UTC  (20+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
` [PATCH v3 2/3] rust: clk: add devres-managed clks


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