Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-06-01 10:10:24 to 2026-06-03 08:52:37 UTC [more...]

[RFC PATCH v3 0/4] iio: position: add Rust driver for ams AS5600
 2026-06-03  8:52 UTC  (14+ messages)
` [RFC PATCH v3 1/4] i2c: rust: implement kernel::io::Io trait for I2cClient
` [RFC PATCH v3 3/4] iio: position: add Rust driver for ams AS5600

[PATCH] kbuild: rust: rename flag to `-Zdebuginfo-for-profiling` for Rust >= 1.98
 2026-06-03  7:25 UTC  (3+ messages)

[PATCH] gpu: nova-core: move lifetime to `Bar0`
 2026-06-03  1:58 UTC  (2+ messages)

[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
 2026-06-03  1:15 UTC  (8+ messages)
` [PATCH v2 1/7] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v2 2/7] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v2 4/7] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH v2 5/7] rust: drm: Pass bound parent device to ioctl handlers
` [PATCH v2 6/7] rust: drm: Pass registration data "
` [PATCH v2 7/7] drm: nova: convert to use DRM registration data

[PATCH v2 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
 2026-06-03  1:10 UTC  (8+ messages)
` [PATCH v2 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v2 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v2 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v2 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v2 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v2 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v2 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()

[PATCH v6 0/3] Introduce DeviceContext
 2026-06-02 21:07 UTC  (2+ messages)

[PATCH v6 0/3] Rust netlink support + use in Rust Binder
 2026-06-02 20:00 UTC  (5+ 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 00/18] `zerocopy` support
 2026-06-02 17:53 UTC  (24+ messages)
` [PATCH 01/18] scripts: generate_rust_analyzer: support passing env vars
` [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 08/18] rust: zerocopy: import crate
` [PATCH 09/18] rust: zerocopy: add SPDX License Identifiers
` [PATCH 10/18] rust: zerocopy: remove float `Display` support
` [PATCH 11/18] rust: zerocopy: add `README.md`
` [PATCH 12/18] rust: zerocopy: enable support in kbuild
` [PATCH 13/18] rust: zerocopy-derive: import crate
` [PATCH 14/18] rust: zerocopy-derive: add SPDX License Identifiers
` [PATCH 15/18] rust: zerocopy-derive: avoid generating non-ASCII identifiers
` [PATCH 16/18] rust: zerocopy-derive: add `README.md`
` [PATCH 17/18] rust: zerocopy-derive: enable support in kbuild
` [PATCH 18/18] gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`

[PATCH v16 0/6] Rust bindings for gem shmem
 2026-06-02 17:25 UTC  (7+ messages)
` [PATCH v16 1/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v16 2/6] rust: drm: gem: Add vmap functions to shmem bindings
` [PATCH v16 3/6] rust: sync: Add SetOnce::reset()
` [PATCH v16 4/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v16 5/6] rust: faux: Allow retrieving a bound Device
` [PATCH v16 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[GIT PULL] pin-init changes for v7.2-rc1
 2026-06-02 16:39 UTC 

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-06-02 16:19 UTC  (11+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH v2] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-06-02 15:11 UTC  (2+ messages)

[PATCH v2 0/6] Rework index projection syntax
 2026-06-02 15:03 UTC  (8+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant
` [PATCH v2 4/6] rust: dma: update to keyworded index projection syntax
` [PATCH v2 5/6] gpu: nova-core: convert to keyworded "
` [PATCH v2 6/6] rust: ptr: remove implicit index "

[PATCH v2] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
 2026-06-02 12:15 UTC  (3+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
 2026-06-02 11:01 UTC  (10+ messages)
` [PATCH v2 2/2] drm/tyr: use IoMem directly instead of Devres

[PATCH v3] kbuild: rust: make `*.long-type-*.txt` a target for cleanup
 2026-06-02  8:15 UTC  (5+ messages)

[PATCH V16 0/7] Rust Support for powerpc
 2026-06-02  7:15 UTC  (6+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
 2026-06-02  7:04 UTC  (3+ messages)

[PATCH v4 0/2] Delete task_euid()
 2026-06-02  6:15 UTC  (3+ messages)

[PATCH v2 0/2] rust: sync: Introduce LazyInit
 2026-06-01 22:26 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v2] rust: module_param: return value by copy from `value`
 2026-06-01 20:15 UTC  (2+ messages)

[PATCH v11 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-06-01 18:23 UTC  (29+ messages)
` [PATCH v11 03/22] gpu: nova-core: Blackwell: compute PMU-reserved framebuffer size
` [PATCH v11 04/22] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v11 06/22] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v11 10/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v11 12/22] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v11 13/22] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v11 18/22] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type

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

[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
 2026-06-01 17:44 UTC  (3+ messages)

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-01 17:00 UTC  (3+ messages)

[RFC PATCH 0/3] Rust: add runtime PM support
 2026-06-01 15:52 UTC  (3+ messages)
` [RFC PATCH 1/3] rust: Add "

[PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
 2026-06-01 15:48 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-06-01 13:41 UTC  (20+ messages)
` [PATCH 2/4] rust: rcu: add RcuBox type
` [PATCH 3/4] rust: Add dma_fence abstractions

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-06-01 11:16 UTC  (5+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`

[PATCH] rust: module_param: return value by copy from `value`
 2026-06-01 10:10 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