Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-06-15 17:51:00 to 2026-06-18 13:30:52 UTC [more...]

[PATCH v3 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-06-18 13:30 UTC  (6+ messages)
` [PATCH v3 1/4] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v3 2/4] rust: error: Add ECANCELED error code
` [PATCH v3 3/4] rust: Add dma_fence abstractions
` [PATCH v3 4/4] MAINTAINERS: Add entry for Rust dma-buf

[PATCH 0/3] Add and use abstraction for synchronize_rcu()
 2026-06-18 13:06 UTC  (9+ messages)
` [PATCH 1/3] rust: sync: Add "
` [PATCH 2/3] rust: revocable: Use safe synchronize_rcu() abstraction
` [PATCH 3/3] rust: sync: Use safe synchronize_rcu() abstraction in poll

[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-18 12:17 UTC  (7+ messages)
` [PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
` [PATCH v2 7/7] block: rnull: use `LocalModule` for `THIS_MODULE`
  ` [PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait

[PATCH] rust_binder: check context manager before creating node
 2026-06-18 12:12 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
 2026-06-18 10:41 UTC  (3+ messages)
  ` [PATCH v3 6/7] rust: block: rnull: use vertical import style

[PATCH v4 0/3] Clk improvements
 2026-06-18 10:40 UTC  (7+ messages)
` [PATCH v4 1/3] rust: clk: use the type-state pattern
` [PATCH v4 2/3] rust: clk: add devres-managed clks
` [PATCH v4 3/3] rust: clk: use 'kernel vertical style' for imports

[RFC PATCH 0/7] drm/vino: DisplayLink DL3 dock driver (RFC, help wanted)
 2026-06-18 10:39 UTC  (12+ messages)
` [RFC PATCH 1/7] drm/vino: add DisplayLink DL3 dock skeleton and plaintext bring-up
` [RFC PATCH 2/7] drm/vino: add the clean-room HDCP 2.2 AKE/LC/SKE
` [RFC PATCH 3/7] drm/vino: add the AES-CTR/AES-CMAC control-plane seal and arm
` [RFC PATCH 4/7] drm/vino: add the Vino (RawRl mode-2) framebuffer codec
` [RFC PATCH 5/7] drm/vino: register a DRM/KMS device and scan out to EP08
` [RFC PATCH 6/7] drm/vino: add DDC/CI brightness/contrast, DPMS power and DFU info
` [RFC PATCH 7/7] drm/vino: add KUnit self-tests for the protocol and crypto paths

[PATCH v3] rust: hrtimer: Restrict expires() to safe contexts
 2026-06-18 10:36 UTC  (3+ messages)

[PATCH v2 0/5] rust: use vertical import style and remove redundant imports
 2026-06-18 10:32 UTC  (5+ messages)
  ` [PATCH v2 4/5] rust: block: mq: use vertical import style
  ` [PATCH v2 5/5] rust: block: mq: remove redundant imports and format

[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
 2026-06-18  9:07 UTC  (8+ messages)

[PATCH 00/18] lib: Rust implementation of SPDM
 2026-06-18  2:04 UTC  (4+ messages)
` [PATCH 08/18] PCI/TSM: Support connecting to PCIe CMA devices

[PATCH v8] kbuild: host: use single executable for rustc -C linker
 2026-06-17 19:40 UTC  (3+ messages)

[RFC PATCH 0/2] rust: crypto: library AES-128 / SHA-256 / HMAC + RSA
 2026-06-17 17:52 UTC  (7+ messages)
` [RFC PATCH 1/2] rust: crypto: add library AES-128 / SHA-256 / HMAC-SHA256 bindings
` [RFC PATCH 2/2] rust: crypto: add RSA public-key encryption via crypto_akcipher

[PATCH v2 0/1] rust: workqueue: add ScopedQueue for lifetime bound items
 2026-06-17 17:29 UTC  (3+ messages)
` [PATCH v2 1/1] "

[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
 2026-06-17 16:07 UTC  (11+ messages)
` [RFC PATCH 1/9] rust: usb: add synchronous bulk transfer support
` [RFC PATCH 2/9] rust: usb: add synchronous control "
` [RFC PATCH 3/9] rust: usb: add usb::Device::set_interface()
` [RFC PATCH 4/9] rust: usb: add usb::Interface::number()
` [RFC PATCH 5/9] rust: usb: add usb::Device::clear_halt()
` [RFC PATCH 6/9] rust: usb: add usb::Device::interrupt_recv()
` [RFC PATCH 7/9] rust: usb: add usb::Device::reset_configuration()
` [RFC PATCH 8/9] rust: usb: add an asynchronous persistently-queued bulk IN reader
` [RFC PATCH 9/9] rust: usb: add an asynchronous pipelined bulk OUT queue

[PATCH] usb: rust: mark Device and Interface methods as inline
 2026-06-17 15:39 UTC  (7+ messages)

[RFC PATCH 0/5] rust: drm: minimal KMS bindings, EDID read, rotation, HDCP defs
 2026-06-17 15:29 UTC  (7+ messages)
` [RFC PATCH 1/4] rust: drm: add minimal KMS bindings for simple-display-pipe drivers
` [RFC PATCH 2/4] rust: drm: expose drm_edid.h for reading connector EDID
` [RFC PATCH 3/4] rust: drm: expose drm::Device::as_raw()
` [RFC PATCH 4/4] rust: drm: expose drm_blend.h and the atomic new-CRTC-state accessor

[PATCH] rust: drm: unplug the device on Registration drop
 2026-06-17 15:02 UTC 

[PATCH v2] rust: kbuild: Replace and dissolve procmacro-extension variable
 2026-06-17 15:02 UTC  (3+ messages)

[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
 2026-06-17 14:27 UTC  (23+ messages)
` [PATCH 01/13] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH 02/13] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH 03/13] gpu: nova-core: fsp: try to enforce exclusive access to FSP channel
` [PATCH 04/13] gpu: nova-core: falcon: gsp: move PRIV target mask constants
` [PATCH 05/13] gpu: nova-core: gsp: keep FMC boot params DMA region alive during error
` [PATCH 08/13] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH 09/13] gpu: nova-core: wait for FSP boot earlier

[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
 2026-06-17 14:12 UTC  (3+ messages)

[PATCH v1] rust: workqueue: add ScopedQueue for lifetime bound items
 2026-06-17 14:08 UTC  (6+ messages)

[PATCH 0/2] gpu: nova-core: convert to kernel bitfield macro and remove local variant
 2026-06-17 14:02 UTC  (3+ messages)
` [PATCH 1/2] gpu: nova-core: convert to kernel bitfield macro
` [PATCH 2/2] gpu: nova-core: remove local "

[PATCH v3] rust: add procedural macro for declaring configfs attributes
 2026-06-17 13:28 UTC  (5+ messages)

[PATCH v3 0/3] gpu: nova-core: obtain and display VRAM amount
 2026-06-17 13:24 UTC  (4+ messages)
` [PATCH v3 1/3] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH v3 2/3] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH v3 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP

[PATCH v3 0/1] rust: workqueue: add cancel_sync support
 2026-06-17 13:17 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/1] rust: workqueue: add cancel_sync support
 2026-06-17 12:58 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-17 11:36 UTC  (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`

[PATCH v2] rust: time: warn and assert out-of-range input in fsleep() and udelay()
 2026-06-17  9:38 UTC  (7+ messages)

[PATCH v2 0/6] rust / dma_buf: Add abstractions for dma_fence
 2026-06-17  9:04 UTC  (16+ messages)
` [PATCH v2 1/6] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v2 2/6] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v2 3/6] rust: sync: Add abstraction for synchronize_rcu()
` [PATCH v2 4/6] rust: error: Add ECANCELED error code
` [PATCH v2 5/6] rust: Add dma_fence abstractions
` [PATCH v2 6/6] MAINTAINERS: Add entry for Rust dma-buf

[PATCH] rust: kbuild: Replace and dissolve procmacro-extension variable
 2026-06-17  7:47 UTC  (3+ messages)

[PATCH v2 0/3] gpu: nova-core: obtain and display VRAM amount
 2026-06-17  6:43 UTC  (4+ messages)
` [PATCH v2 1/3] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH v2 2/3] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH v2 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP

[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
 2026-06-17  6:22 UTC  (9+ messages)
` [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] rust: bitfield: mark `Debug` impl as `#[inline]`
 2026-06-16 23:37 UTC  (2+ messages)

CFP: Toolchains Track at Linux Plumbers Conf '26
 2026-06-16 23:33 UTC 

[PATCH] rust: prelude: add `zerocopy{,_derive}::IntoBytes`
 2026-06-16 23:30 UTC  (2+ messages)

[PATCH] rust_binder: add ownership assertion to Node::add_death
 2026-06-16 17:09 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/3] rust: doctest: unify with other kunit tests
 2026-06-16 15:48 UTC  (5+ messages)
` [PATCH 1/3] rust: kunit: use `file!()` inside `kunit_assert!`
` [PATCH 2/3] rust: kunit: use `line!()` "
` [PATCH 3/3] rust: doctest: generate Rust kunit test suites

[PATCH 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
 2026-06-16 15:08 UTC  (6+ messages)
` [PATCH 2/4] rust: pci: add managed Device::enable_device()
` [PATCH 4/4] rust: samples: add EDU PCI driver sample

[PATCH v4 00/20] rust: I/O type generalization and projection
 2026-06-16 14:50 UTC  (14+ messages)
` [PATCH v4 07/20] rust: io: implement `Mmio` as view type
` [PATCH v4 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v4 09/20] rust: io: use view types instead of addresses for `Io`

[PATCH v6 0/6] s390: Enable Rust support and add required arch glue
 2026-06-16 14:22 UTC  (9+ messages)
` [PATCH v6 6/6] s390: Enable Rust support

[PATCH] rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER
 2026-06-16 13:41 UTC  (3+ messages)

[PATCH v2 1/2] rust: doctest: fix incorrect pattern in replacement
 2026-06-16 13:25 UTC  (2+ messages)
` [PATCH v2 2/2] rust: doctest: trim function name for reproducbility

[PATCH] binder: synchronize Rust Binder stats with freeze commands
 2026-06-15 21:17 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] rust_binder: "

[PATCH] binder: synchronize Rust Binder stats with freeze commands
 2026-06-15 20:05 UTC  (2+ messages)


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