Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-08-29 00:37:26 to 2026-09-02 08:35:11 UTC [more...]

[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

[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
 2026-09-02  7:05 UTC  (32+ 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 09/11] drm: nova: Report GPU name in GPU info
` [PATCH v5 10/11] drm: nova: Report GPU short "

[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
 2026-09-02  5:05 UTC  (10+ messages)
` [RFC PATCH v5 1/3] i2c: rust: implement SMBus access via IoBackend and FallibleIoCapable
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-02  0:14 UTC  (11+ 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 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 v4 00/16] rust: io: support register projections and remove relative registers
 2026-09-01 16:50 UTC  (17+ 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 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  (5+ messages)
` [PATCH 3/4] Docs: pt_BR, it_IT: changes.rst: copy table from english source
` [PATCH] v2 Docs: changes.rst: introduce optional column

[PATCH v3] rust: pci: reject out-of-bounds IRQ vector indices
 2026-09-01  9:47 UTC  (4+ 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: "

[PATCH net v3] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-09-01  3:16 UTC  (3+ messages)

[PATCH v2 5/5] rust_binder: reject mremap()
 2026-09-01  3:04 UTC 

[PATCH 2/2] rust_binder: reject mremap()
 2026-09-01  2:37 UTC  (2+ messages)

[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-09-01  1:21 UTC  (6+ messages)
` [PATCH v9 1/2] "

[PATCH v3 00/21] lib: Rust implementation of SPDM
 2026-09-01  1:03 UTC  (22+ messages)
` [PATCH v3 01/21] rust: transmute: add `cast_slice[_mut]` functions
` [PATCH v3 02/21] rust: create basic untrusted data API
` [PATCH v3 03/21] rust: validate: add `Validate` trait
` [PATCH v3 04/21] X.509: Make certificate parser public
` [PATCH v3 05/21] X.509: Parse Subject Alternative Name in certificates
` [PATCH v3 06/21] X.509: Move certificate length retrieval into new helper
` [PATCH v3 07/21] rust: add bindings for hash.h
` [PATCH v3 08/21] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [PATCH v3 09/21] lib: rspdm: Initial commit of Rust SPDM
` [PATCH v3 10/21] PCI/TSM: Rename pf0 to host
` [PATCH v3 11/21] PCI/TSM: Support connecting to PCIe CMA devices
` [PATCH v3 12/21] PCI/CMA: Add a PCI TSM CMA driver using SPDM
` [PATCH v3 13/21] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH v3 14/21] lib: rspdm: Support SPDM get_version
` [PATCH v3 15/21] lib: rspdm: Support SPDM get_capabilities
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH v3 17/21] lib: rspdm: Support SPDM get_digests
` [PATCH v3 18/21] lib: rspdm: Support SPDM get_certificate
` [PATCH v3 19/21] lib: rspdm: Support SPDM certificate validation
` [PATCH v3 20/21] rust: allow extracting the buffer from a CString
` [PATCH v3 21/21] lib: rspdm: Support SPDM challenge

[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
 2026-09-01  0:26 UTC  (2+ messages)

[PATCH] rust: pin-init: use irrefutable pattern for `stack_pin_init`
 2026-09-01  0:27 UTC  (4+ messages)

[PATCH v1 0/3] rust: add missing newlines in printing calls
 2026-09-01  0:20 UTC  (3+ messages)
` [PATCH v1 1/3] rust: samples: add missing newlines in rust_print_main

[PATCH 0/2] rust: honor the maximum DMA segment size
 2026-08-31 23:32 UTC  (3+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "

[PATCH] rust: of: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-08-31 19:45 UTC  (2+ messages)

[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
 2026-08-31 17:54 UTC  (2+ messages)

[PATCH v3 0/5] rust: usb: host-side abstractions for a bulk-endpoint driver
 2026-08-31 17:10 UTC  (5+ messages)
` [PATCH v3 1/5] rust: usb: add revocable typed interface I/O

[PATCH v3 0/2] rust: crypto: AES, CMAC, SHA-256, HMAC and RSA bindings
 2026-08-31 17:05 UTC  (7+ messages)
` [PATCH v3 1/2] rust: crypto: add AES-128, AES-CMAC, SHA-256, and HMAC bindings
` [PATCH v3 2/2] rust: crypto: add synchronous RSA akcipher support

[PATCH 0/9] rust: core abstractions for a USB display driver
 2026-08-31 16:54 UTC  (4+ messages)
  ` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart

[PATCH 0/2] gpu: nova-core: complete conversion to kernel `num` module
 2026-08-31 14:20 UTC  (8+ messages)
` [PATCH 1/2] gpu: nova-core: use kernel lossless integer conversion module

[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-31 13:21 UTC  (3+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "

[PATCH 0/2] rust: num: add cv! macro to create values from constant expressions (alt)
 2026-08-31 13:09 UTC  (5+ messages)
` [PATCH 2/2] rust: num: add `cv!` macro to create values from constant expressions

[PATCH] rust: binder: Use lower bound for node debug lookup
 2026-08-31 12:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] rust: pci: Reject IRQ vector indices that do not fit in u32
 2026-08-31  6:08 UTC 

[PATCH] rust: pci: Reject IRQ vector indices that do not fit in u32
 2026-08-31  6:04 UTC 

[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
 2026-08-31  2:11 UTC  (4+ messages)
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN

[PATCH v8 0/1] rust: introduce abstractions for fwctl
 2026-08-31  1:42 UTC  (5+ messages)
` [PATCH v8 1/1] "

[PATCH] rust: id_pool: document panics in `find_unused_id` and `release_id`
 2026-08-31  1:08 UTC  (2+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-30 23:09 UTC  (7+ messages)

[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
 2026-08-30 19:37 UTC  (5+ 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

[GIT PULL] Rust fixes for 7.3
 2026-08-30 17:24 UTC  (2+ messages)

[PATCH v3] rust: cpufreq: reject NULL from cpufreq_cpu_get()
 2026-08-29 19:52 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