Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-06-05 16:44:09 to 2026-06-09 13:43:01 UTC [more...]

[PATCH] rust: mem: add `Align` type
 2026-06-09 13:42 UTC  (2+ messages)

[PATCH v2 00/19] `zerocopy` support
 2026-06-09 13:08 UTC  (28+ messages)
` [PATCH v2 01/19] scripts: generate_rust_analyzer: support passing env vars
` [PATCH v2 02/19] rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
` [PATCH v2 03/19] rust: kbuild: remove unused variable
` [PATCH v2 04/19] rust: kbuild: define `procmacro-name` function
` [PATCH v2 05/19] rust: kbuild: define `procmacro-extension` variable
` [PATCH v2 06/19] rust: kbuild: support per-target environment variables
` [PATCH v2 07/19] rust: kbuild: support `skip_clippy` for `rustc_procmacro`
` [PATCH v2 08/19] rust: zerocopy: import crate
` [PATCH v2 09/19] rust: zerocopy: add SPDX License Identifiers
` [PATCH v2 10/19] rust: zerocopy: remove float `Display` support
` [PATCH v2 11/19] rust: zerocopy: add `README.md`
` [PATCH v2 12/19] rust: zerocopy: enable support in kbuild
` [PATCH v2 13/19] rust: zerocopy-derive: import crate
` [PATCH v2 14/19] rust: zerocopy-derive: add SPDX License Identifiers
` [PATCH v2 15/19] rust: zerocopy-derive: avoid generating non-ASCII identifiers
` [PATCH v2 16/19] rust: zerocopy-derive: add `README.md`
` [PATCH v2 17/19] rust: zerocopy-derive: enable support in kbuild
` [PATCH v2 18/19] rust: prelude: add `zerocopy{,_derive}::FromBytes`
` [PATCH v2 19/19] gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`

[PATCH v3 00/19] rust: I/O type generalization and projection
 2026-06-09 12:44 UTC  (23+ messages)
` [PATCH v3 01/19] rust: io: add dynamically-sized `Region` type
` [PATCH v3 02/19] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v3 03/19] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v3 04/19] rust: io: implement `Io` on reference types instead
` [PATCH v3 05/19] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v3 06/19] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v3 07/19] rust: io: implement `Mmio` as view type
` [PATCH v3 08/19] rust: pci: io: make `ConfigSpace` a view
` [PATCH v3 09/19] rust: io: use view types instead of addresses for `Io`
` [PATCH v3 10/19] rust: io: remove `MmioOwned`
` [PATCH v3 11/19] rust: io: move `Io` methods to extension trait
` [PATCH v3 12/19] rust: io: add projection macro and methods
` [PATCH v3 13/19] rust: io: add I/O backend for system memory with volatile access
` [PATCH v3 14/19] rust: io: implement a view type for `Coherent`
` [PATCH v3 15/19] rust: io: add `read_val` and `write_val` function on `Io`
` [PATCH v3 16/19] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v3 17/19] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v3 18/19] rust: io: add copying methods
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`

[PATCH v4 01/11] rust: xarray: minor formatting fixes
 2026-06-09 12:36 UTC  (3+ messages)

[GIT PULL] rust-i2c-fixes for 7.1-rc7
 2026-06-09 12:08 UTC  (2+ messages)

[PATCH 00/18] `zerocopy` support
 2026-06-09 11:40 UTC  (15+ messages)
` [PATCH 02/18] rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
` [PATCH 03/18] rust: kbuild: remove unused variable
` [PATCH 04/18] rust: kbuild: define `procmacro-name` function
` [PATCH 05/18] rust: kbuild: define `procmacro-extension` variable
` [PATCH 06/18] rust: kbuild: support per-target environment variables
` [PATCH 07/18] rust: kbuild: support `skip_clippy` for `rustc_procmacro`

[PATCH 1/2] rust: str: use the "kernel vertical" imports style
 2026-06-09 11:45 UTC  (5+ messages)
` [PATCH 2/2] rust: str: clean unused import for Rust >= 1.98

[PATCH] rust: io: require proper alignment in the safety contracts of `IoCapable`
 2026-06-09 11:30 UTC  (3+ messages)

[PATCH] rust_binder: clear freeze listener on node removal
 2026-06-09 10:53 UTC 

[PATCH v5 0/3] rust: add `bitfield!` macro
 2026-06-09 10:46 UTC  (8+ messages)
` [PATCH v5 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v5 2/3] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v5 3/3] rust: io: use the `bitfield!` macro in `register!`

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-06-09 10:29 UTC  (6+ messages)
` [PATCH v5 "

[PATCH v2 0/6] rust_binder: update Process::node_refs to use SpinLock
 2026-06-09  9:33 UTC  (7+ messages)
` [PATCH v2 1/6] rust_binder: avoid allocating under node_refs for freeze listeners
` [PATCH v2 2/6] rust_binder: avoid dropping NodeRef in update_ref() under lock
` [PATCH v2 3/6] rust_binder: schedule NodeDeath outside of node_refs lock
` [PATCH v2 4/6] rust_binder: keep NodeDeath in NodeRefInfo during process cleanup
` [PATCH v2 5/6] rust_binder: avoid destructors in insert_or_update_handle()
` [PATCH v2 6/6] rust_binder: update Process::node_refs to use SpinLock

[PATCH v4 00/11] rust: xarray: add entry API with preloading
 2026-06-09  8:39 UTC  (10+ messages)
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v4 03/11] rust: xarray: add `XArrayState`
` [PATCH v4 05/11] rust: xarray: simplify `Guard::load`

[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
 2026-06-09  8:04 UTC  (5+ messages)
` [PATCH 1/4] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH 2/4] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH 3/4] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH 4/4] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info

[PATCH v5 0/6] s390: Enable Rust support and add required arch glue
 2026-06-09  6:16 UTC  (6+ messages)

[PATCH v3 0/2] rust: drm: gpuvm: implement Send and Sync for refcounted handles
 2026-06-09  1:54 UTC  (4+ messages)
` [PATCH v3 1/2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
` [PATCH v3 2/2] rust: drm: gpuvm: require Send and Sync for GpuVm's shared data

[PATCH v2 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
 2026-06-08 20:59 UTC  (7+ messages)
` [PATCH v2 1/2] rust: clk: Add ExclusiveClk wrapper for clk_rate_exclusive_get
  ` [PATCH v2 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get

[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
 2026-06-08 20:50 UTC  (7+ messages)
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver

[PATCH v6 0/6] s390: Enable Rust support and add required arch glue
 2026-06-08 19:45 UTC  (9+ messages)
` [PATCH v6 1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v6 2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v6 3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v6 4/6] rust: helpers: Add memchr wrapper for string operations
` [PATCH v6 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
` [PATCH v6 6/6] s390: Enable Rust support

[PATCH v19 0/4] Rust bindings for gem shmem
 2026-06-08 18:50 UTC  (6+ messages)
` [PATCH v19 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v19 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v19 3/4] rust: faux: Allow retrieving a bound Device
` [PATCH v19 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v18 0/4] Rust bindings for gem shmem
 2026-06-08 17:10 UTC  (15+ messages)
` [PATCH v18 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v18 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v18 3/4] rust: faux: Allow retrieving a bound Device
` [PATCH v18 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
 2026-06-08 15:09 UTC 

[PATCH] rust_binder: update Process::node_refs to use SpinLock
 2026-06-08 14:53 UTC 

[PATCH v2 0/5] rust: binder: reduce `as` casts
 2026-06-08 14:33 UTC  (2+ messages)

[PATCH] rust: configfs: fix data offset calculation for subsystem callbacks
 2026-06-08 12:32 UTC 

[PATCH] rust: alloc: add `NumaNode::id()` accessor
 2026-06-08 12:24 UTC  (3+ messages)

[PATCH v2 0/2] rust: add a few helpers
 2026-06-08 11:57 UTC  (9+ messages)
` [PATCH v2 1/2] rust: add a wrapper for the `num_possible_cpus` C function
` [PATCH v2 2/2] rust: add a wrapper for the `nr_online_nodes` "

[PATCH 0/1] rust: block: mq: make GenDisk Send impl sound
 2026-06-08 10:14 UTC  (3+ messages)

[PATCH v2] rust: sync: add `UniqueArc::as_ptr`
 2026-06-08  9:01 UTC  (5+ messages)

[PATCH v2] rust: sync: export lock::do_unlocked
 2026-06-08  8:40 UTC  (4+ messages)

[PATCH] rust: block: require `Sync` for `Operations::QueueData`
 2026-06-08  8:24 UTC 

Rust Discussion: What to do about payload data's drop() vs atomic context
 2026-06-08  8:25 UTC 

[PATCH v2] rust: add a ring buffer implementation
 2026-06-08  7:28 UTC  (3+ messages)

[PATCH v4 0/6] gpu: drm: nova: enable calling into nova-core
 2026-06-08  7:05 UTC  (3+ messages)
` [PATCH v4 1/6] rust: inline some init methods

[PATCH 0/3] rust: add Kconfig.test
 2026-06-08  7:05 UTC  (4+ messages)
` [PATCH 2/3] rust: testing: add Kconfig for KUnit test

[PATCH v2] rust: impl_flags: add method to return underlying integer
 2026-06-07 16:30 UTC  (4+ messages)

[GIT PULL] Rust fixes for 7.1 (2nd)
 2026-06-06 23:09 UTC  (2+ messages)

[PATCH] rust: module_param: use pr_warn_once! for null pointer warning
 2026-06-06 20:15 UTC  (2+ messages)

[PATCH v2] fault-inject: rust: add a Rust API for fault-injection
 2026-06-06 17:35 UTC  (3+ messages)

[PATCH v6 0/3] Rust netlink support + use in Rust Binder
 2026-06-06 15:40 UTC  (7+ messages)
` [PATCH v6 1/3] rust: net: add rust/kernel/net to NETWORKING [GENERAL]
` [PATCH v6 2/3] rust: netlink: add raw netlink abstraction
` [PATCH v6 3/3] rust_binder: report netlink transactions

[PATCH v3] rust_binder: fix BINDER_GET_EXTENDED_ERROR
 2026-06-06 15:06 UTC  (2+ messages)

[PATCH 0/4] binder: cap max_threads and reject duplicate looper entry
 2026-06-06 14:51 UTC  (5+ messages)

[PATCH v3] i2c: rust: fix I2cAdapter refcounts double increment
 2026-06-06 13:38 UTC  (2+ messages)

[GIT PULL] pin-init changes for v7.2-rc1
 2026-06-06 12:48 UTC  (4+ messages)

[PATCH v2] rust: alloc: add per-task memalloc scope abstractions
 2026-06-06 12:27 UTC  (4+ messages)

[PATCH v4 0/7] rust: add `bitfield!` macro
 2026-06-06 12:06 UTC  (5+ messages)
` [PATCH v4 7/7] rust: bitfield: Add KUnit tests for bitfield

[PATCH v2 0/2] rust: impl_flags: add convenience functions
 2026-06-06 11:21 UTC  (7+ messages)
` [PATCH v2 1/2] rust: impl_flags: add conversion functions
` [PATCH v2 2/2] rust: impl_flags: add bitwise operations with the underlying type

[PATCH] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
 2026-06-05 22:25 UTC 

[PATCH v2] hardening: Default randstruct off with rust for better allmodconfig support
 2026-06-05 17:22 UTC  (2+ messages)

[RFC PATCH v2 0/6] kcov: per-task dataflow extraction at kernel function boundaries
 2026-06-03 19:25 UTC  (3+ messages)
` [RFC PATCH v2 1/6] kcov: add per-task dataflow tracking for function arguments/return values

[PATCH v2] drm/tyr: move probe resources into registration data
 2026-06-05 16:43 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