Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-09-01 05:10:05 to 2026-09-03 17:52:46 UTC [more...]

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-03 17:51 UTC  (15+ messages)
` [PATCH 1/9] rust: sizes: add SZ_4G constant
` [PATCH 2/9] rust: mm: add `task_size` helper
` [PATCH 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH 4/9] drm/tyr: add per-file VM pool
` [PATCH 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH 8/9] drm/tyr: add VM-related ioctls
` [PATCH 9/9] drm/tyr: add BO-related ioctls

[PATCH v2 0/3] rust: const_eval: add a mechanism to do const trait calls
 2026-09-03 15:46 UTC  (6+ messages)
` [PATCH v2 1/3] rust: const_eval: add `#[const_eval_only]` attribute
` [PATCH v2 2/3] rust: const_eval: allow const trait method invocation in some contexts
` [PATCH v2 3/3] rust: str: convert `as_char_ptr` to work with `const_call!`

[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
 2026-09-03 15:42 UTC  (13+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime

[PATCH v2] x86/build/64: Prevent native builds from generating APX instructions
 2026-09-03 14:10 UTC  (6+ messages)

[PATCH v3] rust_binder: speed up get_node_debug_info using lower_bound iter
 2026-09-03 13:40 UTC  (2+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-03 13:28 UTC  (5+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example

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

[PATCH v4 00/16] rust: io: support register projections and remove relative registers
 2026-09-03 12:49 UTC  (26+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v4 05/16] rust: io: support register projections
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 07/16] gpu: nova-core: specify base type for registers
` [PATCH v4 08/16] drm/tyr: "
` [PATCH v4 09/16] samples: rust: pci: "
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 14/16] rust: io: register: remove relative registers
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v4 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH 0/5] rust: sync: add WaitQueue infrastructure
 2026-09-03 12:28 UTC  (3+ messages)
` [PATCH 3/5] "

[PATCH] rust_binder: reschedule node refcount update on thread exit
 2026-09-03 11:36 UTC 

[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
 2026-09-03 10:42 UTC  (31+ messages)
` [PATCH v5 01/11] gpu: nova-core: Add public driver API to nova-core
` [PATCH v5 05/11] drm: nova: Add an info ioctl

[PATCH v5 00/12] rust: xarray: add entry API with preloading
 2026-09-03 10:11 UTC  (15+ messages)
` [PATCH v5 01/12] rust: xarray: minor formatting fixes
` [PATCH v5 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v5 03/12] xarray: move xas_result() and xa_zero_to_null() to the header
` [PATCH v5 04/12] rust: xarray: add `XArrayState`
` [PATCH v5 05/12] rust: xarray: simplify `Guard::load`
` [PATCH v5 06/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v5 07/12] rust: xarray: add entry API
` [PATCH v5 08/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v5 09/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v5 10/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v5 11/12] rust: xarray: add preload API
` [PATCH v5 12/12] rust: xarray: document `Guard` lock drop semantics

[PATCH] rust_binder: cancel deferred work items in thread exit
 2026-09-03  9:22 UTC 

[PATCH v24 0/4] rust: leds: add led classdev abstractions
 2026-09-02 23:35 UTC  (5+ messages)
` [PATCH v24 1/4] rust: leds: add basic "
` [PATCH v24 2/4] rust: leds: add Mode trait
` [PATCH v24 3/4] rust: leds: add multicolor classdev abstractions

[PATCH RFC v3 0/8] kcov: add per-task dataflow tracking for function arguments/return values
 2026-09-02 16:29 UTC  (9+ messages)
` [PATCH RFC v3 1/8] "
` [PATCH RFC v3 2/8] Documentation: add kcov-dataflow.rst
` [PATCH RFC v3 3/8] selftests/kcov_dataflow: add ioctl interface selftest
` [PATCH RFC v3 4/8] selftests/kcov_dataflow: add rust_ffi_contract selftest
` [PATCH RFC v3 5/8] selftests/kcov_dataflow: add binderfs selftest
` [PATCH RFC v3 6/8] selftests/kcov_dataflow: add eight_struct_args_{c,rust} selftest module
` [PATCH RFC v3 7/8] selftests/kcov_dataflow: add rust_kworker_remote "
` [PATCH RFC v3 8/8] selftests/kcov_dataflow: add trigger-view.py

[PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
 2026-09-02 16:01 UTC  (3+ messages)

[PATCH] rust: kbuild: add intrinsics to fix Rust 1.100.0 builds
 2026-09-02 15:03 UTC 

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-09-02 14:52 UTC  (6+ messages)
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH v2 6/6] rust: workqueue: add ScopedWork for non-'static work items

[PATCH v4] rust: num: restrict bool conversion to unsigned Bounded
 2026-09-02 14:20 UTC  (5+ messages)

[PATCH v3 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
 2026-09-02 13:21 UTC  (5+ messages)
` [PATCH v3 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v3 2/3] rust: prelude: add `num::cv`
` [PATCH v3 3/3] gpu: nova-core: use cv! for constant casts

[PATCH v3 0/2] rust: crypto: AES, CMAC, SHA-256, HMAC and RSA bindings
 2026-09-02 12:51 UTC  (5+ messages)
` [PATCH v3 1/2] rust: crypto: add AES-128, AES-CMAC, SHA-256, and HMAC bindings

[PATCH 0/9] rust: core abstractions for a USB display driver
 2026-09-02 12:49 UTC  (5+ messages)
  ` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart

[PATCH v3 00/14] drm/panic: Split into core and helpers
 2026-09-02 12:13 UTC  (15+ messages)
` [PATCH v3 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v3 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v3 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v3 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v3 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v3 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v3 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v3 08/14] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v3 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v3 10/14] drm/panic: Restrict to primary planes
` [PATCH v3 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v3 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v3 13/14] drm/panic: Move panic display code into helper library
` [PATCH v3 14/14] drm/panic: Compile KUnit tests as module

[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
 2026-09-02  8:46 UTC  (2+ messages)

[PATCH v2 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
 2026-09-02  8:35 UTC  (10+ messages)
` [PATCH v2 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v2 2/3] rust: prelude: add `num::cv`
` [PATCH v2 3/3] gpu: nova-core: use cv! for constant casts

[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
 2026-09-02  5:05 UTC  (6+ messages)
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions

[PATCH v4] hardening: Default randstruct off with rust for better allmodconfig support
 2026-09-01 23:07 UTC  (5+ messages)

[PATCH v4 4/7] rust_binder: forbid vma splitting
 2026-09-01 20:52 UTC  (2+ messages)
` [PATCH v4 7/7] rust_binder: reject mremap()

[PATCH v3 5/5] rust_binder: reject mremap()
 2026-09-01 16:35 UTC 

[PATCH v4] rust: pci: reject IRQ vector indices that do not fit in u32
 2026-09-01 16:31 UTC  (15+ messages)
          ` 回复: "
      ` 回复: "

[PATCH v5 0/5] Rate limited printing for Rust
 2026-09-01 16:15 UTC  (3+ messages)
` [PATCH v5 4/5] rust_binder: consolidate transaction failure prints

[PATCH net v4] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-09-01 15:52 UTC  (9+ messages)

[PATCH v2] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
 2026-09-01 15:15 UTC  (5+ messages)

[PATCH net v5] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-09-01 14:32 UTC 

[PATCH v2 0/2] kunit: add optional assertions to catch taint and lockdep warnings
 2026-09-01 11:02 UTC  (7+ messages)
` [PATCH v2 1/2] kunit: add extra assertions to KUnit test cases
` [PATCH v2 2/2] kunit: add KUnit test to assert kernel state before KUnit suites are run

[PATCH 0/4 v2] Docs: changes.rst: rework
 2026-09-01 10:03 UTC  (2+ messages)

[PATCH v3] rust: pci: reject out-of-bounds IRQ vector indices
 2026-09-01  9:47 UTC  (3+ messages)
    ` 回复: "

[PATCH] rust: block: Fix GenDiskBuilder block size documentation
 2026-09-01  9:42 UTC  (4+ messages)
      ` 回复: "

[PATCH] rust_binder: simplify Result<()> uses
 2026-09-01  9:23 UTC  (3+ messages)

[PATCH v3 0/3] Rust: add runtime PM support
 2026-09-01  9:17 UTC  (4+ messages)
` [PATCH v3 1/3] rust: "


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