Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-06-08 08:31:02 to 2026-06-09 15:39:10 UTC [more...]

[PATCH v2 0/4] rust: more memory barriers bindings
 2026-06-09 15:38 UTC  (5+ messages)
` [PATCH v2 1/4] rust: sync: add helpers for mb, dma_mb and friends
` [PATCH v2 2/4] rust: sync: generic memory barriers
` [PATCH v2 3/4] gpu: nova-core: fix barrier usage in CPU->GSP messaging path
` [PATCH v2 4/4] gpu: nova-core: fix barrier usage in GSP->CPU "

[GIT PULL] rust-i2c-fixes for 7.1-rc7
 2026-06-09 14:53 UTC  (3+ messages)

[PATCH v4 0/3] Creation of workqueues in Rust
 2026-06-09 14:46 UTC  (2+ messages)

[PATCH v4] rust: make `build_assert` module the home of related macros
 2026-06-09 14:26 UTC 

[PATCH] rust: configfs: fix data offset calculation for subsystem callbacks
 2026-06-09 14:26 UTC  (2+ messages)

[PATCH] rust: block: require `Sync` for `Operations::QueueData`
 2026-06-09 14:20 UTC  (2+ messages)

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

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-09 14:11 UTC  (2+ messages)

[PATCH v6 0/6] s390: Enable Rust support and add required arch glue
 2026-06-09 14:00 UTC  (11+ 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] 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)

[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] 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  (3+ messages)

[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 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  (6+ messages)
` [PATCH v18 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v18 3/4] rust: faux: Allow retrieving a bound Device

[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: 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  (7+ 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  (4+ messages)

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


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